POST api/v1/mobifin/get-report

Request Information

URI Parameters

None.

Body Parameters

MobiFinGetReportRequest
NameDescriptionTypeAdditional information
StartPosition

integer

None.

RecordCount

integer

None.

StartTime

date

None.

EndTime

date

None.

RequestId

string

Required

Matching regular expression pattern: (^(?=.{4,50}$)([ A-Za-z0-9.|/-]+$))

CountryId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StartPosition": 1,
  "RecordCount": 2,
  "StartTime": "2025-12-11T06:58:06.6665861+00:00",
  "EndTime": "2025-12-11T06:58:06.6665861+00:00",
  "RequestId": "sample string 5",
  "CountryId": "sample string 6"
}

application/xml, text/xml

Sample:
<MobiFinGetReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.DataTransferObjects">
  <CountryId>sample string 6</CountryId>
  <RequestId>sample string 5</RequestId>
  <EndTime>2025-12-11T06:58:06.6665861+00:00</EndTime>
  <RecordCount>2</RecordCount>
  <StartPosition>1</StartPosition>
  <StartTime>2025-12-11T06:58:06.6665861+00:00</StartTime>
</MobiFinGetReportRequest>

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.