GET api/ReleaseCategory
Request Information
URI Parameters
None.
Body Parameters
Collection of ICriterionNone.
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of 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
},
{
"Id": 1,
"Districtid": 2,
"Description": "sample string 3",
"Enabled": true
}
]
application/xml, text/xml
Sample:
<ArrayOfReleasecategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAP.BaseObject">
<Releasecategory>
<Description>sample string 3</Description>
<Districtid>2</Districtid>
<Enabled>true</Enabled>
<Id>1</Id>
</Releasecategory>
<Releasecategory>
<Description>sample string 3</Description>
<Districtid>2</Districtid>
<Enabled>true</Enabled>
<Id>1</Id>
</Releasecategory>
</ArrayOfReleasecategory>