CommunicationAddresses
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/CommunicationAddresses
Represents a queryable communication address. A communication address is used to store either phone, cellphone, email or fax information in MONITOR.
GUID
65BC336B-BD64-46B5-947C-894031B8CE33
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the communication address. |
|
Type | Int32 | The type of information stored within this particular communication address instance.
|
|
CommunicationAddressValue | String | The value of the communication address.
|
|
Remarks | String | Any remarks regarding the communication address.
|
|
RecipientOf | Int32 | Specifies what types of communication the address should be recipient of.
|
|
ContactName | String | The contact name of the communication address.
|
Introduced in version 2.45.1 |
Example
{
"Id": 0,
"Type": 0,
"CommunicationAddressValue": null,
"Remarks": null,
"RecipientOf": 0,
"ContactName": null
}