feature/OVPAY-1126 #2
@ -1017,10 +1017,27 @@ paths:
|
|||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
example: null
|
example:
|
||||||
|
{
|
||||||
|
"customerProfileId": 1337,
|
||||||
|
"totalAmount": 121,
|
||||||
|
"languageId": 1,
|
||||||
|
"billingAddressId": 1,
|
||||||
|
"shippingAddressId": 1,
|
||||||
|
"lastUpdatedOn": "2024-03-22T09:00:00",
|
||||||
|
}
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: OK
|
description: OK
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
$ref: "#/components/schemas/unavailable"
|
||||||
|
example:
|
||||||
|
{
|
||||||
|
"orderId": "1e441d7d-50d6-4006-aca7-5e87e2f218df",
|
||||||
|
"orderNumber": "ORD-123456"
|
||||||
|
}
|
||||||
delete:
|
delete:
|
||||||
tags:
|
tags:
|
||||||
- Order Creation v2.1
|
- Order Creation v2.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user