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":["4c4d633c-ea48-462d-8bbe-458769ceb13b","24212135-6682-4beb-89c1-6459df1cb408","acd3e87d-eb27-475d-af99-7f4ad10e4035"]}'
Request examples
{
"order": [
"4c4d633c-ea48-462d-8bbe-458769ceb13b",
"24212135-6682-4beb-89c1-6459df1cb408",
"acd3e87d-eb27-475d-af99-7f4ad10e4035"
]
}
Response examples (204)
{}