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":["4c4d633c-ea48-462d-8bbe-458769ceb13b","24212135-6682-4beb-89c1-6459df1cb408","acd3e87d-eb27-475d-af99-7f4ad10e4035"]}'
Request examples
{
  "order": [
    "4c4d633c-ea48-462d-8bbe-458769ceb13b",
    "24212135-6682-4beb-89c1-6459df1cb408",
    "acd3e87d-eb27-475d-af99-7f4ad10e4035"
  ]
}
Response examples (204)
{}