Get all available InvoiceSaleRows
Method | /GetInvoiceSaleRows |
The request body is of type GetInvoiceSaleRows.
Name | Description | Data Type |
---|---|---|
saleRowsFilter | SaleRowsFilter | |
productsFilter | ProductsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string |
The response body is of type GetInvoiceSaleRowsResponse.
Name | Description | Data Type |
---|---|---|
GetInvoiceSaleRowsResult | ArrayOfViewInvoiceSaleRowInfo |
|