POST api/Report/CounterTransactionSummary

Request Information

URI Parameters

None.

Body Parameters

CounterTransactionSummary
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

StartDate

integer

None.

EndDate

integer

None.

BranchCodeList

string

None.

UserCodeList

string

None.

ReportBaseBasedOn

string

None.

TransactionCode

string

None.

PeriodType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "StartDate": 4,
  "EndDate": 5,
  "BranchCodeList": "sample string 6",
  "UserCodeList": "sample string 7",
  "ReportBaseBasedOn": "sample string 8",
  "TransactionCode": "sample string 9",
  "PeriodType": "sample string 10"
}

application/xml, text/xml

Sample:
<CounterTransactionSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <BranchCodeList>sample string 6</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <EndDate>5</EndDate>
  <PeriodType>sample string 10</PeriodType>
  <ReportBaseBasedOn>sample string 8</ReportBaseBasedOn>
  <StartDate>4</StartDate>
  <TransactionCode>sample string 9</TransactionCode>
  <UserCodeList>sample string 7</UserCodeList>
  <UserInternalCode>sample string 3</UserInternalCode>
</CounterTransactionSummary>

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.