GET shows/{showId}/part/{partId}/partPriceTiers/{showAccountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
Required |
|
| partId | integer |
Required |
|
| showAccountId | integer |
Default value is -1 |
Body Parameters
None.
Response Information
Resource Description
Collection of PriceTierDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PartPriceListId | integer |
None. |
|
| EffectiveDate | date |
None. |
|
| Price | decimal number |
None. |
|
| UserDisplayName | string |
None. |
|
| ModifiedDate | date |
None. |
|
| PartPriceList | PartPriceListHeaderDto |
None. |
|
| PriceMasterTypeId | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"PartPriceListId": 2,
"EffectiveDate": "2025-12-14T22:16:59.9316065+00:00",
"Price": 4.0,
"UserDisplayName": "sample string 5",
"ModifiedDate": "2025-12-14T22:16:59.9316065+00:00",
"PartPriceList": {
"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
},
"PriceMasterTypeId": 1
},
{
"Id": 1,
"PartPriceListId": 2,
"EffectiveDate": "2025-12-14T22:16:59.9316065+00:00",
"Price": 4.0,
"UserDisplayName": "sample string 5",
"ModifiedDate": "2025-12-14T22:16:59.9316065+00:00",
"PartPriceList": {
"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
},
"PriceMasterTypeId": 1
}
]