Addede delete address to CRUD
This commit is contained in:
parent
8461b117bd
commit
bd3f3e68a6
@ -1919,7 +1919,6 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
example: { "mandateInputId": "dbbc3913-414e-4528-9c95-6c11a11e04ac" }
|
example: { "mandateInputId": "dbbc3913-414e-4528-9c95-6c11a11e04ac" }
|
||||||
|
|
||||||
/mandateinputs/{mandateInputId}:
|
/mandateinputs/{mandateInputId}:
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
@ -2245,6 +2244,27 @@ paths:
|
|||||||
{
|
{
|
||||||
"orderCustomerAddressId": "d5005529-d4f2-4552-a5b8-477dab7836ec",
|
"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:
|
components:
|
||||||
securitySchemes:
|
securitySchemes:
|
||||||
bearerToken:
|
bearerToken:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user