proFormaInvoice
query
Get pro forma invoice by ID
Retrieves the full details of a pro forma invoice — a preliminary document used to confirm an order before the final invoice is issued.
query {
proFormaInvoice(companyId: Int!, documentId: Int!, options: ProFormaInvoiceOptionsSingle): ProFormaInvoice!
}Returns: ProFormaInvoice!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! | |
options | ProFormaInvoiceOptionsSingle |