Alloys
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Inventory/Alloys
Represents an alloy.
GUID
2822fbbd-beff-4c1f-ae7f-3cd81413c0f4
Required permission
Show alloy codes
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the alloy. |
|
Code | String | The human readable identifier of the alloy.
|
|
Description | String | The translated description of the alloy. |
|
Price | Decimal | The price of the alloy. |
|
PriceCurrencyId | Int64? | The business key identifier of the currency that the alloy price is specified in. References Currencies |
|
UnitId | Int64 | The business key identifier of the alloy unit. References Units |
|
PartId | Int64 | The business key identifier of the alloy part. References Parts |
Example
{
"Id": 0,
"Code": null,
"Description": null,
"Price": 0.0,
"PriceCurrencyId": null,
"UnitId": 0,
"PartId": 0
}