BAwarranty Server V1

<back to all web services

bacontract_SaveSignatureFromWeb

The following routes are available for this service:
All Verbs/bacontract_SaveSignatureFromWeb
bacontract_SaveSignatureFromWeb Parameters:
NameParameterData TypeRequiredDescription
codequerystringYes
buyer1InitialBase64querystringYes
buyer2InitialBase64querystringYes
buyer1SignBase64querystringYes
buyer2SignBase64querystringYes
kirbytitleSignBase64querystringNo
listingBrokerSignBase64querystringNo
cooperatingBrokerSignBase64querystringNo

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_SaveSignatureFromWeb HTTP/1.1 
Host: contractssl.buildersaccess.com 
Content-Type: text/jsv
Content-Length: length

{
	code: String,
	buyer1InitialBase64: String,
	buyer2InitialBase64: String,
	buyer1SignBase64: String,
	buyer2SignBase64: String,
	kirbytitleSignBase64: String,
	listingBrokerSignBase64: String,
	cooperatingBrokerSignBase64: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	message: String,
	result: String
}