deliveryNoteNullify
mutation
Nullify delivery note
Voids a finalized delivery note. An optional reason can be provided for audit purposes.
mutation {
deliveryNoteNullify(companyId: Int!, documentId: Int!, nullifiedReason: String): DeliveryNote!
}Returns: DeliveryNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! | |
nullifiedReason | String |