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":["3b0d57b0-dd59-45d8-8fec-492fc56e9f12","820d71ab-4952-49b0-bfe7-70bed9783fb8","06dd71d5-6a94-4003-b119-073989fca436"]}'
Request examples
{
  "order": [
    "3b0d57b0-dd59-45d8-8fec-492fc56e9f12",
    "820d71ab-4952-49b0-bfe7-70bed9783fb8",
    "06dd71d5-6a94-4003-b119-073989fca436"
  ]
}
Response examples (204)