Preview Change Request

View as Markdown
Preview a change request. This computes the execution plan, detects conflicts, and calculates proration amounts without making any actual changes. The change request must be in draft or ready state. If conflicts are detected, a 422 error is returned with details about each conflict.

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.
previewobject
Preview of what the change request will do.

Errors

400
Bad Request Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error