POST /api/v1/expenditure-structure/field/reorder
application/json

Body

  • order array[string(uuid)] Required

    An ordered array of Expenditure Life Stage Section Fields UUID’s.

Responses

  • 204 application/json
POST /api/v1/expenditure-structure/field/reorder
curl \
 --request POST 'https://api.plannrcrm.com/api/v1/expenditure-structure/field/reorder' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"order":["329c11e5-5282-41b0-b33c-fd4da345b6d5","a3996a53-94b5-4ba9-b96a-c0421900b65f","ff236cca-2c46-4ca0-9ac8-e53671a37f72"]}'
Request examples
{
  "order": [
    "329c11e5-5282-41b0-b33c-fd4da345b6d5",
    "a3996a53-94b5-4ba9-b96a-c0421900b65f",
    "ff236cca-2c46-4ca0-9ac8-e53671a37f72"
  ]
}
Response examples (204)
{}