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":["dae5a6b2-2014-4ebc-a492-500465ef378c","9ef902e7-d953-4b4c-86d2-89d59a47a535","5ccaed9f-83a1-494f-89a7-89957c208671"]}'
Request examples
{
  "order": [
    "dae5a6b2-2014-4ebc-a492-500465ef378c",
    "9ef902e7-d953-4b4c-86d2-89d59a47a535",
    "5ccaed9f-83a1-494f-89a7-89957c208671"
  ]
}
Response examples (204)