OVPAY-1126 - Filled patch /orders.

This commit is contained in:
Bas Boterman 2024-11-07 13:41:53 +01:00
parent 989b47a2d1
commit 0f5fb627cd

View File

@ -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