Update Address

PATCH {{baseUrl}}/addresses/:addressId

Updates the Address

Request Body

{"data"=>{"id"=>"<string>", "type"=>"<string>", "attributes"=>{"locality"=>"<string>", "countryCode"=>"<string>", "region"=>"<string>", "postalCode"=>"<string>", "street"=>"<string>"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;links&quot;:{&quot;self&quot;:&quot;/addresses/05085306-9c1d-4cee-b92a-04c07e4b1945&quot;},&quot;data&quot;:{&quot;attributes&quot;:{&quot;countryCode&quot;:&quot;AUT&quot;,&quot;countryName&quot;:&quot;Austria&quot;,&quot;continentCode&quot;:&quot;EU&quot;,&quot;continentName&quot;:&quot;Europe&quot;,&quot;locality&quot;:&quot;Vienna&quot;,&quot;region&quot;:&quot;Styria&quot;,&quot;postalCode&quot;:&quot;1010&quot;,&quot;street&quot;:&quot;Opernring 3&quot;},&quot;id&quot;:&quot;05085306-9c1d-4cee-b92a-04c07e4b1945&quot;,&quot;type&quot;:&quot;Address&quot;,&quot;meta&quot;:{&quot;createdAt&quot;:&quot;1980-04-22T20:31:36.265Z&quot;,&quot;updatedAt&quot;:&quot;1997-08-23T21:39:16.842Z&quot;,&quot;createdBy&quot;:&quot;adsf&quot;,&quot;updatedBy&quot;:&quot;adsf&quot;}}}