POST shows/{showId}/updateBulkPricePercentPartPriceLists

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

string

None.

Body Parameters

PartPriceListBulkUpdatePricePercentDto
NameDescriptionTypeAdditional 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-05-06T02:02:23.290987+01: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

boolean

Response Information

Response body formats

application/json, text/json

Sample:
true