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": "2025-12-19T04:50:40.2766294+00:00",
    "ExportDateTo": "2025-12-19T04:50:40.2766294+00:00",
    "Locations": [
      "6e0e649e-7896-49aa-9e4d-c0016a2dc0db",
      "053c9dc3-de01-4a8a-8bac-73a630f9078a",
      "3afc85de-7de5-4757-9969-140474a958ce"
    ],
    "ExportFormat": "sample string 1"
  },
  "XmlData": "sample string 1"
}

Bundle(s)
Accounting