Get single record from InvoiceSale table by specified primary key
Method | /GetSingleInvoiceSale |
The request body is of type GetSingleInvoiceSale.
Name | Description | Data Type |
---|---|---|
itemId | xml:int |
|
The response body is of type GetSingleInvoiceSaleResponse.
Name | Description | Data Type |
---|---|---|
GetSingleInvoiceSaleResult | InvoiceSaleInfo |
|