| name | data type | description |
|---|---|---|
| code | string | |
| description | string | |
| firstName | string | |
| lastName | string | |
| string | ||
| phone | string | |
| mobile | string | |
| fax | string | |
| genericMail | string | |
| addressDto | AddressDto |
Example
{
"code" : "...",
"description" : "...",
"firstName" : "...",
"lastName" : "...",
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "...",
"genericMail" : "...",
"addressDto" : {
"address1" : "...",
"address2" : "...",
"address3" : "...",
"zipCode" : "...",
"city" : "...",
"country" : "...",
"state" : "..."
}
}