supplierPurchaseOrderCreate
mutation
Creates an Supplier purchase order
Creates a Supplier purchase order with the inserted data. Returns the created Supplier purchase order
mutation {
supplierPurchaseOrderCreate(companyId: Int!, data: SupplierPurchaseOrderInsert!, options: SupplierPurchaseOrderMutateOptions): SupplierPurchaseOrder!
}Returns: SupplierPurchaseOrder!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | SupplierPurchaseOrderInsert! | |
options | SupplierPurchaseOrderMutateOptions |