GET api/Admin/MarketShow/{id}
Allows you to get a specific Market Shows.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID of to get |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
with the information
IMarketShow| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| IsAllowInPartySelection | boolean |
None. |
|
| MarketID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsBlockPartyTransfer | boolean |
None. |
|
| ProgrammingKey | string |
None. |
|
| WarehouseID | integer |
None. |
|
| ClassDate | date |
None. |
|
| ShowTimes | string |
None. |
|
| RegistrationTimes | string |
None. |
|
| NearbyEvents | string |
None. |
|
| PostAs | string |
None. |
|
| ProjectedHeadCount | integer |
None. |
|
| ActualHeadCount | integer |
None. |
|
| SleepDate | date |
None. |
|
| VanReservations | string |
None. |
|
| ChargeHostTo | string |
None. |
|
| SortOrder | integer |
None. |
|
| BypassesInventoryStockUpdates | boolean |
None. |
|
| BypassesAutoresponders | boolean |
None. |
|
| BypassesWebhooks | boolean |
None. |
|
| BypassesInventoryPriceValidations | boolean |
None. |
|
| IsForcedOrderPostToShipped | boolean |
None. |
Response Formats
application/xml, text/xml
Sample:
<MarketShow> <ID>0</ID> <Description /> <MarketID>0</MarketID> <IsActive>True</IsActive> <IsAllowInPartySelection>False</IsAllowInPartySelection> <IsBlockPartyTransfer>False</IsBlockPartyTransfer> <ProgrammingKey /> <WarehouseID /> <ClassDate /> <ShowTimes /> <RegistrationTimes /> <NearbyEvents /> <PostAs /> <ProjectedHeadCount>0</ProjectedHeadCount> <ActualHeadCount>0</ActualHeadCount> <SleepDate /> <VanReservations /> <ChargeHostTo /> <SortOrder>100</SortOrder> <BypassesInventoryStockUpdates>False</BypassesInventoryStockUpdates> <BypassesAutoresponders>False</BypassesAutoresponders> <BypassesWebhooks>False</BypassesWebhooks> <BypassesInventoryPriceValidations>False</BypassesInventoryPriceValidations> <IsForcedOrderPostToShipped>False</IsForcedOrderPostToShipped> <CreatedBy /> <DateCreated>01/01/0001 00:00:00</DateCreated> <LastModifiedBy /> <DateLastModified /> </MarketShow>
application/json, text/json
Sample:
{
"ID": 0,
"MarketID": 0,
"IsActive": true,
"IsAllowInPartySelection": false,
"IsBlockPartyTransfer": false,
"ProjectedHeadCount": 0,
"ActualHeadCount": 0,
"SortOrder": 100,
"BypassesInventoryStockUpdates": false,
"BypassesAutoresponders": false,
"BypassesWebhooks": false,
"BypassesInventoryPriceValidations": false,
"IsForcedOrderPostToShipped": false,
"DateCreated": "0001-01-01T00:00:00"
}