GET api/Admin/MarketShow/{id}

Allows you to get a specific Market Shows.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

ID of to get

integer

Required

Body Parameters

None.

Response Information

Resource Description

with the information

IMarketShow
NameDescriptionTypeAdditional information
ID

integer

None.

Description

string

None.

IsAllowInPartySelection

boolean

None.

MarketID

integer

None.

IsActive

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.

Response Formats

application/xml, text/xml

Sample:
<MarketShow>
  <ID>0</ID>
  <Description />
  <MarketID>0</MarketID>
  <IsActive>True</IsActive>
  <IsAllowInPartySelection>False</IsAllowInPartySelection>
  <ProgrammingKey />
  <WarehouseID />
  <ClassDate />
  <ShowTimes />
  <RegistrationTimes />
  <NearbyEvents />
  <PostAs />
  <ProjectedHeadCount>0</ProjectedHeadCount>
  <ActualHeadCount>0</ActualHeadCount>
  <SleepDate />
  <VanReservations />
  <ChargeHostTo />
  <SortOrder>100</SortOrder>
  <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,
  "ProjectedHeadCount": 0,
  "ActualHeadCount": 0,
  "SortOrder": 100,
  "DateCreated": "0001-01-01T00:00:00"
}