POST api/Report/BankingAPILog

Request Information

URI Parameters

None.

Body Parameters

BankingAPILog_Inputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

StartDate

integer

None.

EndDate

integer

None.

BranchList

string

None.

BankCode

string

None.

DownloadReport

boolean

None.

ShowRequest_N_Response

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "StartDate": 4,
  "EndDate": 5,
  "BranchList": "sample string 6",
  "BankCode": "sample string 7",
  "DownloadReport": true,
  "ShowRequest_N_Response": true
}

application/xml, text/xml

Sample:
<BankingAPILog_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <BankCode>sample string 7</BankCode>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BranchList>sample string 6</BranchList>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <EndDate>5</EndDate>
  <ShowRequest_N_Response>true</ShowRequest_N_Response>
  <StartDate>4</StartDate>
  <UserInternalCode>sample string 3</UserInternalCode>
</BankingAPILog_Inputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.