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":["7f6175e7-beb6-41eb-bc3b-70e6e3848400","23f48beb-9035-40b6-bbcc-7f7848bb6b52","4078d915-49de-48e4-bd36-a25728be4b1c"],"has_custom_expenditures":true}'
Request examples
{
"section_uuids": [
"7f6175e7-beb6-41eb-bc3b-70e6e3848400",
"23f48beb-9035-40b6-bbcc-7f7848bb6b52",
"4078d915-49de-48e4-bd36-a25728be4b1c"
],
"has_custom_expenditures": true
}
Response examples (204)
{}