{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "ProductOrderAttributeValueChangeEvent",
  "eventId" : "bc9e742c-c724-4a5f-aed8-9cc55bd2cbb4",
  "eventTime" : "2022-05-11T10:30:30+02:00",
  "eventType" : "ProductOrderAttributeValueChangeEvent",
  "fieldPath" : [ {
    "path" : "/relatedParty",
    "typeOfChange" : "add"
  } ],
  "event" : {
    "productOrder" : {
      "@type" : "ProductOrder",
      "id" : "522a7af0-946a-477c-8e39-3b0759386f60",
      "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/productOrder/522a7af0-946a-477c-8e39-3b0759386f60",
      "category" : "terminationBySeller",
      "creationDate" : "2022-05-11T10:30:30+02:00",
      "orderPostedDate" : "2022-05-11T10: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"
      }, {
        "@type" : "Agreement",
        "name" : "singleContract",
        "businessId" : "3091231119",
        "agreementType" : "singleContract"
      } ],
      "productOrderItem" : [ {
        "@type" : "ProductOrderItem",
        "id" : "1",
        "action" : "delete",
        "product" : {
          "@type" : "ProductRef",
          "id" : "922ebf01-e930-47a0-842e-059d1f188a15",
          "href" : "https://api.example.org/tmf-api/productInventoryManagement/v5/product/922ebf01-e930-47a0-842e-059d1f188a15",
          "@referredType" : "BitstreamAccessProduct"
        }
      } ],
      "relatedParty" : [ {
        "@type" : "RelatedPartyOrPartyRole",
        "role" : "orderManagementSellerContact",
        "partyOrPartyRole" : {
          "@type" : "Individual",
          "contactMedium" : [ {
            "@type" : "PhoneContactMedium",
            "contactType" : "fixed",
            "phoneNumber" : "+49221789456"
          }, {
            "@type" : "PhoneContactMedium",
            "contactType" : "mobile",
            "phoneNumber" : "+4917878787878"
          }, {
            "@type" : "EmailContactMedium",
            "contactType" : "email",
            "emailAddress" : "l.bach@example.net"
          } ],
          "familyName" : "Bach",
          "salutation" : "Frau",
          "givenName" : "Lisa"
        }
      } ],
      "state" : "acknowledged",
      "stateChangeDate" : "2022-05-11T10:30:00+02:00"
    }
  }
}