Apply Change Request

View as Markdown

Apply a previewed change request.

The change request must be in ready state. Execution follows the auto-resolved order and collects payment before making any changes (Charge First pattern).

If payment fails, the subscription remains unchanged and a 402 error is returned.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

subscription_idstringRequired
request_idstringRequired
account_idstringRequired

Response

Successful Response
change_requestobject
Response containing a change request.
resultobject
Result of applying the change request.

Errors

402
Payment Required Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error