| All Verbs | /baNew_PadContractInfo |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| query | string | No | ||
| password | query | string | No | |
| clientEmail | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| activeyn | form | bool | No | |
| message | form | string | No | |
| found | form | string | No | |
| idContract | form | string | No | |
| status | form | string | No | |
| consultName | form | string | No | |
| consultTitle | form | string | No | |
| consultAddress | form | string | No | |
| consultEmail | form | string | No | |
| effectiveDate | form | string | No | |
| clientEmail | form | string | No | |
| clientName | form | string | No | |
| clientTitle | form | string | No | |
| clientAddress | form | string | No | |
| sevices_txt | form | List<string> | No | |
| scopeofworks_txt | form | List<string> | No | |
| fees_txt | form | List<string> | No | |
| origin_sevices_txt | form | string | No | |
| origin_scopeofworks_txt | form | string | No | |
| origin_fees_txt | form | string | No | |
| clientInitial | form | string | No | |
| clientSignature | form | string | No | |
| consultantInitial | form | string | No | |
| consultantSignature | form | string | No |
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/baNew_PadContractInfo HTTP/1.1
Host: contractssl.buildersaccess.com
Content-Type: text/jsv
Content-Length: length
{
email: String,
password: String,
clientEmail: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
activeyn: False,
message: String,
found: String,
idContract: String,
status: String,
consultName: String,
consultTitle: String,
consultAddress: String,
consultEmail: String,
effectiveDate: String,
clientEmail: String,
clientName: String,
clientTitle: String,
clientAddress: String,
sevices_txt:
[
String
],
scopeofworks_txt:
[
String
],
fees_txt:
[
String
],
origin_sevices_txt: String,
origin_scopeofworks_txt: String,
origin_fees_txt: String,
clientInitial: String,
clientSignature: String,
consultantInitial: String,
consultantSignature: String
}