Transfer clients from one status to another status
POST
/api/v1/client-status/{clientStatus}/transfer-clients
curl \
--request POST 'https://api.plannrcrm.com/api/v1/client-status/architecto/transfer-clients' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"new_status_uuid":"b23f6c27-2f1d-4fc9-b7bf-bf46aac2c70a"}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"new_status_uuid": "b23f6c27-2f1d-4fc9-b7bf-bf46aac2c70a"
}
Response examples (204)
{}