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":["0fe7ddca-334e-41a8-b95e-c0716dcc7830","1ddefcfd-4e02-4ae4-9fef-de843cca1717","a0c0a8a6-b733-4d31-9393-e1d805f048d9"]}'
Request examples
{
  "order": [
    "0fe7ddca-334e-41a8-b95e-c0716dcc7830",
    "1ddefcfd-4e02-4ae4-9fef-de843cca1717",
    "a0c0a8a6-b733-4d31-9393-e1d805f048d9"
  ]
}
Response examples (204)
{}