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":["f177df93-3cc1-487b-9964-e14cd744382e","1c46900b-e3e2-475b-8958-ef75906d145d","73c5217b-1950-41b0-a305-71eae4fd256c"]}'
Request examples
{
  "order": [
    "f177df93-3cc1-487b-9964-e14cd744382e",
    "1c46900b-e3e2-475b-8958-ef75906d145d",
    "73c5217b-1950-41b0-a305-71eae4fd256c"
  ]
}
Response examples (204)
{}