GET api/AccountStatements/Download/AR/Summary?year={year}&month={month}

Generate Summary Report for account statement parameter binding only month (1 = january, 2 = february etc)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
year

integer

Required

month

integer

Required

Body Parameters

None.

Response Information

Resource Description

generated file account statement pdf link and update status queue file

ARStatementSummaryFileDownloadViewModel
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

LastModifiedDate

date

None.

PrintedDate

date

None.

UrlLink

string

None.

Response Formats

application/json, text/json

Sample:
{
  "StartDate": "2025-06-26T14:28:50.5183383+00:00",
  "EndDate": "2025-06-26T14:28:50.5183383+00:00",
  "LastModifiedDate": "2025-06-26T14:28:50.5183383+00:00",
  "PrintedDate": "2025-06-26T14:28:50.5183383+00:00",
  "UrlLink": "sample string 1"
}

application/xml, text/xml

Sample:
<ARStatementSummaryFileDownloadViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TripPlannerAPI.Models.DTO.AccountStatement">
  <EndDate>2025-06-26T14:28:50.5183383+00:00</EndDate>
  <LastModifiedDate>2025-06-26T14:28:50.5183383+00:00</LastModifiedDate>
  <PrintedDate>2025-06-26T14:28:50.5183383+00:00</PrintedDate>
  <StartDate>2025-06-26T14:28:50.5183383+00:00</StartDate>
  <UrlLink>sample string 1</UrlLink>
</ARStatementSummaryFileDownloadViewModel>