updated CRUD swagger #21
@ -306,18 +306,18 @@ paths:
|
|||||||
summary: Minimum order request
|
summary: Minimum order request
|
||||||
description: Minimum order request
|
description: Minimum order request
|
||||||
value:
|
value:
|
||||||
{
|
{
|
||||||
"totalAmount": 0,
|
"totalAmount": 0,
|
||||||
"touchPointId": 1,
|
"touchPointId": 1,
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"order_OrderStatus":
|
"order_OrderStatus":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"orderStatusId": 1,
|
"orderStatusId": 1,
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
Maximum order request :
|
Maximum order request :
|
||||||
summary: Maximum order request
|
summary: Maximum order request
|
||||||
description: Maximum order request
|
description: Maximum order request
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user