curl --location -g --request PUT 'https://{{tenantname}}.onchannelcrm.app/api/BusinessUnits/' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"id": "",
"unitName": "",
"street": "",
"zip": "",
"city": "",
"state": "",
"country": "",
"phone": "",
"vat": "",
"ean": "",
"companyName": "",
"countryNavigation": {
"id": "",
"countryName": "",
"tooltip": "",
"english_name": "",
"zip_prefix": "",
"abbrev2": "",
"currency": "",
"domainName": "",
"defaultLcid": 0,
"dialInPrefix": "",
"dialOutPrefix": "",
"interAreaPrefix": "",
"customPhoneDesc": "",
"phonePartOfNA": 0,
"isoNumber": 0,
"businessUnits": {},
"companies": {},
"companyAccounts": {},
"companyFinanceCountryNavigations": {},
"contacts": {},
"favoriteReports": {},
"projects": {}
},
"employees": {}
}'