{
"isFavorite": true,
"alternativeName": "string",
"countryCode": "string",
"street": "string",
"streetAdditional": "string",
"zip": "string",
"federalState": "string",
"city": "string",
"postboxNumber": "string",
"addressTypes": [
"string"
]
}
curl --location -g --request PUT 'https://api.cobra.de/v1/crm/companies/{id}/addresses/{addressId}' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'Content-Type: application/json' \
--data-raw '{
"isFavorite": true,
"alternativeName": "string",
"countryCode": "string",
"street": "string",
"streetAdditional": "string",
"zip": "string",
"federalState": "string",
"city": "string",
"postboxNumber": "string",
"addressTypes": [
"string"
]
}'