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