Reorder Fact Find Blocks Run in API Explorer
Ask AI
POST
/api/v2/fact-find/blocks/reorder
curl \
--request POST 'https://api.plannrcrm.com/api/v2/fact-find/blocks/reorder' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"order":["7bc8cd0a-e808-4938-ab0d-c6ad59842ca9","e99eca32-5643-459c-a7e3-19ae2fec782f","805c5634-9eab-48ef-b23a-4dc3f9a4d3b2"]}'
Request examples
{
"order": [
"7bc8cd0a-e808-4938-ab0d-c6ad59842ca9",
"e99eca32-5643-459c-a7e3-19ae2fec782f",
"805c5634-9eab-48ef-b23a-4dc3f9a4d3b2"
]
}
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."
]
}
}