BusinessContactReferences
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/BusinessContactReferences
Represents a queryable business contact reference.
GUID
6D7D358E-84D3-41DE-87D9-0A505EE16983
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the business contact reference. |
|
Name | String | The name of the business contact reference.
|
|
ExtraInformation1 | String | The first extra information field of the business contact reference.
|
|
ExtraInformation2 | String | The second extra information field of the business contact reference.
|
|
ExtraInformation3 | String | The third extra information field of the business contact reference.
|
|
Category | String | The category of the business contact reference.
|
|
Note | String | Any extra notes regarding the business contact reference.
|
|
CommentId | Int64? | The business key identifier of the comment that is linked to the business contact reference. References Comments. |
|
Comment | Comments | The comment that is linked to the the business contact reference.
|
|
CellPhoneNumber | String | The value of the communication address. |
|
PhoneNumber | String | The value of the communication address. |
|
EmailAddress | String | The value of the communication address. |
|
FaxNumber | String | The value of the communication address. |
Example
{
"Id": 0,
"Name": null,
"ExtraInformation1": null,
"ExtraInformation2": null,
"ExtraInformation3": null,
"Category": null,
"Note": null,
"CommentId": null,
"Comment": null,
"CellPhoneNumber": null,
"PhoneNumber": null,
"EmailAddress": null,
"FaxNumber": null
}