| All Verbs | /Registration_waiver_list_new |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| code | query | string | No | |
| username | query | string | No | |
| info | query | waiver_list | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| idnumber | form | int | No | |
| idwaiver_sales | form | int | No | |
| print_name | form | string | No | |
| signature | form | string | No | |
| creadate | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| found | form | string | No | |
| message | 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/Registration_waiver_list_new HTTP/1.1
Host: contractssl.buildersaccess.com
Content-Type: text/jsv
Content-Length: length
{
code: String,
username: String,
info:
{
idnumber: 0,
idwaiver_sales: 0,
print_name: String,
signature: String,
creadate: String
}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
found: String,
message: String
}