GET api/CaseType/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Casetype| Name | Description | Type | Additional information |
|---|---|---|---|
| Districtid | integer |
None. |
|
| Casetypeid | integer |
None. |
|
| Description | string |
None. |
|
| Stuenabled | boolean |
None. |
|
| Lapenabled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Districtid": 1,
"Casetypeid": 2,
"Description": "sample string 3",
"Stuenabled": true,
"Lapenabled": true
}
application/xml, text/xml
Sample:
<Casetype xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAP.BaseObject"> <Casetypeid>2</Casetypeid> <Description>sample string 3</Description> <Districtid>1</Districtid> <Lapenabled>true</Lapenabled> <Stuenabled>true</Stuenabled> </Casetype>