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