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-08-02T22:17:35.949738+01:00",
    "ExportDateTo": "2025-08-02T22:17:35.949738+01:00",
    "Locations": [
      "f517ba3d-a2d5-4625-acc1-60b73766898d",
      "3490430b-d008-4f4a-94d8-49e1130beae8",
      "d960dff5-1e8e-4e7d-9fd8-b3f5e536a4c1"
    ],
    "ExportFormat": "sample string 1"
  },
  "XmlData": "sample string 1"
}

Bundle(s)
Accounting