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":["375c516e-944e-4b70-ab2c-0a21c90ccb4f","a829a606-c1b4-48f5-a8df-f95d4b1ebb92","8c628e39-5cf1-4a77-bfcf-4b0433b3319f"]}'
Request examples
{
  "order": [
    "375c516e-944e-4b70-ab2c-0a21c90ccb4f",
    "a829a606-c1b4-48f5-a8df-f95d4b1ebb92",
    "8c628e39-5cf1-4a77-bfcf-4b0433b3319f"
  ]
}
Response examples (204)
{}