This method returns the actual image for an invoice for a specified invoice ID.
|
HTTP Verb/Method: |
GET |
|
URL Format: |
http://server/api/invoices/{OrderID}/{InvNum}?download=true |
|
Returns: |
An image of the invoice returns upon a successful request. An error is returned if the invoice metadata cannot be found. |
The following table lists the parameter available for this method request.
|
Parameter |
Description |
|
OrderID |
Enter the primary key (Orders.PriKey) of the requested MoversSuite order. |
|
InvNum |
Enter the sequence or invoice number assigned to the document for the order, such as “1, 2, 3, …” For example, invoice “U1900-12789-2/3” has an invoice number of “3”. The InvNum is found through the ContentUrl property returned from a Get All Metadata by Order method request (when the Source is “Invoices”). |