GET api/admin/categorysections/GetCategorySection?CatSecID={CatSecID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CatSecID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
utblCategorySection| Name | Description | Type | Additional information |
|---|---|---|---|
| CatSecID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| SectionID | integer |
None. |
|
| StepOrder | integer |
None. |
|
| UserID | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CatSecID": 1,
"CategoryID": 2,
"SectionID": 3,
"StepOrder": 4,
"UserID": "sample string 5"
}
application/xml, text/xml
Sample:
<utblCategorySection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tourism.Entities.Models"> <CatSecID>1</CatSecID> <CategoryID>2</CategoryID> <SectionID>3</SectionID> <StepOrder>4</StepOrder> <UserID>sample string 5</UserID> </utblCategorySection>