SupplierStatuses
Queryable, Introduced in version 2.28
GET https://localhost:8001/sv/001.1/api/v1/Purchase/SupplierStatuses
Represents a supplier status.
GUID
F1137340-D5E3-4C75-BE64-30D9637F797C
Required permission
Show supplier
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the supplier status. |
|
Code | Int64 | The human readable identifier of the supplier status.
|
|
Description | String | The description of the supplier status. |
Example
{
"Id": 0,
"Code": 0,
"Description": null
}