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/Submit HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
Host: app.evicertiaecertia.com

  {
	"LookupKey" : "Evi",
	"Subject" : "Enviando eViSign via WS",
	"Document" : "[ATTENTION: attachment BASE64 in PDF format would appear here]",
	"SigningParties":
	{
		"Name" : "PruebasEvi en Hotmail",
		"Address" : "pruebas_evi@hotmail.com",
		"SigningMethod" : "EmailPin"
	},
	"Options" : {}
}

...