feature/OVPAY-1126 #2

Merged
bboterm merged 12 commits from feature/OVPAY-1126 into develop 2024-11-07 12:42:23 +00:00
Showing only changes of commit 0f5fb627cd - Show all commits

View File

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