GET api/PlayerEntryDrawTypes

List all PlayerEntryDrawType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PlayerEntryDrawType_list
NameDescriptionTypeAdditional information
PlayerEntryDrawTypeId

integer

None.

Code

string

None.

Name

string

None.

EventCoreTypeId

integer

None.

SortOrder

integer

None.

EventCoreTypeName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PlayerEntryDrawTypeId": 1,
    "Code": "sample string 2",
    "Name": "sample string 3",
    "EventCoreTypeId": 4,
    "SortOrder": 1,
    "EventCoreTypeName": "sample string 5"
  },
  {
    "PlayerEntryDrawTypeId": 1,
    "Code": "sample string 2",
    "Name": "sample string 3",
    "EventCoreTypeId": 4,
    "SortOrder": 1,
    "EventCoreTypeName": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPlayerEntryDrawType_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <PlayerEntryDrawType_list>
    <Code>sample string 2</Code>
    <EventCoreTypeId>4</EventCoreTypeId>
    <EventCoreTypeName>sample string 5</EventCoreTypeName>
    <Name>sample string 3</Name>
    <PlayerEntryDrawTypeId>1</PlayerEntryDrawTypeId>
    <SortOrder>1</SortOrder>
  </PlayerEntryDrawType_list>
  <PlayerEntryDrawType_list>
    <Code>sample string 2</Code>
    <EventCoreTypeId>4</EventCoreTypeId>
    <EventCoreTypeName>sample string 5</EventCoreTypeName>
    <Name>sample string 3</Name>
    <PlayerEntryDrawTypeId>1</PlayerEntryDrawTypeId>
    <SortOrder>1</SortOrder>
  </PlayerEntryDrawType_list>
</ArrayOfPlayerEntryDrawType_list>