GetInvoiceDetails
Overview
The GetInvoiceDetails method retrieves Invoice results from the system based on an Invoice Id. The Invoice Id can be found by searching for the invoice using the GetInvoiceHeaders call.
Returns
A list of Invoice Details for the specified invoice.
Request
| Name | Type | Description |
|---|---|---|
invoiceId | String | Select the Invoice with the specified Id. |
Response
| Name | Type | Description |
|---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | InvoiceDetail | Operation result. |