waybillCreate
mutation
Create waybill
Issues a new waybill to accompany goods in transit. Includes loading/unloading addresses, vehicle info, and product lines. May be communicated to the fiscal authority.
mutation {
waybillCreate(companyId: Int!, data: WaybillInsert!, options: WaybillMutateOptions): Waybill!
}Returns: Waybill!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | WaybillInsert! | |
options | WaybillMutateOptions |