PUT shows/{showId}/bulkPriceAmountPartPriceLists
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | string |
None. |
Body Parameters
PartPriceListBulkUpdatePriceAmountDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PartPriceListIds | Collection of integer |
None. |
|
| IsSelectAll | boolean |
None. |
|
| PriceAmount | decimal number |
None. |
|
| EffectiveDate | date |
None. |
|
| CategoryID | string |
None. |
|
| PartName | string |
None. |
|
| PartNumber | string |
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,
"PriceAmount": 2.0,
"EffectiveDate": "2025-12-14T22:13:33.7388626+00:00",
"CategoryID": "sample string 4",
"PartName": "sample string 5",
"PartNumber": "sample string 6",
"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. |