POST api/CheckDetails/Select

Request Information

URI Parameters

None.

Body Parameters

CustomRequest
NameDescriptionTypeAdditional information
DateFrom

date

None.

DateTo

date

None.

SelectType

integer

None.

TheAmountFrom

decimal number

None.

TheAmountTo

decimal number

None.

BankAccCode

integer

None.

TheMemo

string

None.

NamePayTo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DateFrom": "2026-01-12T20:24:51.5880257-05:00",
  "DateTo": "2026-01-12T20:24:51.5880257-05:00",
  "SelectType": 3,
  "TheAmountFrom": 4.1,
  "TheAmountTo": 5.1,
  "BankAccCode": 6,
  "TheMemo": "sample string 7",
  "NamePayTo": "sample string 8"
}

application/xml, text/xml

Sample:
<CustomRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckBusinessLayer">
  <BankAccCode>6</BankAccCode>
  <DateFrom>2026-01-12T20:24:51.5880257-05:00</DateFrom>
  <DateTo>2026-01-12T20:24:51.5880257-05:00</DateTo>
  <NamePayTo>sample string 8</NamePayTo>
  <SelectType>3</SelectType>
  <TheAmountFrom>4.1</TheAmountFrom>
  <TheAmountTo>5.1</TheAmountTo>
  <TheMemo>sample string 7</TheMemo>
</CustomRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.