Authorization: Bearer ********************
{
"reminderSettings": [
{
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
},
"type": "first",
"dueAfter": 0
}
]
}
curl --location --request PATCH 'https://api.upbooks.io/api/v1/organization//settings/invoice/reminder' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"reminderSettings": [
{
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
},
"type": "first",
"dueAfter": 0
}
]
}'