CustomerStatuses
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Sales/CustomerStatuses
Represents a customer status.
GUID
80966C87-EC9E-47B0-8E99-5034648C9F08
Required permission
Show customer
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the status. |
|
Code | Int64 | The human readable identifier of the status. |
|
Description | String | The translated description of the status.
|
|
CompanyIds | Int64[] | The business key identifiers of the companies that this entity is available for. |
Example
{
"Id": 0,
"Code": 0,
"Description": null,
"CompanyIds": null
}