{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "InflightChangeProductOrder_FVO",
  "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" ],
  "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"
    }
  } ]
}