{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "InflightChangeProductOrderStateChangeEvent",
  "eventId" : "008cd4b8-0cb4-4009-b524-3aa3d0e7550d",
  "eventTime" : "2022-07-20T10:01:00+02:00",
  "eventType" : "InflightChangeProductOrderStateChangeEvent",
  "event" : {
    "inflightChangeProductOrder" : {
      "@type" : "InflightChangeProductOrder",
      "id" : "d1317bb6-969a-4da7-be54-2d3760e48fee",
      "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/inflightChangeProductOrder/d1317bb6-969a-4da7-be54-2d3760e48fee",
      "state" : "done",
      "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" : [ "add" ],
      "stateChangeDate" : "2022-07-20T10:01:00+02:00",
      "stateChangeMessage" : [ {
        "code" : "code",
        "text" : "done_Message"
      } ],
      "stateChangeHistory" : [ {
        "@type" : "StateChange",
        "stateChangeDate" : "2022-07-20T09:00:00+02:00",
        "state" : "acknowledged"
      }, {
        "@type" : "StateChange",
        "stateChangeDate" : "2022-07-20T10:00:00+02:00",
        "stateChangeMessage" : [ {
          "code" : "code",
          "text" : "inProgress_Message"
        } ],
        "state" : "inProgress"
      } ],
      "note" : [ {
        "@type" : "InstallationInstruction",
        "text" : "zweimal klopfen"
      } ],
      "relatedParty" : [ {
        "@type" : "RelatedPartyOrPartyRole",
        "role" : "installationContact",
        "partyOrPartyRole" : {
          "@type" : "Individual",
          "contactMedium" : [ {
            "@type" : "PhoneContactMedium",
            "contactType" : "fixed",
            "phoneNumber" : "+49221145155"
          }, {
            "@type" : "PhoneContactMedium",
            "contactType" : "mobile",
            "phoneNumber" : "+4917878878788"
          }, {
            "@type" : "EmailContactMedium",
            "contactType" : "email",
            "emailAddress" : "t.bauer@example.net"
          } ],
          "familyName" : "Bauer",
          "salutation" : "Herr",
          "givenName" : "Tom"
        }
      } ]
    }
  }
}