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":["9f7ccfc8-ea2d-4a89-a885-0ff11025df58","5b4193cc-6f11-457a-8842-11065f0f9963","8632dfd4-5b7e-4792-8dd1-d7b0fbbf855a"]}'
Request examples
{
  "order": [
    "9f7ccfc8-ea2d-4a89-a885-0ff11025df58",
    "5b4193cc-6f11-457a-8842-11065f0f9963",
    "8632dfd4-5b7e-4792-8dd1-d7b0fbbf855a"
  ]
}
Response examples (204)
{}