| All Verbs | /ba_sendemailvendor |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| token | query | string | Yes | |
| tokensecret | query | string | Yes | |
| idcia | query | string | Yes | |
| idvendor | query | string | Yes | |
| idwebcare1 | query | string | Yes | |
| emailto | query | string | Yes | |
| emailcc | query | string | Yes | |
| subject | query | string | Yes | |
| notes | query | string | Yes | |
| ack | query | string | Yes | |
| emailtoname | query | string | Yes | |
| callflag | query | int | No | |
| validyn | query | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/oneway/ba_sendemailvendor HTTP/1.1
Host: ssl.buildersaccess.com
Content-Type: application/json
Content-Length: length
{"token":"String","tokensecret":"String","idcia":"String","idvendor":"String","idwebcare1":"String","emailto":"String","emailcc":"String","subject":"String","notes":"String","ack":"String","emailtoname":"String","callflag":0,"validyn":0}