cURL
curl --request PUT \ --url https://sandbox.intermezzo.ai/worksites/{worksite_id}/address/{address_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "countryCode": "DE", "addressType": "HAUSANSCHRIFT", "normalizedAddress": "<string>" }'
{ "id": "<string>", "isCorrespondence": true, "address": "<string>", "components": { "formatted_address": "<string>", "street_number": "<string>", "road": "<string>", "city": "<string>", "state": "<string>", "country": "<string>", "postal_code": "<string>", "postal_code_suffix": "<string>", "latitude": 123, "longitude": 123 }, "content": { "countryCode": "DE", "addressType": "HAUSANSCHRIFT", "normalizedAddress": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"DE"
HAUSANSCHRIFT
POSTFACH
GROSSEMPFAENGER
AUSLANDSANSCHRIFT
Successful Response
Show child attributes
Was this page helpful?