POST api/RequestHandlerAuth
POST API Request Handler for all function [Bitmap] - Procedures bitmap, [Func] - Procedures function, @SearchKey01 - can input value to search transaction (StartDate), @SearchKey02 - can input value to search transaction (EndDate)
Request Information
URI Parameters
None.
Body Parameters
TRequestHandler| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| bitmap | integer |
None. |
|
| Func | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| Ref01 | string |
None. |
|
| Ref02 | string |
None. |
|
| Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"bitmap": 2,
"Func": "sample string 3",
"StartDate": "sample string 4",
"EndDate": "sample string 5",
"Ref01": "sample string 6",
"Ref02": "sample string 7",
"Lang": "sample string 8"
}
application/xml, text/xml
Sample:
<SQLFunction.TRequestHandler xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTapi20.AppsDAL"> <EndDate>sample string 5</EndDate> <Func>sample string 3</Func> <Lang>sample string 8</Lang> <Ref01>sample string 6</Ref01> <Ref02>sample string 7</Ref02> <StartDate>sample string 4</StartDate> <bitmap>2</bitmap> <token>sample string 1</token> </SQLFunction.TRequestHandler>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |