Skip to main content

markAsComplete

Sets an entire document as completed. Requires a declaration text explaining why the document is being marked complete.

Input

markAsCompleteInput

Return Type

ID

Example

mutation MarkComplete {
markAsComplete(input: {
documentId: "ZG9jMTIzNDU2"
declarationText: "Signed copy received by post"
isUploaded: true
})
}

Export This Article

Save a copy of this page as PDF or plain text.