curl --request PATCH \
--url https://api.pricenow.dev/api/accounts/current/addresses/{addressId} \
--header 'Content-Type: application/json' \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>' \
--data '
{
"addressLine1": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>",
"countryCode": "<string>",
"purpose": [
"BILLING"
]
}
'{
"data": {
"id": 123,
"addressLine1": "<string>",
"addressLine2": "<string>",
"zip": "<string>",
"city": "<string>",
"state": "<string>",
"countryCode": "<string>",
"purpose": [
"BILLING"
]
}
}Update an address for the current account
curl --request PATCH \
--url https://api.pricenow.dev/api/accounts/current/addresses/{addressId} \
--header 'Content-Type: application/json' \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>' \
--data '
{
"addressLine1": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>",
"countryCode": "<string>",
"purpose": [
"BILLING"
]
}
'{
"data": {
"id": 123,
"addressLine1": "<string>",
"addressLine2": "<string>",
"zip": "<string>",
"city": "<string>",
"state": "<string>",
"countryCode": "<string>",
"purpose": [
"BILLING"
]
}
}Language of the response
en, de, fr, it UUID of the sales channel
Successful response
Show child attributes