{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "CancelProductOrderStateChangeEvent",
  "eventId" : "520b059c-6563-4fd4-b453-3acd13d52b9e",
  "eventTime" : "2022-05-11T11:30:00+02:00",
  "eventType" : "CancelProductOrderStateChangeEvent",
  "event" : {
    "cancelProductOrder" : {
      "@type" : "CancelProductOrder",
      "id" : "2fd01b2b-9110-41ed-8efd-014d7e8ee158",
      "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/cancelProductOrder/2fd01b2b-9110-41ed-8efd-014d7e8ee158",
      "state" : "done",
      "requestDate" : "2022-05-11T11: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-11T11:30:00+02:00",
      "stateChangeMessage" : [ {
        "code" : "0012",
        "text" : "Stornoauftrag erfolgreich"
      } ],
      "stateChangeHistory" : [ {
        "@type" : "StateChange",
        "stateChangeDate" : "2022-05-11T11:25:00+02:00",
        "state" : "acknowledged"
      }, {
        "@type" : "StateChange",
        "stateChangeDate" : "2022-05-11T11:25:00+02:00",
        "stateChangeMessage" : [ {
          "code" : "code",
          "text" : "inProgress_Message"
        } ],
        "state" : "inProgress"
      } ]
    }
  }
}