SupplierPartLinks
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Purchase/SupplierPartLinks
Represents a supplier part link.
GUID
EC4715C4-9F65-493C-8872-442DB47B7562
Required permission
Show supplier
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the supplier part link. |
|
SupplierId | Int64 | The business key identifier of the supplier part link supplier. References Suppliers |
|
SupplierPartNumber | String | The supplier part link part number. |
|
PurchaseCommentShowInForms | Int32 | Specifies on which forms the purchase comment should be shown.
|
|
IncludeAlloyCostOnPurchaseOrder | Boolean | Include alloy cost on purchase orders for this supplier part link. |
|
PartId | Int64 | The business key identifier of the supplier part link part. References |
|
Price | Decimal? | The price of the supplier link part. |
|
SetupPrice | Decimal? | The setup price of the supplier link part. |
|
LeadTime | TimeSpan? | The lead time of the supplier part link in work days. |
|
Discount | Decimal? | The discount of the supplier part link. |
|
PriceValidThrough | DateTimeOffset? | The valid through date of the supplier part link price. |
|
FuturePrice | Decimal? | The future price of the supplier part link. |
|
FuturePriceValidThrough | DateTimeOffset? | The valid through date of the supplier part link future price. |
|
FutureSetupPrice | Decimal? | The future setup price of the supplier part link. |
|
QuantityPerPackage | Decimal? | The quantity per package of the supplier part link. |
|
OverridePurchaseCommentId | Int64? | The business key identifier of the supplier part link override purchase comment. References Comments |
|
OverridePurchaseComment | Comments | The supplier part link override purchase comment.
|
|
UnitId | Int64 | The business key identifier of the supplier part link unit. References Units |
|
Unit | Units | The supplier part link unit.
|
|
PriceCurrencyId | Int64 | The business key identifier of the supplier part link price currency. References Currencies |
|
PriceCurrency | Currencies | The supplier part link price currency.
|
|
PriceCommentId | Int64? | The business key identifier of the supplier part link price comment. References Comments |
|
PriceComment | Comments | The supplier part link price comment.
|
|
Brand | String | The brand of the supplier part link.
|
Introduced in version 2.47 |
Storage | String | The storage of the supplier part link.
|
Introduced in version 2.47 |
Dock | String | The dock of the supplier part link.
|
Introduced in version 2.47 |
IsRemoteConfigured | Boolean | Specifies if the part is remote configured via the transfer profile connected to the supplier. |
Introduced in version 23.2 |
Example
{
"Id": 0,
"SupplierId": 0,
"SupplierPartNumber": null,
"PurchaseCommentShowInForms": 0,
"IncludeAlloyCostOnPurchaseOrder": false,
"PartId": 0,
"Price": null,
"SetupPrice": null,
"LeadTime": null,
"Discount": null,
"PriceValidThrough": null,
"FuturePrice": null,
"FuturePriceValidThrough": null,
"FutureSetupPrice": null,
"QuantityPerPackage": null,
"OverridePurchaseCommentId": null,
"OverridePurchaseComment": null,
"UnitId": 0,
"Unit": null,
"PriceCurrencyId": 0,
"PriceCurrency": null,
"PriceCommentId": null,
"PriceComment": null,
"Brand": null,
"Storage": null,
"Dock": null,
"IsRemoteConfigured": false
}