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":["b8bcc981-eb8a-4b62-9c20-cfa4a4df6950","98d79961-5677-43a8-92d0-f84411759038","b28dfa7f-1bdc-47ca-b993-7377ad4d451b"]}'
Request examples
{
"order": [
"b8bcc981-eb8a-4b62-9c20-cfa4a4df6950",
"98d79961-5677-43a8-92d0-f84411759038",
"b28dfa7f-1bdc-47ca-b993-7377ad4d451b"
]
}
Response examples (204)
{}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}