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":["6afd518a-41a4-4df3-ab96-970471de3834","7a7a938d-1ab8-4d26-8448-f4dbb1907e46","bd5d7b84-002e-4b5f-8d0a-3c8d5c832b4a"]}'
Request examples
{
"order": [
"6afd518a-41a4-4df3-ab96-970471de3834",
"7a7a938d-1ab8-4d26-8448-f4dbb1907e46",
"bd5d7b84-002e-4b5f-8d0a-3c8d5c832b4a"
]
}
Response examples (204)
{}