{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "ProductOrder_FVO",
  "category" : "productModification",
  "orderPostedDate" : "2022-06-12T10:30:00+02:00",
  "requestedCompletionDate" : "2022-12-01T12:00:00+01:00",
  "agreement" : [ {
    "@type" : "Agreement",
    "name" : "buyerServiceContract",
    "engagedParty" : [ {
      "@type" : "Organization",
      "businessId" : "500011"
    } ],
    "businessId" : "500012",
    "agreementType" : "buyerServiceContract"
  } ],
  "externalId" : [ {
    "@type" : "ExternalIdentifier",
    "id" : "1000222",
    "externalIdentifierType" : "externalOrderId",
    "owner" : "DEU.VFD"
  } ],
  "productOrderItem" : [ {
    "@type" : "ProductOrderItem",
    "id" : "1",
    "action" : "nochange",
    "product" : {
      "@type" : "BitstreamAccessProduct",
      "singleContractIdExistingProduct" : "3234567890"
    }
  }, {
    "@type" : "ProductOrderItem",
    "id" : "2",
    "action" : "add",
    "productOffering" : {
      "@type" : "ProductOffering",
      "name" : "Expressentstörung"
    },
    "productOrderItemRelationship" : [ {
      "@type" : "OrderItemRelationship",
      "id" : "1",
      "relationshipType" : "dependsOn"
    } ]
  } ],
  "relatedParty" : [ {
    "@type" : "RelatedPartyOrPartyRole",
    "role" : "orderManagementBuyerContact",
    "partyOrPartyRole" : {
      "@type" : "Individual",
      "contactMedium" : [ {
        "@type" : "PhoneContactMedium",
        "contactType" : "fixed",
        "phoneNumber" : "+49221456789"
      }, {
        "@type" : "PhoneContactMedium",
        "contactType" : "mobile",
        "phoneNumber" : "+4917754545454"
      }, {
        "@type" : "EmailContactMedium",
        "contactType" : "email",
        "emailAddress" : "j.kirk@example.net"
      } ],
      "familyName" : "Kirk",
      "salutation" : "Herr.",
      "givenName" : "James T.",
      "title" : "Captain"
    }
  } ]
}