serviceSheetUpdate
mutation
Update service sheet
Modifies a draft service sheet's line items, customer, or other details. Returns the updated document.
mutation {
serviceSheetUpdate(companyId: Int!, data: ServiceSheetUpdate!, options: ServiceSheetMutateOptions): ServiceSheet!
}Returns: ServiceSheet!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | ServiceSheetUpdate! | |
options | ServiceSheetMutateOptions |