CCRMAuthorize: ********************curl --location -g --request PUT 'https://{{tenantname}}.onchannelcrm.app/api/EconDelAdresses/' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"id": "",
"debtorNumber": "",
"econId": 0,
"econNumber": 0,
"address": "",
"city": "",
"zip": "",
"countryName": "",
"county": "",
"externalId": "",
"isAccessible": true,
"termsOfDelivery": ""
}'