address
This commit is contained in:
parent
0ea5d1532a
commit
dcb7d1b564
@ -1011,24 +1011,12 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
example: 2
|
example: 2
|
||||||
requestBody:
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
$ref: "#/components/schemas/patchCustomerAddress"
|
|
||||||
examples:
|
|
||||||
updateAddressTypeId:
|
|
||||||
value:
|
|
||||||
address:
|
|
||||||
addressTypeId: 2
|
|
||||||
required: true
|
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Successfully modified a customer Address
|
description: Successfully deleted a customer Address
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
{}
|
||||||
$ref: "#/components/schemas/patchCustomerProfileAddressResponse"
|
|
||||||
security:
|
security:
|
||||||
- default: []
|
- default: []
|
||||||
x-auth-type: Application & Application User
|
x-auth-type: Application & Application User
|
||||||
@ -1652,6 +1640,25 @@ components:
|
|||||||
type: boolean
|
type: boolean
|
||||||
addressType:
|
addressType:
|
||||||
type: integer
|
type: integer
|
||||||
|
patchCustomerAddress:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
street:
|
||||||
|
type: string
|
||||||
|
houseNumber:
|
||||||
|
type: integer
|
||||||
|
houseNumberSuffix:
|
||||||
|
type: string
|
||||||
|
postalCode:
|
||||||
|
type: string
|
||||||
|
city:
|
||||||
|
type: string
|
||||||
|
country:
|
||||||
|
type: string
|
||||||
|
isPreferred:
|
||||||
|
type: boolean
|
||||||
|
addressType:
|
||||||
|
type: integer
|
||||||
customerPreferencesEntity:
|
customerPreferencesEntity:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user