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":["2a94db45-df83-4cb4-9975-c7f8f2b4e8ea","7622cd19-471f-4bf3-96f2-637b607c0668","3ddf8af8-a8f5-41e4-a200-0e8363701105"]}'
Request examples
{
  "order": [
    "2a94db45-df83-4cb4-9975-c7f8f2b4e8ea",
    "7622cd19-471f-4bf3-96f2-637b607c0668",
    "3ddf8af8-a8f5-41e4-a200-0e8363701105"
  ]
}
Response examples (204)