POST api/Common/GetCustomerDashboardDropDown
Request Information
URI Parameters
None.
Body Parameters
EL_CustomerDashboardDropDown| Name | Description | Type | Additional information |
|---|---|---|---|
| DropDownType | string |
None. |
|
| TransactionID | integer |
None. |
|
| DependencyID | string |
None. |
|
| WithSelect | boolean |
None. |
|
| SPART | string |
None. |
|
| UserID | integer |
None. |
|
| ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DropDownType": "sample string 1",
"TransactionID": 2,
"DependencyID": "sample string 3",
"WithSelect": true,
"SPART": "sample string 5",
"UserID": 6,
"ID": 7
}
application/xml, text/xml
Sample:
<EL_CustomerDashboardDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DP.Library.EL"> <ID xmlns="http://schemas.datacontract.org/2004/07/ISS.General.Library.EL">7</ID> <DependencyID>sample string 3</DependencyID> <DropDownType>sample string 1</DropDownType> <SPART>sample string 5</SPART> <TransactionID>2</TransactionID> <UserID>6</UserID> <WithSelect>true</WithSelect> </EL_CustomerDashboardDropDown>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Dictionary of string [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringanyType>
<Key>sample string 1</Key>
<Value />
</KeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>sample string 3</Key>
<Value />
</KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>