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-05-15T13:30:12.3722168+01:00",
    "ExportDateTo": "2026-05-15T13:30:12.3722168+01:00",
    "Locations": [
      "98505ff2-534e-4417-ad6a-7e4d6c727f7b",
      "03728491-521e-445f-a13b-8da670be9cdf",
      "db6bdfd5-3151-4785-9cca-0c743cbfd844"
    ],
    "ExportFormat": "sample string 1"
  },
  "XmlData": "sample string 1"
}

Bundle(s)
Accounting