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