PUT shows/{showId}/bulkTaxablePartPriceLists
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | string |
None. |
Body Parameters
PartPriceListBulkUpdateTaxableDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PartPriceListIds | Collection of integer |
None. |
|
| IsSelectAll | boolean |
None. |
|
| Taxable | boolean |
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,
"Taxable": true,
"ShowId": 3,
"VendorId": 4,
"Group": "sample string 5",
"ItemName": "sample string 6",
"ItemNumber": "sample string 7",
"SortColumn": "sample string 8",
"SortOrderDirection": "sample string 9",
"StartRecord": 10,
"PageSize": 11
}
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. |