{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "InflightChangeProductOrderStateChangeEvent",
  "eventId" : "2a527438-228b-47d7-9b14-5cc7892e7b59",
  "eventTime" : "2022-07-20T10:00:00+02:00",
  "eventType" : "InflightChangeProductOrderStateChangeEvent",
  "event" : {
    "inflightChangeProductOrder" : {
      "@type" : "InflightChangeProductOrder",
      "id" : "33359a1e-134f-4b0f-98a8-acc91af5bbee",
      "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/inflightChangeProductOrder/33359a1e-134f-4b0f-98a8-acc91af5bbee",
      "state" : "inProgress",
      "requestDate" : "2022-07-20T09:00:00+02:00",
      "requestPostedDate" : "2022-07-20T08:00: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"
      },
      "category" : [ "reschedule", "amend" ],
      "requestedCompletionDate" : "2022-07-20T12:00:00+02:00",
      "stateChangeDate" : "2022-07-20T10:00:00+02:00",
      "stateChangeMessage" : [ {
        "code" : "code",
        "text" : "inProgress_Message"
      } ],
      "stateChangeHistory" : [ {
        "@type" : "StateChange",
        "stateChangeDate" : "2022-07-20T09:00:00+02:00",
        "state" : "acknowledged"
      } ],
      "productOrderItem" : [ {
        "@type" : "ProductOrderItem",
        "id" : "1",
        "action" : "modify",
        "requestedTimeSlot" : {
          "@type" : "TimeSlot",
          "validFor" : {
            "startDateTime" : "2022-07-20T08:00:00+02:00",
            "endDateTime" : "2022-07-20T12:00:00+02:00"
          }
        }
      }, {
        "@type" : "ProductOrderItem",
        "id" : "2",
        "action" : "add",
        "productOffering" : {
          "@type" : "ProductOffering",
          "name" : "AUFTRAG_REPARATUR_EL"
        },
        "productOrderItemRelationship" : [ {
          "@type" : "OrderItemRelationship",
          "id" : "1",
          "relationshipType" : "dependsOn"
        } ]
      } ]
    }
  }
}