The Class ContactInformationDto.
name | data type | description |
---|---|---|
string | The email. | |
phone | string | The phone. |
mobile | string | The mobile. |
fax | string | The fax. |
address | AddressDto | address |
Example
{ "email" : "...", "phone" : "...", "mobile" : "...", "fax" : "...", "address" : { "address1" : "...", "address2" : "...", "address3" : "...", "address4" : "...", "address5" : "...", "zipCode" : "...", "city" : "...", "country" : "...", "state" : "..." } }