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":["79e7931c-fda2-4317-86d7-fefdb4a7e731","014614da-c2f5-4684-8241-6d250d6c2dc6","86981915-dfb6-49cb-a1e2-7edb29bcdbcc"]}'
Request examples
{
  "order": [
    "79e7931c-fda2-4317-86d7-fefdb4a7e731",
    "014614da-c2f5-4684-8241-6d250d6c2dc6",
    "86981915-dfb6-49cb-a1e2-7edb29bcdbcc"
  ]
}
Response examples (204)
{}