GET api/StateType
Get a list of StateType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of uspWDTFLuStateSelectAll_ResultName | Description | Type | Additional 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" }, { "Id": 1, "Abr": "sample string 2", "Description": "sample string 3" } ]
text/html
Sample:
[{"Id":1,"Abr":"sample string 2","Description":"sample string 3"},{"Id":1,"Abr":"sample string 2","Description":"sample string 3"}]
application/xml, text/xml
Sample:
<ArrayOfuspWDTFLuStateSelectAll_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL"> <uspWDTFLuStateSelectAll_Result> <Abr>sample string 2</Abr> <Description>sample string 3</Description> <Id>1</Id> </uspWDTFLuStateSelectAll_Result> <uspWDTFLuStateSelectAll_Result> <Abr>sample string 2</Abr> <Description>sample string 3</Description> <Id>1</Id> </uspWDTFLuStateSelectAll_Result> </ArrayOfuspWDTFLuStateSelectAll_Result>