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":["329c11e5-5282-41b0-b33c-fd4da345b6d5","a3996a53-94b5-4ba9-b96a-c0421900b65f","ff236cca-2c46-4ca0-9ac8-e53671a37f72"]}'
Request examples
{
"order": [
"329c11e5-5282-41b0-b33c-fd4da345b6d5",
"a3996a53-94b5-4ba9-b96a-c0421900b65f",
"ff236cca-2c46-4ca0-9ac8-e53671a37f72"
]
}
Response examples (204)
{}