POST api/Deposit/Search

Request Information

URI Parameters

None.

Body Parameters

DepositSearchRequest
NameDescriptionTypeAdditional information
UseDateFrom

boolean

None.

FromDate

date

None.

UseDateTo

boolean

None.

ToDate

date

None.

CheckNo

string

None.

InvoiceNo

string

None.

BankId

integer

None.

OrganizationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UseDateFrom": true,
  "FromDate": "2025-12-12T17:43:29.6936678-05:00",
  "UseDateTo": true,
  "ToDate": "2025-12-12T17:43:29.6936678-05:00",
  "CheckNo": "sample string 5",
  "InvoiceNo": "sample string 6",
  "BankId": 1,
  "OrganizationId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.