{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "InflightChangeProductOrder",
  "id" : "f8d80f8c-7f70-4dca-aa25-a3321d50685d",
  "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/inflightChangeProductOrder/f8d80f8c-7f70-4dca-aa25-a3321d50685d",
  "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" : [ "amend" ],
  "stateChangeDate" : "2022-07-20T09:00:00+02:00",
  "productOrderItem" : [ {
    "@type" : "ProductOrderItem",
    "id" : "2",
    "action" : "add",
    "productOffering" : {
      "@type" : "ProductOffering",
      "name" : "Bereitstellung Komfort"
    },
    "productOrderItemRelationship" : [ {
      "@type" : "OrderItemRelationship",
      "id" : "1",
      "relationshipType" : "dependsOn"
    } ]
  } ]
}