Sandbox: Trigger an event for a specific client partner
POST/client_partners/:id/actions/trigger_event
Trigger an event for a specific client partner. Sandbox only.
Request
Responses
- 204
- 400
- 404
- 500
A successful response
Bad Request
Bad Request
Internal Server Error
Error Codes
| HTTP Status | Class | Code | Description |
|---|---|---|---|
| 400 | invalid_request | invalid_body_parameters | Invalid body parameters with details in the fields attribute |
| 400 | invalid_state | client_partner_event_invalid | The event cannot be triggered for the client partner in its current state. |
| 404 | not_found | entity_not_found | Entity not found |