serviceSheetCreate
mutation
Create service sheet
Creates a new service sheet for a customer, recording the work carried out. A closed transport note or delivery note can be converted into one.
mutation {
serviceSheetCreate(companyId: Int!, data: ServiceSheetInsert!, options: ServiceSheetMutateOptions): ServiceSheet!
}Returns: ServiceSheet!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | ServiceSheetInsert! | |
options | ServiceSheetMutateOptions |