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":["75791b43-f14f-40cb-b148-2524d7a04f83","f414660d-33ee-4f9c-bb69-2356071db13f","59f90223-66e4-44e7-a956-97dc6bc97848"],"has_custom_expenditures":true}'
Request examples
{
"section_uuids": [
"75791b43-f14f-40cb-b148-2524d7a04f83",
"f414660d-33ee-4f9c-bb69-2356071db13f",
"59f90223-66e4-44e7-a956-97dc6bc97848"
],
"has_custom_expenditures": true
}
Response examples (204)
{}