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":["a6419a97-0625-42e5-9aa5-37ac873927a1","dd3ed495-5f5b-45bb-81b7-22f748961a05","ee73627e-5676-4f59-ba19-4ecf60aba67b"]}'
Request examples
{
  "order": [
    "a6419a97-0625-42e5-9aa5-37ac873927a1",
    "dd3ed495-5f5b-45bb-81b7-22f748961a05",
    "ee73627e-5676-4f59-ba19-4ecf60aba67b"
  ]
}
Response examples (204)