11. März 2020 14:45
{
   "customerAccount":"1183017464",
   "externalId":"29999",
   "type":"Customer",
   "state":"New",
   "organization":{
      "type":"Z",
      "tradingName":"muster GmbH",
      "nameType":"XXX",
      "contactMediums":[
         {
            "type":"PostalAddress",
            "postalAddress": "xyz"
         }
      ],
      "preferred":false
   },
...
<ComplexType Name="organization">
    <Property Name="type" Type="Edm.String" Nullable="true" MaxLength="10" />
    <Property Name="tradingName" Type="Edm.String" Nullable="true" MaxLength="30" />
    <Property Name="nameType" Type="Edm.String" Nullable="true" MaxLength="30" />
    <Property Name="contactMedium" Type="Collection(CONTACTMEDIUM)" Nullable="true" />
</ComplexType>
<ComplexType Name="unitOfMeasureType">
    <Property Name="code" Type="Edm.String" Nullable="true" MaxLength="10" />
    <Property Name="displayName" Type="Edm.String" Nullable="true" MaxLength="50" />
    <Property Name="symbol" Type="Edm.String" Nullable="true" MaxLength="10" />
    <Property Name="unitConversion" Type="ITEM-UOM-CONVERSION" Nullable="true" />
</ComplexType>
{
    "error": {
        "code": "Unknown",
        "message": "The OData EDM complex type Collection(CONTACTMEDIUM) that is referenced by contactMediums was not found.  CorrelationId:  d00bdeea-1924-48a5-a369-1fc2cef90694."
    }
}
 
 30. Juni 2020 09:08
2. September 2021 14:38