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-06-09T22:26:46.8666472+01:00",
    "ExportDateTo": "2026-06-09T22:26:46.8666472+01:00",
    "Locations": [
      "ccc8e688-9675-4851-bbe5-edc42c7435b5",
      "8a7d510b-4c6d-4bd4-98e7-17909ff6b4b8",
      "5c14836f-9092-4c07-b3c8-dd15ad43ebbe"
    ],
    "ExportFormat": "sample string 1"
  },
  "XmlData": "sample string 1"
}

Bundle(s)
Accounting