GET V2/odata/ExportInvoice
Gets ExportInvoice entities
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QicsUnity.Api.Areas.V2.Models.ExportInvoiceName | Description | Type | Additional information |
---|---|---|---|
InvoiceHeaderId |
Gets or sets invoice header id |
integer |
Required 64-bit signed integer |
Response Formats
application/json, text/json
Sample:
[ { "InvoiceHeaderId": "1" }, { "InvoiceHeaderId": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfExportInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V2.Models"> <ExportInvoice> <InvoiceHeaderId>1</InvoiceHeaderId> </ExportInvoice> <ExportInvoice> <InvoiceHeaderId>1</InvoiceHeaderId> </ExportInvoice> </ArrayOfExportInvoice>