Usage
Represents a contact option of a contact person or company.
Definition
Field |
Type |
Description |
(M)andatory / (O)ptional |
Default Value (If Optional) |
---|---|---|---|---|
Name |
String(100) |
A description for the contact detail |
O |
null |
Type |
String(10) |
Type, can be one of the following values
|
M |
null |
Value |
String(200) |
Supplement, e.g. Building |
M |
null |
IsPreferred |
bool |
Currently not in use. If true, this is the contacts preferred contact method |
O |
false |
Example
{ "Name": "Work-Email", "Type": "Email", "Value": "jm@goana.net", "IsPreferred": false }