POST api/Menu/GetMenuList
Request Information
URI Parameters
None.
Body Parameters
MenuInput| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | integer |
None. |
|
| CP_ID | integer |
None. |
|
| KEY_VAL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": 1,
"CP_ID": 1,
"KEY_VAL": "sample string 1"
}
application/xml, text/xml
Sample:
<MenuInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CP_ID>1</CP_ID> <KEY_VAL>sample string 1</KEY_VAL> <USER_ID>1</USER_ID> </MenuInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |