| All Verbs | /bacontract_UpdateEmailSign | ||
|---|---|---|---|
| All Verbs | /bacontract_UpdateEmailSign_WebContract |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| verifiedCode | query | string | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ContractID | form | string | No | |
| EmailTo | form | string | No | |
| EmailCc | form | string | No | |
| Subject | form | string | No | |
| Body | form | string | No | |
| Attachment | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /csv/reply/bacontract_UpdateEmailSign_WebContract HTTP/1.1
Host: contractssl.buildersaccess.com
Content-Type: text/csv
Content-Length: length
{"verifiedCode":"String","ContractID":"String","EmailTo":"String","EmailCc":"String","Subject":"String","Body":"String","Attachment":"String"}
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length false