{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "InflightChangeProductOrder",
  "id" : "33359a1e-134f-4b0f-98a8-acc91af5bbee",
  "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/inflightChangeProductOrder/33359a1e-134f-4b0f-98a8-acc91af5bbee",
  "state" : "acknowledged",
  "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-20T09:00:00+02:00",
  "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"
    } ]
  } ]
}