GET api/StateType/{id}

Get a single StateType id = ID of the StateType

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

uspWDTFLuStateSelectByID_Result
NameDescriptionTypeAdditional information
Id

integer

None.

Abr

string

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Abr": "sample string 2",
  "Description": "sample string 3"
}

text/html

Sample:
{"Id":1,"Abr":"sample string 2","Description":"sample string 3"}

application/xml, text/xml

Sample:
<uspWDTFLuStateSelectByID_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <Abr>sample string 2</Abr>
  <Description>sample string 3</Description>
  <Id>1</Id>
</uspWDTFLuStateSelectByID_Result>