Cancel order renewal
Schedules the cancellation of an order's renewal from a specified date. The order will remain active until the cancellation date.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
orderId
The order ID (can be internal ID or display ID)
Request
This endpoint expects an object.
orderVersion
The current version of the order (for optimistic locking)
cancelFromDate
The date from which the renewal should be cancelled (ISO 8601 format)
Response
Order renewal cancelled successfully
orderId
The ID of the order
amendmentId
The ID of the amendment record
version
The new version of the order after the amendment
endDate
The new end date of the order
effectiveDate
The effective date of the cancellation