POST shows/{showId}/GetPartPriceListIds

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

Body Parameters

PriceMasterListHeaderDto
NameDescriptionTypeAdditional information
ShowId

integer

None.

VendorId

integer

None.

Group

string

None.

ItemName

string

None.

ItemNumber

string

None.

ModifiedDate

date

None.

ImportPriceMaster

boolean

None.

SortColumn

string

None.

SortOrderDirection

string

None.

StartRecord

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ShowId": 1,
  "VendorId": 2,
  "Group": "sample string 3",
  "ItemName": "sample string 4",
  "ItemNumber": "sample string 5",
  "ModifiedDate": "2025-05-06T02:40:33.4202764+01:00",
  "ImportPriceMaster": true,
  "SortColumn": "sample string 7",
  "SortOrderDirection": "sample string 8",
  "StartRecord": 9,
  "PageSize": 10
}

Response Information

Resource Description

Collection of PartPriceListIdsDto
NameDescriptionTypeAdditional information
PartPriceListId

integer

None.

ParentPartPriceListId

integer

None.

LineItemsExists

boolean

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "PartPriceListId": 1,
    "ParentPartPriceListId": 2,
    "LineItemsExists": true
  },
  {
    "PartPriceListId": 1,
    "ParentPartPriceListId": 2,
    "LineItemsExists": true
  }
]