CustomerRelationshipActivityTypes
Queryable, Introduced in version 2.55
GET https://localhost:8001/sv/001.1/api/v1/Sales/CustomerRelationshipActivityTypes
Represents a customer relationship activity type.
GUID
11710A5B-5D7F-4576-A5DD-1E6DAF679404
Required permission
Show customer
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the customer relationship activity type. |
|
Code | Int64 | The human readable identifier of the activity type.
|
|
Description | String | The description of the activity type. |
|
Sources | Int32 | Specifies where this activity type can be used.
|
Introduced in version 24.2 |
Example
{
"Id": 0,
"Code": 0,
"Description": null,
"Sources": 0
}