POST shows/{showId}/GetPartPriceListIds
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
Required |
Body Parameters
PriceMasterListHeaderDto| Name | Description | Type | Additional 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-12-14T22:17:53.3801106+00:00",
"ImportPriceMaster": true,
"SortColumn": "sample string 7",
"SortOrderDirection": "sample string 8",
"StartRecord": 9,
"PageSize": 10
}
Response Information
Resource Description
Collection of PartPriceListIdsDto| Name | Description | Type | Additional 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
}
]