Authorization: Bearer ********************
{
"default": {
"taxesSummary": true,
"authorisedSignature": "string",
"sendEmail": {
"subject": "string",
"bccEmails": [
"string"
],
"ccEmails": [
"string"
],
"enabled": true
},
"creditNoteNumberFormat": "string",
"logo": "string",
"notes": "string",
"terms": "string",
"templateType": "template1",
"contact": {
"email": "string",
"phone": "string",
"address": "string"
},
"name": "string"
}
}
curl --location --request PATCH 'https://api.upbooks.io/api/v1/organization//settings/credit-note' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"default": {
"taxesSummary": true,
"authorisedSignature": "string",
"sendEmail": {
"subject": "string",
"bccEmails": [
"string"
],
"ccEmails": [
"string"
],
"enabled": true
},
"creditNoteNumberFormat": "string",
"logo": "string",
"notes": "string",
"terms": "string",
"templateType": "template1",
"contact": {
"email": "string",
"phone": "string",
"address": "string"
},
"name": "string"
}
}'