Update a vendor address.
PUT
/vendors/{vendorId}/addresses/{addressId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api-sandbox.saaslogic.io/v1/vendors/9e3f7852-4039-4b8d-b4d6-2cc6d3f32667/addresses/9763cfd3-3314-4c7c-93e8-f4778d1b98e6' \
--header 'Authorization;' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"addressName": "1965-01-11",
"address": "Ground Floor,Schuman Building Rond point,1040 Brussels,Belgium",
"city": "Brussels",
"zipCode": "40202",
"countryCode": "BEL",
"addressId": "d90cc3a8-7cb3-11ef-a252-325096b39f47",
"taxId": "51-2144346",
"stateCode": "BRU",
"isDefault": true
}'
Response Response Example
{
"message": "UN_AUTHORIZED"
}
Request
Path Params
vendorId
string
required
Example:
9e3f7852-4039-4b8d-b4d6-2cc6d3f32667
addressId
string
required
Example:
9763cfd3-3314-4c7c-93e8-f4778d1b98e6
Header Params
Authorization
string
required
Default:
Bearer {{bearerToken}}
Content-Type
string
optional
Default:
application/json
Accept
string
optional
Default:
application/json
Body Params application/json