PROTEL PORTAL PLUS
Online documentation
SendInvoicesResponse
Inheritance: ResponseBase
Property Name | Type | Description |
IsSendOrderValid | bool | Invalid means there are some invoices that should be sent before the requested invoices |
SendOrderErrorMessage | string | filled in by the reason detail if IsSendOrderValid is true |
HasExportError | bool? | this field is only used in File Load Mode to reflect the invoice export status |
ExportErrorMessage | string | this field is only used in File Load Mode to reflect the invoice export error message (if there is) |
Results | List< SendInvoiceResult > | List of Send Invoice Result |
InsufficentCredit | bool | Returns true if credit goes down from zero. This is only a warning flag and does not effect sending of invoice. |