Modify an admission (change of payer/agreement)
PUT/v3/accounts/origin-events/change-of-payer
Change the agreement (payer) associated with an admission (origin event) and optionally a subset of its charges. Modification is allowed only while no items have been invoiced for that admission. Processing is asynchronous: the response is 202 with a Location header pointing to a monitor endpoint that exposes the current status of the update.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 422
- 500
Accepted
Response Headers
Location
Monitor endpoint URL
Bad Request
Unauthorized
Forbidden
Origin event or agreement not found
Validation error
Internal Server Error