Hi,
when I try to retrieve a list of nominal codes from the database I get an error saying the xML is malformed.
<Ledger_GetNominalLedgers xmlns=\"https://api.quickfile.co.uk\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://api.quickfile.co.uk https://api.quickfile.co.uk/schemas/1_2/Ledger_Search.xsd\">
<Header>
<MessageType>Request</MessageType>
<SubmissionNumber>[IDSubmission]</SubmissionNumber>
<Authentication>
<AccNumber>{Quickfile.API.accountNo}</AccNumber>
<MD5Value>[MD5]</MD5Value>
<ApplicationID>{Quickfile.API.appID}</ApplicationID>
</Authentication>
</Header>
<Body>
<SearchParameters></SearchParameters>
</Body>
</Ledger_GetNominalLedgers>
I tried by using searchparameters and by not removing them, I want to get a full list of all nominal codes anyway