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