POST show/{showId}/account/{accountId}/showAccount/{showAccountId}/multiEditOrderFilter
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | integer |
Required |
|
accountId | integer |
Required |
|
showAccountId | integer |
Required |
Body Parameters
EditLineItemFilterDtoName | Description | Type | Additional information |
---|---|---|---|
BoothId | integer |
None. |
|
FunctionalAreaId | integer |
None. |
|
FunctionalAreaIncludeChildren | boolean |
None. |
|
FunctionalAreas | Collection of integer |
None. |
|
ShowFacilityId | integer |
None. |
|
ShowLocationId | integer |
None. |
|
ShowLocationKey | string |
None. |
|
ShowLocationIncludeChildren | boolean |
None. |
|
VendorId | integer |
None. |
|
LineItemStatus | LineItemStatusType |
None. |
|
SetupStart | date |
None. |
|
SetupEnd | date |
None. |
|
StrikeStart | date |
None. |
|
StrikeEnd | date |
None. |
|
IncludeTurnoverOnly | boolean |
None. |
|
SearchText | string |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
|
LineItemId | Collection of string |
None. |
|
TSSOrderIds | Collection of integer |
None. |
|
InvoiceType | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
Collection of OrderFilterDtoName | Description | Type | Additional information |
---|---|---|---|
TSSOrderId | integer |
None. |
|
LineItemCount | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "TSSOrderId": 1, "LineItemCount": 1 }, { "TSSOrderId": 1, "LineItemCount": 1 } ]