Advantage Finance XML Developer's Site

This is the structure of the xml file you will receive back.

If using the dll to submit applications then you may not need to query the xml directly (although you can get the returned xml be using .ReturnedXML if you want).

If there was an error returned (that is to say ErrorNumber is not 0) then the Application node will not be returned.

<Error>
	<ErrorNumber>
	<ErrorDescription>
	<ErrorSource>
<Application>
	<ApplicationID>

An example of a returned XML file where an error occurred. [ReturnedError.xml]

An example of a returned XML file where an error did not occur and an application ID was returned. [ReturnedNoError.xml]