Skip to main content
PATCH
Update Order Address

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

The ID of the user.

publicOrder_uuid
string
required
customerAddress_id
integer
required

The ID of the customerAddress.

Body

application/json
line_one
string
required

Must not be greater than 255 characters.

Example:

"ucayaqhitpnhnoeudujxwe"

city
string
required

Must not be greater than 255 characters.

Example:

"mdy"

postcode
string
required

Must not be greater than 20 characters.

Example:

"mvefmfjnjhkzpkwxrkqs"

line_two
string | null

Must not be greater than 255 characters.

Example:

"axwtexmwnntseuykz"

province_code
string | null

Must not be greater than 10 characters.

Example:

"psgzsyrzm"

contact_email
string | null

Must be a valid email address. Must not be greater than 255 characters.

vat_number
string | null

Must not be greater than 50 characters.

Example:

"ojmomnkyrodpjvzenlcha"

company_code
string | null

Must not be greater than 50 characters.

Example:

"rnhxmroymhbtapjtbdnkw"

first_name
string | null

Must not be greater than 255 characters.

Example:

"omwbrkgzmwjzfhbrkxulhj"

last_name
string | null

Must not be greater than 255 characters.

Example:

"qwxqkppsdioopkrepeqtjsqk"

company_name
string | null

Must not be greater than 255 characters.

Example:

"ovbcjhipsqbunzwoaxupuqh"

contact_phone
string | null

Must not be greater than 50 characters.

Example:

"dnrgp"

Response

200 - application/json
data
object