put https://{api_url}/api/v5/admin//addresses/
Updates an existing Address
Log in to see full request history
Responses
400Bad Request
Updates an existing Address
400Bad Request
xxxxxxxxxx
curl --request PUT \
--url https://example.jrni.com/api/v5/admin/company_id/addresses/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"country": "United Kingdom"
}
'
Try It!
to start a request and see the response here! Or choose an example: