{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "CancelProductOrderStateChangeEvent",
  "eventId" : "b232f6af-cf51-4324-a33b-e73678af430c",
  "eventTime" : "2022-05-12T11:25:00+02:00",
  "eventType" : "CancelProductOrderStateChangeEvent",
  "event" : {
    "cancelProductOrder" : {
      "@type" : "CancelProductOrder",
      "id" : "ad9681cc-e8aa-428a-a772-0864c3749524",
      "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/cancelProductOrder/ad9681cc-e8aa-428a-a772-0864c3749524",
      "state" : "inProgress",
      "requestDate" : "2022-05-12T11:25:00+02:00",
      "requestPostedDate" : "2022-05-11T10:30:00+02:00",
      "entity" : {
        "@type" : "ProductOrderRef",
        "id" : "388a4963-f168-4603-99e8-477200099d91",
        "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/productOrder/388a4963-f168-4603-99e8-477200099d91"
      },
      "stateChangeDate" : "2022-05-12T11:25:00+02:00",
      "stateChangeMessage" : [ {
        "code" : "code",
        "text" : "inProgress_Message"
      } ],
      "stateChangeHistory" : [ {
        "@type" : "StateChange",
        "stateChangeDate" : "2022-05-12T11:25:00+02:00",
        "state" : "acknowledged"
      } ]
    }
  }
}