ContactStructure
This structure is used to transmit contact details.
Structure Fields
Field Name | Type | Required? | Description |
---|---|---|---|
personName | string(50) | Yes | Company name or first name and surname. |
phoneNumber | string(9) | Yes | Phone number |
emailAddress | string(60) | Yes | E-mail address in name@domain.pl format |
Example:
<contact> <personName>John Testington</personName> <phoneNumber>600700800</phoneNumber> <emailAddress>john.testington@example.pl</emailAddress> </contact>