TariffAndServiceCodes
Queryable, Introduced in version 2.30
GET https://localhost:8001/sv/001.1/api/v1/Common/TariffAndServiceCodes
Represents a tariff and service code.
GUID
F1C5176E-FF62-4D49-AA2F-D652DE05A6EF
Required permission
Show basic data for part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the code. |
|
Code | String | The human readable identifier of the code.
|
|
Name | String | The translated name of the code. |
|
Type | Int32? | The type of the code.
|
|
IsActive | Boolean | Specifies if the code is active. |
Example
{
"Id": 0,
"Code": null,
"Name": null,
"Type": null,
"IsActive": false
}