Update the custom expenditures setting across all uuids Run in API Explorer
Ask AI
POST
/api/v1/expenditure-structure/section/set-custom-expenditure
curl \
--request POST 'https://api.plannrcrm.com/api/v1/expenditure-structure/section/set-custom-expenditure' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"section_uuids":["141bab13-434e-4503-b36a-8c058c0a16c5","c8be3f61-4056-467a-a023-3a6258016e92","32f2efcc-f7d2-4a10-9437-070e2250342f"],"has_custom_expenditures":true}'
Request examples
{
"section_uuids": [
"141bab13-434e-4503-b36a-8c058c0a16c5",
"c8be3f61-4056-467a-a023-3a6258016e92",
"32f2efcc-f7d2-4a10-9437-070e2250342f"
],
"has_custom_expenditures": true
}
Response examples (204)
{}