PUT shows/{showId}/bulkPriceAmountPartPriceLists

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

string

None.

Body Parameters

PartPriceListBulkUpdatePriceAmountDto
NameDescriptionTypeAdditional 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-05-06T02:07:48.7614753+01: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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.