POST api/Query/LSC080LISTI
Request Information
URI Parameters
None.
Body Parameters
LSC080LISTI_Params| Name | Description | Type | Additional information |
|---|---|---|---|
| SelList1 | string |
None. |
|
| SelList2 | string |
None. |
|
| SelList3 | string |
None. |
|
| SelList4 | string |
None. |
|
| SelList5 | string |
None. |
|
| SelList6 | string |
None. |
|
| SelList7 | string |
None. |
|
| SelList8 | string |
None. |
|
| SelList9 | string |
None. |
|
| SelList10 | string |
None. |
|
| SelList11 | string |
None. |
|
| SelList12 | string |
None. |
|
| SelList13 | string |
None. |
|
| SelList14 | string |
None. |
|
| SelList15 | string |
None. |
|
| SelList16 | string |
None. |
|
| SelList17 | string |
None. |
|
| SelList18 | string |
None. |
|
| SelList19 | string |
None. |
|
| SelList20 | string |
None. |
|
| AUTH | Auth_Params |
None. |
Request Formats
application/json, text/json
Sample:
{
"SelList1": "sample string 1",
"SelList2": "sample string 2",
"SelList3": "sample string 3",
"SelList4": "sample string 4",
"SelList5": "sample string 5",
"SelList6": "sample string 6",
"SelList7": "sample string 7",
"SelList8": "sample string 8",
"SelList9": "sample string 9",
"SelList10": "sample string 10",
"SelList11": "sample string 11",
"SelList12": "sample string 12",
"SelList13": "sample string 13",
"SelList14": "sample string 14",
"SelList15": "sample string 15",
"SelList16": "sample string 16",
"SelList17": "sample string 17",
"SelList18": "sample string 18",
"SelList19": "sample string 19",
"SelList20": "sample string 20",
"AUTH": {
"AUTH_KEY": "sample string 1"
}
}
application/xml, text/xml
Sample:
<LSC080LISTI_Params xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSStoreService.Models.Params">
<AUTH>
<AUTH_KEY>sample string 1</AUTH_KEY>
</AUTH>
<SelList1>sample string 1</SelList1>
<SelList10>sample string 10</SelList10>
<SelList11>sample string 11</SelList11>
<SelList12>sample string 12</SelList12>
<SelList13>sample string 13</SelList13>
<SelList14>sample string 14</SelList14>
<SelList15>sample string 15</SelList15>
<SelList16>sample string 16</SelList16>
<SelList17>sample string 17</SelList17>
<SelList18>sample string 18</SelList18>
<SelList19>sample string 19</SelList19>
<SelList2>sample string 2</SelList2>
<SelList20>sample string 20</SelList20>
<SelList3>sample string 3</SelList3>
<SelList4>sample string 4</SelList4>
<SelList5>sample string 5</SelList5>
<SelList6>sample string 6</SelList6>
<SelList7>sample string 7</SelList7>
<SelList8>sample string 8</SelList8>
<SelList9>sample string 9</SelList9>
</LSC080LISTI_Params>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDTOOfDataSet| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | boolean |
None. |
|
| Message | string |
None. |
|
| Data | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": true,
"Message": "sample string 2",
"Data": null
}
application/xml, text/xml
Sample:
<ResultDTOOfDataSetymujubN2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSStoreService.Models.DTO"> <Data i:nil="true" /> <Message>sample string 2</Message> <Result>true</Result> </ResultDTOOfDataSetymujubN2>