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":["fc96824d-e78c-4e0c-b866-cb65f94bc452","48ca5ec3-6e53-46c9-9512-b0bd9025d841","fced7e5d-8477-474c-9d7a-e157a3557ae1"]}'
Request examples
{
"order": [
"fc96824d-e78c-4e0c-b866-cb65f94bc452",
"48ca5ec3-6e53-46c9-9512-b0bd9025d841",
"fced7e5d-8477-474c-9d7a-e157a3557ae1"
]
}
Response examples (200)
{
"data": [
"uuid-1",
"uuid-2",
"uuid-3"
]
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}