POST Report/ChequeTable_ReceiptFind

Request Information

URI Parameters

None.

Body Parameters

PaymentReceiptFilter
NameDescriptionTypeAdditional information
PaymentType

boolean

None.

TransNo

integer

None.

ChequeNumber

integer

None.

ChequeBank

integer

None.

FromTranDate

date

None.

BranchIDH

integer

None.

CompanyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentType": true,
  "TransNo": 1,
  "ChequeNumber": 2,
  "ChequeBank": 1,
  "FromTranDate": "2025-10-29T05:45:24.5574578+03:00",
  "BranchIDH": 3,
  "CompanyId": 4
}

application/xml, text/xml

Sample:
<PaymentReceiptFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO">
  <BranchIDH>3</BranchIDH>
  <ChequeBank>1</ChequeBank>
  <ChequeNumber>2</ChequeNumber>
  <CompanyId>4</CompanyId>
  <FromTranDate>2025-10-29T05:45:24.5574578+03:00</FromTranDate>
  <PaymentType>true</PaymentType>
  <TransNo>1</TransNo>
</PaymentReceiptFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
ErrorCode

integer

None.

ErrorMessage

string

None.

IsScusses

boolean

None.

ResponseDetails

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorCode": 1,
  "ErrorMessage": "sample string 2",
  "IsScusses": true,
  "ResponseDetails": {}
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounting.API.Models">
  <ErrorCode>1</ErrorCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsScusses>true</IsScusses>
  <ResponseDetails />
</Response>