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":["f0399739-1a3b-4a34-8508-83c99775b0b8","b109d377-ed57-42ef-a691-960123d42558","3187b1fe-d4be-4d9f-ad08-6aa902a12271"],"has_custom_expenditures":true}'
Request examples
{
"section_uuids": [
"f0399739-1a3b-4a34-8508-83c99775b0b8",
"b109d377-ed57-42ef-a691-960123d42558",
"3187b1fe-d4be-4d9f-ad08-6aa902a12271"
],
"has_custom_expenditures": true
}
Response examples (204)
{}