| name | data type | description |
|---|---|---|
| name | string | |
| personName | string | |
| string | ||
| phoneNumber | string | |
| addressLine1 | string | |
| addressLine2 | string | |
| addressLine3 | string | |
| zipPostCode | string | |
| city | string | |
| stateProvinceCounty | string | |
| country | string |
Example
{
"name" : "...",
"personName" : "...",
"email" : "...",
"phoneNumber" : "...",
"addressLine1" : "...",
"addressLine2" : "...",
"addressLine3" : "...",
"zipPostCode" : "...",
"city" : "...",
"stateProvinceCounty" : "...",
"country" : "..."
}