POST api/RequestHandlerAuth/{bitmap}/{Func}
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
| Name | Description | Type | Additional information |
|---|---|---|---|
| bitmap | integer |
Required |
|
| Func | string |
Required |
Body Parameters
Ttoken| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| bitmap | integer |
None. |
|
| Func | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"bitmap": 2,
"Func": "sample string 3"
}
application/xml, text/xml
Sample:
<SQLFunction.Ttoken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTapi2.AppsDAL"> <Func>sample string 3</Func> <bitmap>2</bitmap> <token>sample string 1</token> </SQLFunction.Ttoken>
application/x-www-form-urlencoded
Sample:
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. |