Versions Compared

Key

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

...

Code Block
titleExample of request in JSON
POST https://app.evicertiaecertia.com/api/EviSign/Cancel HTTP/1.1
Content-Type: application/json
Accept: application/json
Authorization: basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
Host: app.evicertiaecertia.com

{
	"uniqueid":"568a7105-21f8-4be1-b4ea-a7f900c4bf59",
	"comments":"Cancelled for data error"
}

...