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-03-27T02:47:23.2306212+00:00",
    "ExportDateTo": "2026-03-27T02:47:23.2306212+00:00",
    "Locations": [
      "a121a472-e63e-4273-8369-b457b5a409ca",
      "4bcad089-e177-4c11-82b1-9af8e3911f30",
      "7a71a660-f222-46eb-9b6c-8dcd1c7b0fc6"
    ],
    "ExportFormat": "sample string 1"
  },
  "XmlData": "sample string 1"
}

Bundle(s)
Accounting