curl -i -X PUT \
https://www.rebilly.com/_mock/static/_spec/catalog/all-3.0/external-services-settings \
-H 'Content-Type: application/json' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE' \
-d '{
"quickBooksOnline": {
"customer": {
"sync": "manually",
"displayName": "id"
},
"invoice": {
"sync": "manually",
"syncZeroInvoices": false,
"unearnedRevenueAccountId": "jrn_acc_01H32J1C97KWGRCKF1E1JY0QG8",
"taxesAccountId": "jrn_acc_01H32J1KGXSRDH0K8Q7YYA552T",
"discountsAccountId": "jrn_acc_01H32J1KGXSRDH0K8Q7YYA552T",
"department": "jrn_acc_01H32J1KGXSRDH0K8Q7YYA552T",
"itemName": "string",
"itemDescription": "string",
"itemSku": "string",
"itemLineDescription": "string",
"taxName": "string",
"taxDescription": "string",
"taxSku": "string",
"taxLineDescription": "string"
},
"transaction": {
"syncPayments": "manually",
"syncRefundReceipts": "manually",
"depositAccountId": "jrn_acc_01H32J1C97KWGRCKF1E1JY0QG8",
"department": "jrn_acc_01H32J1KGXSRDH0K8Q7YYA552T"
},
"journalEntry": {
"sync": "manually"
}
}
}'