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":["dae5a6b2-2014-4ebc-a492-500465ef378c","9ef902e7-d953-4b4c-86d2-89d59a47a535","5ccaed9f-83a1-494f-89a7-89957c208671"]}'
Request examples
{
"order": [
"dae5a6b2-2014-4ebc-a492-500465ef378c",
"9ef902e7-d953-4b4c-86d2-89d59a47a535",
"5ccaed9f-83a1-494f-89a7-89957c208671"
]
}
Response examples (204)