POST api/Query/Set_Fano_Q
Request Information
URI Parameters
None.
Body Parameters
SET_FANO_Q_Params| Name | Description | Type | Additional information |
|---|---|---|---|
| FA_NAME | string |
None. |
|
| STDT | string |
None. |
|
| STTM | string |
None. |
|
| ENDT | string |
None. |
|
| ENTM | string |
None. |
|
| FA_BRNHCD | string |
None. |
|
| AUTH | Auth_Params |
None. |
Request Formats
application/json, text/json
Sample:
{
"FA_NAME": "sample string 1",
"STDT": "sample string 2",
"STTM": "sample string 3",
"ENDT": "sample string 4",
"ENTM": "sample string 5",
"FA_BRNHCD": "sample string 6",
"AUTH": {
"AUTH_KEY": "sample string 1"
}
}
application/xml, text/xml
Sample:
<SET_FANO_Q_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>
<ENDT>sample string 4</ENDT>
<ENTM>sample string 5</ENTM>
<FA_BRNHCD>sample string 6</FA_BRNHCD>
<FA_NAME>sample string 1</FA_NAME>
<STDT>sample string 2</STDT>
<STTM>sample string 3</STTM>
</SET_FANO_Q_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>