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-06-11T07:11:05.8980723+01:00",
    "ExportDateTo": "2025-06-11T07:11:05.8980723+01:00",
    "Locations": [
      "a57f6c38-5af9-46a7-b331-558742091c56",
      "06cc88a8-b1c8-41c8-bfda-09a1a2541222",
      "5e82ddf4-6306-4b69-9a3b-f9f33eb3be64"
    ],
    "ExportFormat": "sample string 1"
  },
  "XmlData": "sample string 1"
}

Bundle(s)
Accounting