Compare commits
No commits in common. "85c9872e19c0683bad3b75a8d0986159aa3d3b59" and "fa376caa5c391884434313c575723e2447a12564" have entirely different histories.
85c9872e19
...
fa376caa5c
@ -671,14 +671,6 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
example: { "orderId": "afce35b2-1dff-4ace-98d0-4b9ac405c87d" }
|
example: { "orderId": "afce35b2-1dff-4ace-98d0-4b9ac405c87d" }
|
||||||
delete:
|
|
||||||
summary: RFU. Delete an order.
|
|
||||||
description: Delete an order.
|
|
||||||
tags:
|
|
||||||
- Order
|
|
||||||
responses:
|
|
||||||
"200":
|
|
||||||
description: OK
|
|
||||||
/orders/{orderId}/statuses:
|
/orders/{orderId}/statuses:
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
@ -1166,14 +1158,6 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
example: { "orderLineId": "ee82686a-a9f6-4888-b336-8e2aab6f4e13" }
|
example: { "orderLineId": "ee82686a-a9f6-4888-b336-8e2aab6f4e13" }
|
||||||
delete:
|
|
||||||
summary: RFU. Delete an order line.
|
|
||||||
description: Delete an order line.
|
|
||||||
tags:
|
|
||||||
- Order Line
|
|
||||||
responses:
|
|
||||||
"200":
|
|
||||||
description: OK
|
|
||||||
/orderlines/{orderLineId}/accountingstatuses:
|
/orderlines/{orderLineId}/accountingstatuses:
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
@ -2004,8 +1988,8 @@ paths:
|
|||||||
required: true
|
required: true
|
||||||
description: The id of the customer on the order.
|
description: The id of the customer on the order.
|
||||||
post:
|
post:
|
||||||
summary: P3. Add an addresses to a customer of the order.
|
summary: P3. Add one or more addresses to a customer of the order.
|
||||||
description: Add an addresses to a customer of the order.
|
description: Add one or more addresses to a customer of the order.
|
||||||
tags:
|
tags:
|
||||||
- Customer
|
- Customer
|
||||||
requestBody:
|
requestBody:
|
||||||
@ -2014,6 +1998,7 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
example:
|
example:
|
||||||
|
[
|
||||||
{
|
{
|
||||||
"addressTypeId": 1,
|
"addressTypeId": 1,
|
||||||
"street": "Kon. Julianaplein",
|
"street": "Kon. Julianaplein",
|
||||||
@ -2022,7 +2007,8 @@ paths:
|
|||||||
"postalCode": "2595 AA",
|
"postalCode": "2595 AA",
|
||||||
"city": "Den Haag",
|
"city": "Den Haag",
|
||||||
"country": "NL",
|
"country": "NL",
|
||||||
}
|
},
|
||||||
|
]
|
||||||
responses:
|
responses:
|
||||||
"201":
|
"201":
|
||||||
description: Created
|
description: Created
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user