Reorder Life Stage Sections for a firm Run in API Explorer
Ask AI
POST
/api/v1/expenditure-structure/section/reorder
curl \
--request POST 'https://api.plannrcrm.com/api/v1/expenditure-structure/section/reorder' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{
"order": [
"2ad63f31-84b7-4b7b-b91d-231b484b9b2a",
"213452c6-5919-4686-b138-60b8f3635eaf",
"953c146a-feb7-4ed0-a480-7016a4883052"
]
}'
Request examples
{
"order": [
"2ad63f31-84b7-4b7b-b91d-231b484b9b2a",
"213452c6-5919-4686-b138-60b8f3635eaf",
"953c146a-feb7-4ed0-a480-7016a4883052"
]
}
Response examples (204)
{}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}