| name | data type | description |
|---|---|---|
| contactEntries | array of ContactEntry |
Example
{
"contactEntries" : [ {
"name1" : "...",
"name2" : "...",
"name3" : "...",
"sign" : "...",
"countryCode" : "...",
"zipcode" : "...",
"phone" : "...",
"city" : "...",
"addressType" : "...",
"countryName" : "...",
"street" : "...",
"titlePrefix" : "...",
"titlePostfix" : "...",
"uid" : "...",
"eori" : "...",
"remark" : "...",
"email" : "...",
"website" : "...",
"fax" : "...",
"formattedCity" : "...",
"formattedSalutation" : "...",
"partnerId" : 12345,
"contactEntries" : {
"contactEntries" : [ { }, { } ]
},
"iSort" : 12345,
"department" : "...",
"mobilePhone" : "...",
"role" : "...",
"companyPhone" : "...",
"companyEmail" : "...",
"validFromMs" : 12345,
"id" : 12345
}, {
"name1" : "...",
"name2" : "...",
"name3" : "...",
"sign" : "...",
"countryCode" : "...",
"zipcode" : "...",
"phone" : "...",
"city" : "...",
"addressType" : "...",
"countryName" : "...",
"street" : "...",
"titlePrefix" : "...",
"titlePostfix" : "...",
"uid" : "...",
"eori" : "...",
"remark" : "...",
"email" : "...",
"website" : "...",
"fax" : "...",
"formattedCity" : "...",
"formattedSalutation" : "...",
"partnerId" : 12345,
"contactEntries" : {
"contactEntries" : [ { }, { } ]
},
"iSort" : 12345,
"department" : "...",
"mobilePhone" : "...",
"role" : "...",
"companyPhone" : "...",
"companyEmail" : "...",
"validFromMs" : 12345,
"id" : 12345
} ]
}