Apply Change Request
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_id
request_id
account_id
Response
Successful Response
change_request
Response containing a change request.
result
Result of applying the change request.
Errors
402
Payment Required Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error