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":["a6d924d1-6b58-4edc-a403-a7b89d7ab371","825d0525-5b22-49d1-86b0-39422718855f","59d0a290-9027-4c17-92d4-59990cfd4b2b"]}'
Request examples
{
"order": [
"a6d924d1-6b58-4edc-a403-a7b89d7ab371",
"825d0525-5b22-49d1-86b0-39422718855f",
"59d0a290-9027-4c17-92d4-59990cfd4b2b"
]
}
Response examples (204)
{}