SupplierTypes
Queryable, Introduced in version 2.28
GET https://localhost:8001/sv/001.1/api/v1/Purchase/SupplierTypes
Represents a supplier type.
GUID
BA03AB91-4D07-4B15-B524-22796ABC769C
Required permission
Show supplier
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the supplier type. |
|
Code | Int64 | The human readable identifier of the supplier type.
|
|
Description | String | The description of the supplier type. |
Example
{
"Id": 0,
"Code": 0,
"Description": null
}