POST api/Common/DropDownList
Request Information
URI Parameters
None.
Body Parameters
DropDownListModelName | Description | Type | Additional information |
---|---|---|---|
StatusType | string |
None. |
|
ID | integer |
None. |
|
Action | string |
None. |
|
SessionId | string |
None. |
|
UserId | integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
ClientId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "StatusType": "sample string 1", "ID": 2, "Action": "sample string 3", "SessionId": "sample string 4", "UserId": 5, "PageIndex": 6, "PageSize": 7, "ClientId": 8 }
application/xml, text/xml
Sample:
<DropDownListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MODEL.Common"> <Action>sample string 3</Action> <ClientId>8</ClientId> <PageIndex>6</PageIndex> <PageSize>7</PageSize> <SessionId>sample string 4</SessionId> <UserId>5</UserId> <ID>2</ID> <StatusType>sample string 1</StatusType> </DropDownListModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |