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":["13b94f9d-cb27-4fbd-936f-542b525bd19b","ad26cbd3-a4a6-4b59-a558-29bc55558eab","096b43a8-b4ba-4941-b81c-e4f35972772f"]}'
Request examples
{
  "order": [
    "13b94f9d-cb27-4fbd-936f-542b525bd19b",
    "ad26cbd3-a4a6-4b59-a558-29bc55558eab",
    "096b43a8-b4ba-4941-b81c-e4f35972772f"
  ]
}
Response examples (204)