Update a client partner
PATCH/client_partners/:id
Update an existing client partner to keep their information up to date, e.g. when a company is renamed.
Request
Responses
- 200
- 400
- 404
- 500
Client partner updated successfully
Bad Request
Client partner not found
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 |
| 404 | not_found | entity_not_found | The client partner with the given ID was not found |