get_invoice
get_invoiceRetrieve detailed information about a specific invoice using its Productive ID.
Instructions
Get detailed information about a specific invoice by its Productive ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | The ID of the invoice to retrieve (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| number | No | ||
| status | No | ||
| total | No | ||
| paidAmount | No | ||
| currency | No | ||
| invoiceDate | No | ||
| dueDate | No | ||
| note | No | ||
| companyId | No | ||
| projectId | No | ||
| createdAt | No |