POST api/Report/SearchTxnLog

Request Information

URI Parameters

None.

Body Parameters

TxnSearchModel
NameDescriptionTypeAdditional information
AirlineId

integer

None.

TxnType

integer

None.

StartDate

date

Required

Data type: Date

EndDate

date

Required

Data type: Date

From

integer

None.

Size

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AirlineId": 1,
  "TxnType": 1,
  "StartDate": "2026-05-31T10:34:10.2690113+00:00",
  "EndDate": "2026-05-31T10:34:10.2690113+00:00",
  "From": 1,
  "Size": 1
}

multipart/form-data

Sample:
{"AirlineId":1,"TxnType":1,"StartDate":"2026-05-31T10:34:10.2690113+00:00","EndDate":"2026-05-31T10:34:10.2690113+00:00","From":1,"Size":1}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.