Reorder Life Stage Section Fields for a firm Run in API Explorer
Ask AI
POST
/api/v1/expenditure-structure/field/reorder
curl \
--request POST 'https://api.plannrcrm.com/api/v1/expenditure-structure/field/reorder' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{
"order": [
"e286b93c-eae4-4d7e-9a0e-11ccfaa03999",
"c9fd791e-ed1d-4149-9942-29d682d1fe7a",
"f56e1614-e27e-4fb4-881e-b86ad038aa02"
]
}'
Request examples
{
"order": [
"e286b93c-eae4-4d7e-9a0e-11ccfaa03999",
"c9fd791e-ed1d-4149-9942-29d682d1fe7a",
"f56e1614-e27e-4fb4-881e-b86ad038aa02"
]
}
Response examples (204)
{}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}