POST api/Reports/StoreAggregationReport
Request Information
URI Parameters
None.
Body Parameters
AggregatedMerchantReportFile| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityCode | string |
None. |
|
| ReportData | string |
None. |
|
| ReportType | AggregatedMerchantReportType |
None. |
|
| ReportDate | date |
None. |
|
| FileExtension | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntityCode": "sample string 1",
"ReportData": "sample string 2",
"ReportType": 1,
"ReportDate": "2026-04-07T20:12:16.9179519+10:00",
"FileExtension": "sample string 4"
}
application/xml, text/xml
Sample:
<AggregatedMerchantReportFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Reports"> <EntityCode>sample string 1</EntityCode> <FileExtension>sample string 4</FileExtension> <ReportData>sample string 2</ReportData> <ReportDate>2026-04-07T20:12:16.9179519+10:00</ReportDate> <ReportType>UnclearedTransaction</ReportType> </AggregatedMerchantReportFile>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>