BAwarranty Server V1

<back to all web services

bacontract_SaveSignatureIpad

The following routes are available for this service:
All Verbs/bacontract_SaveSignatureIpad
bacontract_SaveSignatureIpad Parameters:
NameParameterData TypeRequiredDescription
idcontract1querystringYes
buyer1InitialBase64querystringYes
buyer2InitialBase64querystringYes
sales1InitialBase64querystringYes
buyer1SignBase64querystringYes
buyer2SignBase64querystringYes
sales1SignBase64querystringYes

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/bacontract_SaveSignatureIpad HTTP/1.1 
Host: contractssl.buildersaccess.com 
Content-Type: text/jsv
Content-Length: length

{
	idcontract1: String,
	buyer1InitialBase64: String,
	buyer2InitialBase64: String,
	sales1InitialBase64: String,
	buyer1SignBase64: String,
	buyer2SignBase64: String,
	sales1SignBase64: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	message: String,
	result: String
}