CustomerDistricts
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Sales/CustomerDistricts
Represents a customer district.
GUID
44236786-CFCC-4730-81D9-9830C50F573B
Required permission
Show customer
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the customer district. |
|
Code | Int64 | The human readable identifier of the customer district. |
|
Description | String | The translated description of the customer district.
|
|
CompanyIds | Int64[] | The business key identifiers of the companies that this entity is available for. |
Example
{
"Id": 0,
"Code": 0,
"Description": null,
"CompanyIds": null
}