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":["bedd75a6-20da-4d89-bf9c-6b8a6e234c7d","816d56ce-cf07-4dba-b112-c85a235e39e9","90c94d57-2b77-4823-9ac3-dffc1f356306"]}'
Request examples
{
  "order": [
    "bedd75a6-20da-4d89-bf9c-6b8a6e234c7d",
    "816d56ce-cf07-4dba-b112-c85a235e39e9",
    "90c94d57-2b77-4823-9ac3-dffc1f356306"
  ]
}
Response examples (204)
{}