serviceSheetNullify
mutation
Nullify service sheet
Voids a finalized service sheet. An optional reason can be provided.
mutation {
serviceSheetNullify(companyId: Int!, documentId: Int!, nullifiedReason: String): ServiceSheet!
}Returns: ServiceSheet!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! | |
nullifiedReason | String |