| All Verbs | /Homeowner |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| token | query | string | Yes | |
| tokensecret | query | string | Yes | |
| query | string | Yes | ||
| fname | query | string | Yes | |
| lname | query | string | Yes | |
| phone | query | string | Yes | |
| workphone | query | string | Yes | |
| besttime | query | string | Yes | |
| password | query | string | Yes |
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/Homeowner HTTP/1.1
Host: app.lovettcommercial.com
Content-Type: text/csv
Content-Length: length
{"token":"String","tokensecret":"String","email":"String","fname":"String","lname":"String","phone":"String","workphone":"String","besttime":"String","password":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"found":"String","existyn":"String","validtoken":"String","email":"String","name":"String","activeyn":false}