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":["6a16183d-2c4e-49e6-b776-c33fb051bbfc","bd9f3543-0307-4c69-a6a2-50ab0ba49e83","3065cfb3-3d64-43c4-8693-f36535cc4b2f"]}'
Request examples
{
"order": [
"6a16183d-2c4e-49e6-b776-c33fb051bbfc",
"bd9f3543-0307-4c69-a6a2-50ab0ba49e83",
"3065cfb3-3d64-43c4-8693-f36535cc4b2f"
]
}
Response examples (204)
{}