| All Verbs | /bacontract_SaveSignatureIpad |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| idcontract1 | query | string | Yes | |
| buyer1InitialBase64 | query | string | Yes | |
| buyer2InitialBase64 | query | string | Yes | |
| sales1InitialBase64 | query | string | Yes | |
| buyer1SignBase64 | query | string | Yes | |
| buyer2SignBase64 | query | string | Yes | |
| sales1SignBase64 | query | string | Yes |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=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
}