POST api/AccountsEntry/GetVoucherEntryList

Request Information

URI Parameters

None.

Body Parameters

VoucherListSearchModel
NameDescriptionTypeAdditional information
companyId

integer

None.

fromDate

date

None.

toDate

date

None.

searchType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "companyId": 1,
  "fromDate": "2025-12-06T06:18:59.0016524+01:00",
  "toDate": "2025-12-06T06:18:59.0016524+01:00",
  "searchType": "sample string 4"
}

application/xml, text/xml

Sample:
<VoucherListSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounts.Model">
  <companyId>1</companyId>
  <fromDate>2025-12-06T06:18:59.0016524+01:00</fromDate>
  <searchType>sample string 4</searchType>
  <toDate>2025-12-06T06:18:59.0016524+01:00</toDate>
</VoucherListSearchModel>

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.