Gets requested properties for an existing invoice given its unique key.
readInvoice Parameter Descriptions
Parameter Name |
Data Type |
Description |
uniqueKey |
string |
Unique key of the record to read. |
properties |
List<String> |
A list of String values that identify the property names whose values to return with the resulting invoice record. |
readInvoice Response Descriptions
Parameter Name |
Data Type |
Description |
invoice |
An invoice record. Only specified property values are returned with the record. |
invoice for more information about the properties you can retrieve for the invoice
lineItem for more information about the properties you can retrieve for line items