application/json

Body

  • order array[string(uuid)] Required

    An ordered array of Expenditure Life Stage UUID’s.

Responses

  • 204 application/json
POST /api/v1/life-stage/reorder
curl \
 --request POST 'https://api.plannrcrm.com/api/v1/life-stage/reorder' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"order":["ebad05c8-871d-4477-b8f7-8a133ea3a22d","7540a939-4946-49c3-b494-19adb91fcba0","cad41de2-7b20-4ea6-9c90-5d4e8c4149a8"]}'
Request examples
{
  "order": [
    "ebad05c8-871d-4477-b8f7-8a133ea3a22d",
    "7540a939-4946-49c3-b494-19adb91fcba0",
    "cad41de2-7b20-4ea6-9c90-5d4e8c4149a8"
  ]
}
Response examples (204)
{}