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":["cedf1d4e-c646-40da-b903-c212fc9c77e9","5d3ee5e6-4575-4b9d-8299-ca5d698f508c","91a5fba3-047d-4e07-b05e-f5a100e59918"]}'
Request examples
{
"order": [
"cedf1d4e-c646-40da-b903-c212fc9c77e9",
"5d3ee5e6-4575-4b9d-8299-ca5d698f508c",
"91a5fba3-047d-4e07-b05e-f5a100e59918"
]
}
Response examples (204)
{}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}