{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "InflightChangeProductOrderStateChangeEvent",
  "eventId" : "464abc53-5656-4629-9892-3efc2a0cf266",
  "eventTime" : "2022-12-16T11:39:20+01:00",
  "eventType" : "InflightChangeProductOrderStateChangeEvent",
  "event" : {
    "inflightChangeProductOrder" : {
      "@type" : "InflightChangeProductOrder",
      "id" : "9b83a592-6d70-4d3f-ba88-aab489cdc8e4",
      "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/inflightChangeProductOrder/9b83a592-6d70-4d3f-ba88-aab489cdc8e4",
      "state" : "done",
      "requestDate" : "2022-12-16T11:39:00+01:00",
      "requestPostedDate" : "2022-12-16T11:39:00+01:00",
      "entity" : {
        "@type" : "ProductOrderRef",
        "id" : "6d5c7978-2ce8-4778-a51d-63c025ec1729",
        "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/productOrder/6d5c7978-2ce8-4778-a51d-63c025ec1729"
      },
      "category" : [ "reschedule" ],
      "requestedCompletionDate" : "2022-12-19T12:00:00+01:00",
      "stateChangeDate" : "2022-12-16T11:39:20+01:00",
      "stateChangeMessage" : [ {
        "code" : "code",
        "text" : "done_Message"
      } ],
      "stateChangeHistory" : [ {
        "@type" : "StateChange",
        "stateChangeDate" : "2022-12-16T11:39:00+01:00",
        "state" : "acknowledged"
      }, {
        "@type" : "StateChange",
        "stateChangeDate" : "2022-12-16T11:39:10+01:00",
        "stateChangeMessage" : [ {
          "code" : "code",
          "text" : "inProgress_Message"
        } ],
        "state" : "inProgress"
      } ],
      "productOrderItem" : [ {
        "@type" : "ProductOrderItem",
        "id" : "1",
        "action" : "modify",
        "requestedTimeSlot" : {
          "@type" : "TimeSlot",
          "validFor" : {
            "startDateTime" : "2022-12-19T08:00:00+01:00",
            "endDateTime" : "2022-12-19T12:00:00+01:00"
          }
        }
      } ]
    }
  }
}