GET api/SubEventPlayType/{id}

Get SubEventPlayType by matching the provided id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

SubEventPlayType
NameDescriptionTypeAdditional information
SubEventPlayTypeId

integer

None.

Name

string

None.

SubEventTypeCodes

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SubEventPlayTypeId": 1,
  "Name": "sample string 2",
  "SubEventTypeCodes": "sample string 3"
}

application/xml, text/xml

Sample:
<SubEventPlayType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <Name>sample string 2</Name>
  <SubEventPlayTypeId>1</SubEventPlayTypeId>
  <SubEventTypeCodes>sample string 3</SubEventTypeCodes>
</SubEventPlayType>