develop #38
@ -1919,7 +1919,6 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
example: { "mandateInputId": "dbbc3913-414e-4528-9c95-6c11a11e04ac" }
|
||||
|
||||
/mandateinputs/{mandateInputId}:
|
||||
parameters:
|
||||
- in: path
|
||||
@ -2245,6 +2244,27 @@ paths:
|
||||
{
|
||||
"orderCustomerAddressId": "d5005529-d4f2-4552-a5b8-477dab7836ec",
|
||||
}
|
||||
delete:
|
||||
summary: P3. Delete an address of a customer on an order.
|
||||
description: Delete an address of a customer on an order.
|
||||
tags:
|
||||
- Customer
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
example: {
|
||||
|
||||
}
|
||||
|
||||
components:
|
||||
securitySchemes:
|
||||
bearerToken:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user