StaggeredPrices
Queryable, Introduced in version 2.34
GET https://localhost:8001/sv/001.1/api/v1/Common/StaggeredPrices
Represents a staggered price.
GUID
D18766FB-BF4B-431D-BDB2-2B47190D2935
Required permission
Show part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the staggered price. |
|
PartId | Int64 | The business key identifier of the part the staggered price belongs to. References Parts |
|
Price | Decimal | The price on the staggered price in the parent's currency. |
|
LowerBoundaryQuantity | Decimal | The lower boundary quantity on the staggered price. |
|
FuturePrice | Decimal? | The future price on the staggered price in the parent's currency. |
|
ShippingPrice | Decimal | The shipping price on the staggered price in the parent's currency. |
|
ParentClass | Guid | The GUID of the staggered price's parent type. |
|
ParentId | Int64 | The business key identifier of the staggered price's parent. |
Example
{
"Id": 0,
"PartId": 0,
"Price": 0.0,
"LowerBoundaryQuantity": 0.0,
"FuturePrice": null,
"ShippingPrice": 0.0,
"ParentClass": "00000000-0000-0000-0000-000000000000",
"ParentId": 0
}