Reorder Fact Find Sections Run in API Explorer
Ask AI
POST
/api/v2/fact-find/sections/reorder
curl \
--request POST 'https://api.plannrcrm.com/api/v2/fact-find/sections/reorder' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"order":["4e4e0cd0-a9fb-4b44-bcc3-f284163d9319","6d15e54d-418f-4ed4-930f-054b3fa4f2b6","3eaac067-6977-42ab-8a2e-baf0195815a2"]}'
Request examples
{
"order": [
"4e4e0cd0-a9fb-4b44-bcc3-f284163d9319",
"6d15e54d-418f-4ed4-930f-054b3fa4f2b6",
"3eaac067-6977-42ab-8a2e-baf0195815a2"
]
}
Response examples (200)
{
"data": [
"uuid-1",
"uuid-2",
"uuid-3"
]
}