Reorder Life Stages for a firm Run in API Explorer
Ask AI
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":["bf797537-9163-409b-ad6c-7db8e44ffef6","66287894-f163-47ff-a86c-5015bd9cb1f4","5dd54023-039b-4b3a-a935-bff0fa08779d"]}'
Request examples
{
"order": [
"bf797537-9163-409b-ad6c-7db8e44ffef6",
"66287894-f163-47ff-a86c-5015bd9cb1f4",
"5dd54023-039b-4b3a-a935-bff0fa08779d"
]
}
Response examples (204)
{}