Create Change Request

View as Markdown

Create a new change request draft for a subscription.

Only one active (draft or previewed) change request can exist per subscription at a time.

Authentication

AuthorizationBearer

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

Path parameters

subscription_idstringRequired
account_idstringRequired

Request

This endpoint expects an object.
reasonstring or nullOptional<=255 characters
Optional reason for the change
expires_in_hoursinteger or nullOptional1-168

Hours until the draft expires (1-168). Default value (24 hours) is set at the use case layer.

Response

Successful Response
change_requestobject
Response containing a change request.

Errors

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