GET shows/{showId}/priceLists/{priceListId}/partPriceLists

Request Information

URI Parameters

NameDescriptionTypeAdditional information
priceListId

integer

Required

showId

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PartPriceListHeaderDto
NameDescriptionTypeAdditional information
Id

integer

None.

PriceListId

integer

None.

PartId

integer

None.

Discount

decimal number

None.

IsTaxable

boolean

None.

IsOrderable

boolean

None.

MinimumQuantity

decimal number

None.

isOnCurrentPriceList

boolean

None.

IsOutOfStock

boolean

None.

IsNotAvailableAfterDeadline

boolean

None.

IsStandardOffering

boolean

None.

IsSupervisionFeeEligible

boolean

None.

IsShowSpecificBOM

boolean

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "PriceListId": 2,
    "PartId": 3,
    "Discount": 1.0,
    "IsTaxable": true,
    "IsOrderable": true,
    "MinimumQuantity": 1.0,
    "isOnCurrentPriceList": true,
    "IsOutOfStock": true,
    "IsNotAvailableAfterDeadline": true,
    "IsStandardOffering": true,
    "IsSupervisionFeeEligible": true,
    "IsShowSpecificBOM": true
  },
  {
    "Id": 1,
    "PriceListId": 2,
    "PartId": 3,
    "Discount": 1.0,
    "IsTaxable": true,
    "IsOrderable": true,
    "MinimumQuantity": 1.0,
    "isOnCurrentPriceList": true,
    "IsOutOfStock": true,
    "IsNotAvailableAfterDeadline": true,
    "IsStandardOffering": true,
    "IsSupervisionFeeEligible": true,
    "IsShowSpecificBOM": true
  }
]