Reorder Life Stage Section Fields for a firm Run in API Explorer
Ask AI
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":["b52a4266-20f7-4092-a9b9-3e4271a33725","bee87f8d-2050-472e-a14f-8f0b4177bc9d","8c9193b5-49f2-4a89-abc2-ee5fd271d6a2"]}'
Request examples
{
"order": [
"b52a4266-20f7-4092-a9b9-3e4271a33725",
"bee87f8d-2050-472e-a14f-8f0b4177bc9d",
"8c9193b5-49f2-4a89-abc2-ee5fd271d6a2"
]
}
Response examples (204)
{}