GET https://api.legendonlineservices.co.uk/Accounting/JournalExport?StartDate={StartDate}&RegenerateFile={RegenerateFile}&LocationList={LocationList}

Returns Accounting Journal

Request Parameters

From Query Type Description
StartDate DateTime Must be less than today's date
RegenerateFile Boolean Optional. Default - false
LocationList String Optional. Optional - One or more location identifiers comma seperated

Response - (Status 200 - OK)

JournalExportModel

Name Type Description
XmlData String
JournalExportHeaderModel
Name Type Description
ExportDateFor DateTime
ExportDateTo DateTime
ExportFormat String
Locations [Guid]




{
  "Header": {
    "ExportDateFor": "2026-08-14T19:22:35.2238618+01:00",
    "ExportDateTo": "2026-08-14T19:22:35.2238618+01:00",
    "Locations": [
      "a0ae4ad0-7ddd-49ad-a72f-1294b2df190f",
      "b2d5e693-1603-49d2-9ea4-257a464a49bf",
      "4781977b-a531-4e22-ba0d-93dad42694a8"
    ],
    "ExportFormat": "sample string 1"
  },
  "XmlData": "sample string 1"
}

Bundle(s)
Accounting