Cancel order Data Model

Domain

The schema is part of the Domain

Description

A Order cancel is a type of task which can be used to place a request to cancel an order

Data model

A JSON Schema corresponding to this data model can be found here.

The Data model is defined as shown below: - requestedCancellationDate : Date when the submitter wants the order to be cancelled - Optional - href : Hyperlink to access the cancellation request - Optional - id : id of the cancellation request (this is not an order id) - Optional - effectiveCancellationDate : Date when the order is cancelled. - Optional - cancellationReason : Reason why the order is cancelled. - Optional - state : Tracks the lifecycle status of the cancellation request, such as Acknowledged, Rejected, InProgress, Pending and so on. - Optional

TMForum APIs that use this schema

Taking into consideration the snapshot of 04/02/2020 04:22:50 UTC the list of TMForum Open APIs that uses this schemas is:

Coming soon