POST api/Reports/GetTransactionReport

Request Information

URI Parameters

None.

Body Parameters

IP_AgentTransactionReport
NameDescriptionTypeAdditional information
agentId

integer

None.

lccFromDate

date

None.

lccToDate

date

None.

fscFromDate

date

None.

fscToDate

date

None.

tpFromDate

date

None.

tpToDate

date

None.

PaymentRadioLcc

boolean

None.

PaymentRadiosFsc

boolean

None.

PaymentRadioyesPT

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "agentId": 1,
  "lccFromDate": "2026-07-23T14:15:19.5845325+05:30",
  "lccToDate": "2026-07-23T14:15:19.5845325+05:30",
  "fscFromDate": "2026-07-23T14:15:19.5845325+05:30",
  "fscToDate": "2026-07-23T14:15:19.5845325+05:30",
  "tpFromDate": "2026-07-23T14:15:19.5845325+05:30",
  "tpToDate": "2026-07-23T14:15:19.5845325+05:30",
  "PaymentRadioLcc": true,
  "PaymentRadiosFsc": true,
  "PaymentRadioyesPT": true
}

application/xml, text/xml

Sample:
<IP_AgentTransactionReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity.Models.Input_class">
  <PaymentRadioLcc>true</PaymentRadioLcc>
  <PaymentRadiosFsc>true</PaymentRadiosFsc>
  <PaymentRadioyesPT>true</PaymentRadioyesPT>
  <agentId>1</agentId>
  <fscFromDate>2026-07-23T14:15:19.5845325+05:30</fscFromDate>
  <fscToDate>2026-07-23T14:15:19.5845325+05:30</fscToDate>
  <lccFromDate>2026-07-23T14:15:19.5845325+05:30</lccFromDate>
  <lccToDate>2026-07-23T14:15:19.5845325+05:30</lccToDate>
  <tpFromDate>2026-07-23T14:15:19.5845325+05:30</tpFromDate>
  <tpToDate>2026-07-23T14:15:19.5845325+05:30</tpToDate>
</IP_AgentTransactionReport>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.