The ATL COM module generalInvoiceRequest is capable of
generating electronic and printed invoices & reminders
generating electronic and printed invoices & reminders
Process attributes...


An XML request is primarily defined by its topmost object reference (cf. "Overview over "Object reference"), and the RequestType of the SetRequest method, respecively. However, the RequestSubtype parameter of the SetRequest method can be seen as a request variation, subsuming a specific data set.
"enRequestSubtypeNormal" attribute |
The normal attribute defines the standard (normal) XML infoset describing an ordinary invoice/reminder (Default)
"enRequestSubtypeCopy" attribute |
The copy attribute defines the XML request as an identical copy of an initial request.It is considered an error to send a XML request with turned on copy attribute without having prior sent a "normal" request.
"enRequestSubtypeRefund" attribute |
The refund attribute acts on a prior defined normal XML infoset notably sent to and paid by a health care insurance. In other words it is an announcement to the insurance company to pay back certain services of an invoice (qualified by a negative quantity), whereas the services with zero quantity are correctly invoiced.It is considered an error to send a XML request with turned on copy attribute without having prior sent a "normal" request.
"enRequestSubtypeStorno" attribute |
The storno attribute cancels the XML request defined by the topmost reference object.It is considered an error to send a XML request with turned on storno attribute without having prior sent a "normal" request.