POST /api/v1/expenditure-structure/section/reorder
application/json

Body

  • order array[string(uuid)] Required

    An ordered array of Expenditure Life Stage Section UUID’s.

Responses

  • 204 application/json
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":["63683dd6-7f82-4f3a-94fc-afd04f2f9128","c6c57ff1-637d-4fff-a015-62b60281183d","18656bbb-00f9-4797-8658-4c15c12146aa"]}'
Request examples
{
  "order": [
    "63683dd6-7f82-4f3a-94fc-afd04f2f9128",
    "c6c57ff1-637d-4fff-a015-62b60281183d",
    "18656bbb-00f9-4797-8658-4c15c12146aa"
  ]
}
Response examples (204)
{}