Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Type

Required

Description

AuthToken

String

Yes

OAuth token to authorize the API call

SubmitDocumentTransID

Integer

Yes

Unique identifier for the submitted document

Sample Request

URL: https://websvcs.quikforms.comPUT /rest/quikformxtract/v1000/documents/{{submitDocTransId}}/cancelMethod: PUT HTTP/1.1
Host: websvcs.quikforms.com
Authorization: Bearer {{token}}

Content-length: 0

Response

When a cancellation is submitted, the response will indicate if the cancel request was successful or not.

...