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":["6afd518a-41a4-4df3-ab96-970471de3834","7a7a938d-1ab8-4d26-8448-f4dbb1907e46","bd5d7b84-002e-4b5f-8d0a-3c8d5c832b4a"]}'
Request examples
{
  "order": [
    "6afd518a-41a4-4df3-ab96-970471de3834",
    "7a7a938d-1ab8-4d26-8448-f4dbb1907e46",
    "bd5d7b84-002e-4b5f-8d0a-3c8d5c832b4a"
  ]
}
Response examples (204)
{}