deliveryNote
query
Get delivery note by ID
Retrieves the full details of a delivery note, including transportation data, product lines, loading/unloading addresses, and vehicle information.
query {
deliveryNote(companyId: Int!, documentId: Int!, options: DeliveryNoteOptionsSingle): DeliveryNote!
}Returns: DeliveryNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! | |
options | DeliveryNoteOptionsSingle |