PUT shows/{showId}/bulkPricePercentPartPriceLists
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | string |
None. |
Body Parameters
PartPriceListBulkUpdatePricePercentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PartPriceListIds | Collection of integer |
None. |
|
| IsSelectAll | boolean |
None. |
|
| PricePercent | decimal number |
None. |
|
| EffectiveDate | date |
None. |
|
| CategoryID | string |
None. |
|
| PartName | string |
None. |
|
| PartNumber | string |
None. |
|
| CurrentPrices | Collection of decimal number |
None. |
|
| ShowId | integer |
None. |
|
| VendorId | integer |
None. |
|
| Group | string |
None. |
|
| ItemName | string |
None. |
|
| ItemNumber | string |
None. |
|
| SortColumn | string |
None. |
|
| SortOrderDirection | string |
None. |
|
| StartRecord | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PartPriceListIds": [
1,
2
],
"IsSelectAll": true,
"PricePercent": 2.0,
"EffectiveDate": "2025-12-14T22:13:33.8326186+00:00",
"CategoryID": "sample string 4",
"PartName": "sample string 5",
"PartNumber": "sample string 6",
"CurrentPrices": [
1.0,
2.0
],
"ShowId": 7,
"VendorId": 8,
"Group": "sample string 9",
"ItemName": "sample string 10",
"ItemNumber": "sample string 11",
"SortColumn": "sample string 12",
"SortOrderDirection": "sample string 13",
"StartRecord": 14,
"PageSize": 15
}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |