feature/OVPAY-1126 #2
@ -2004,8 +2004,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 one or more addresses to a customer of the order.
|
summary: P3. Add an addresses to a customer of the order.
|
||||||
description: Add one or more addresses to a customer of the order.
|
description: Add an addresses to a customer of the order.
|
||||||
tags:
|
tags:
|
||||||
- Customer
|
- Customer
|
||||||
requestBody:
|
requestBody:
|
||||||
@ -2014,17 +2014,15 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
example:
|
example:
|
||||||
[
|
{
|
||||||
{
|
"addressTypeId": 1,
|
||||||
"addressTypeId": 1,
|
"street": "Kon. Julianaplein",
|
||||||
"street": "Kon. Julianaplein",
|
"houseNumber": 10,
|
||||||
"houseNumber": 10,
|
"houseNumberSuffix": "a",
|
||||||
"houseNumberSuffix": "a",
|
"postalCode": "2595 AA",
|
||||||
"postalCode": "2595 AA",
|
"city": "Den Haag",
|
||||||
"city": "Den Haag",
|
"country": "NL",
|
||||||
"country": "NL",
|
}
|
||||||
},
|
|
||||||
]
|
|
||||||
responses:
|
responses:
|
||||||
"201":
|
"201":
|
||||||
description: Created
|
description: Created
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user