Get Financial Invoice by Document Number
machship_get_invoice_by_document_numberRetrieve a specific financial invoice by document number, with optional PDF download.
Instructions
Returns a specific financial invoice by document number, with optional PDF download.
Args:
documentNumber (string): Invoice document number
returnPdfFileBytes (boolean, optional): Include PDF as base64 bytes in response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentNumber | Yes | Invoice document number | |
| returnPdfFileBytes | No | Include PDF as base64 bytes |