{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "ProductOrder",
  "id" : "15fa2244-18b5-4fd7-8c73-19a3a60a2c7e",
  "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/productOrder/15fa2244-18b5-4fd7-8c73-19a3a60a2c7e",
  "category" : "new",
  "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" : "ordererServiceContract",
    "engagedParty" : [ {
      "@type" : "Organization",
      "businessId" : "500014"
    } ],
    "businessId" : "500013",
    "agreementType" : "ordererServiceContract"
  }, {
    "@type" : "Agreement",
    "name" : "providerChangeAgreement",
    "businessId" : "DEU.VFD.V012345678",
    "agreementType" : "providerChangeAgreement"
  } ],
  "externalId" : [ {
    "@type" : "ExternalIdentifier",
    "id" : "1000111",
    "externalIdentifierType" : "externalOrderId",
    "owner" : "DEU.VFD"
  } ],
  "productOrderItem" : [ {
    "@type" : "ProductOrderItem",
    "id" : "1",
    "action" : "add",
    "product" : {
      "@type" : "KvzLocalLoopProduct",
      "creationDate" : "2022-05-11T10:30:00+02:00",
      "relatedPlace" : [ {
        "@type" : "RelatedPlaceRefOrValue",
        "role" : "locationA",
        "place" : {
          "@type" : "GeographicAddress",
          "city" : "Rheinhausen",
          "country" : "DE",
          "postcode" : "59055",
          "streetName" : "Biberweg",
          "streetNr" : "2",
          "streetNrSuffix" : "a",
          "geographicSubAddress" : [ {
            "@type" : "GeographicSubAddress",
            "buildingName" : "Einfamilienhaus"
          } ]
        }
      }, {
        "@type" : "RelatedPlaceRefOrValue",
        "role" : "locationB",
        "place" : {
          "@type" : "GeographicSite",
          "place" : [ {
            "@type" : "GeographicAddress",
            "city" : "Rheinhausen",
            "country" : "DE",
            "postcode" : "59055",
            "streetName" : "Marderweg",
            "streetNr" : "5",
            "streetNrSuffix" : "b"
          } ],
          "geographicSiteCharacteristic" : [ {
            "@type" : "StringCharacteristic",
            "name" : "national_destination_code",
            "value" : "2065"
          }, {
            "@type" : "StringCharacteristic",
            "name" : "local_exchange_area",
            "value" : "3"
          } ]
        }
      } ],
      "transmissionMethod" : "H02",
      "loopResistance" : "<1200",
      "maxGrossBitrate" : "9000",
      "accessLine" : {
        "lineKey" : "9KW",
        "areaCodeA" : "228",
        "areaCodeB" : "228",
        "talSequenceNumber" : "FXP00WZTRH"
      },
      "lineSegment" : [ {
        "id" : "1",
        "length" : "441",
        "diameter" : "500"
      } ],
      "access" : {
        "areaCode" : "228",
        "subscriberNumber" : "123456"
      },
      "switchingDataKvz" : [ {
        "kvzId" : "20",
        "kvzSwitchingId" : "285"
      } ]
    },
    "productOffering" : {
      "@type" : "ProductOffering",
      "name" : "TAL; CuDA 2 Draht hbr (KVz)"
    }
  } ],
  "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"
    }
  }, {
    "@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" : "a.fischer@example.net"
      } ],
      "familyName" : "Fischer",
      "salutation" : "Herr",
      "givenName" : "Alexander"
    }
  }, {
    "@type" : "RelatedPartyOrPartyRole",
    "role" : "locationAContact",
    "partyOrPartyRole" : {
      "@type" : "Individual",
      "contactMedium" : [ {
        "@type" : "PhoneContactMedium",
        "contactType" : "fixed",
        "phoneNumber" : "+49221145155"
      }, {
        "@type" : "PhoneContactMedium",
        "contactType" : "mobile",
        "phoneNumber" : "+4917878878788"
      } ],
      "familyName" : "Fischer",
      "salutation" : "Herr",
      "givenName" : "Alexander"
    }
  } ],
  "state" : "acknowledged",
  "stateChangeDate" : "2022-05-11T10:30:00+02:00"
}