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

NameDescriptionTypeAdditional information
bitmap

integer

Required

Func

string

Required

Body Parameters

Ttoken
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Ttoken'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.