SupplierDistricts
Queryable, Introduced in version 2.28
GET https://localhost:8001/sv/001.1/api/v1/Purchase/SupplierDistricts
Represents a supplier district.
GUID
89D36BE4-F1EF-42B4-8685-BA1BCB9C6E3E
Required permission
Show supplier
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the supplier district. |
|
Code | Int64 | The human readable identifier of the supplier district.
|
|
Description | String | The description of the supplier district. |
Example
{
"Id": 0,
"Code": 0,
"Description": null
}