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":["0790653a-310c-4267-98f6-d584604d79dd","a2b351b3-a3ea-489b-9d90-75dd8a1fb5f4","37600a1e-b651-45f5-b42d-2fd5f97bd384"]}'
Request examples
{
  "order": [
    "0790653a-310c-4267-98f6-d584604d79dd",
    "a2b351b3-a3ea-489b-9d90-75dd8a1fb5f4",
    "37600a1e-b651-45f5-b42d-2fd5f97bd384"
  ]
}
Response examples (204)
{}