CustomerTypes
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Sales/CustomerTypes
Represents a customer type.
GUID
38834C07-1D87-4B1B-B7F7-49E69704080F
Required permission
Show customer
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the type. |
|
Code | Int64 | The human readable identifier of the type. |
|
Description | String | The translated description of the type.
|
|
CompanyIds | Int64[] | The business key identifiers of the companies that this entity is available for. |
Example
{
"Id": 0,
"Code": 0,
"Description": null,
"CompanyIds": null
}