curl --location -g --request PUT 'https://{{tenantname}}.onchannelcrm.app/api/UconSettings' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"id": 0,
"enabled": true,
"userId": "",
"enterPw": "",
"pw": "",
"companyId": 0,
"syncDebtors": true,
"syncDebtorToCompany": true,
"debtorGroupsForSync": "",
"syncInvoices": true,
"createDebtorFromCrm": true,
"defaultDebtorGroup": "",
"editDebtorFromCrm": true,
"debtorSyncDate": "",
"invoiceSyncDate": "",
"invoiceTopNumber": 0,
"enterToken": "",
"token": "",
"defaultRelation": "",
"syncProducts": true,
"syncCustomerPriceLists": true,
"productSyncDate": "",
"priceListSyncDate": "",
"createOfferFromCrm": true,
"allowDebtorWithNoVat": true,
"useVatasAccountNumber": true,
"createDebtorOnOffer": true,
"salesPriceNumberOnOffer": 0,
"defaultTaxPercent": 0,
"defaultCurrencyCode": ""
}'