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-02-05T00:16:33.2382938+00:00",
    "ExportDateTo": "2026-02-05T00:16:33.2382938+00:00",
    "Locations": [
      "6a2dbc8a-41fe-4407-a02f-688a5922874a",
      "8ad0a5ae-9626-4ab4-a748-332de7cc5bc0",
      "da3a750a-27fd-4d6d-8b61-aba0c708a5c0"
    ],
    "ExportFormat": "sample string 1"
  },
  "XmlData": "sample string 1"
}

Bundle(s)
Accounting