POST Api/Lis/Query
Request Information
URI Parameters
None.
Body Parameters
BaseRequestOfObjectName | Description | Type | Additional information |
---|---|---|---|
QueryType | string |
None. |
|
OrgCold | string |
None. |
|
Data | Object |
None. |
Request Formats
application/json, text/json
Sample:
{ "QueryType": "sample string 1", "OrgCold": "sample string 2", "Data": {} }
application/xml, text/xml
Sample:
<BaseRequestOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.MobileAPI.Areas.Models"> <Data /> <OrgCold>sample string 2</OrgCold> <QueryType>sample string 1</QueryType> </BaseRequestOfanyType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.