POST shows/{showId}/accounts/{accountId}/priceLists/{priceListId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| priceListId | integer |
Required |
|
| showId | integer |
Required |
|
| accountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PriceListHeaderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| FileName | string |
None. |
|
| VendorId | integer |
None. |
|
| ShowId | integer |
None. |
|
| AccountId | integer |
None. |
|
| FileId | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| Errors | Collection of string |
None. |
|
| ImportStatusId | integer |
None. |
|
| ImportStatus | ImportStatusType |
None. |
|
| RefreshStatusId | integer |
None. |
|
| RefreshStatus | RefreshStatusType |
None. |
|
| IsBranchTemplate | boolean |
None. |
|
| AutoRefreshStatusId | integer |
None. |
|
| AutoRefreshStatus | AutoRefreshStatusType |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"FileName": "sample string 3",
"VendorId": 4,
"ShowId": 1,
"AccountId": 1,
"FileId": "sample string 5",
"CreatedDate": "2025-12-14T03:17:21.0949379+00:00",
"ModifiedDate": "2025-12-14T03:17:21.0949379+00:00",
"Errors": [
"sample string 1",
"sample string 2"
],
"ImportStatusId": 0,
"ImportStatus": 0,
"RefreshStatusId": 0,
"RefreshStatus": 0,
"IsBranchTemplate": true,
"AutoRefreshStatusId": 0,
"AutoRefreshStatus": 0
}