| All Verbs | /Homedata |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| token | query | string | Yes | |
| tokensecret | query | string | Yes | |
| idcia | query | string | Yes | |
| idproject | query | string | Yes | |
| status | query | string | Yes |
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/Homedata HTTP/1.1
Host: app.lovettcommercial.com
Content-Type: text/jsv
Content-Length: length
{
token: String,
tokensecret: String,
idcia: String,
idproject: String,
status: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
validtoken: String,
found: String,
message: String,
selectionyn: String,
pdflist:
{
validtoken: String,
found: String,
selectionyn: String,
listpdf:
[
{
idnumber: String,
filename: String,
description: String
}
]
},
ticketstatus:
{
validtoken: String,
found: String,
message: String,
listticket:
[
{
idwebcare1: String,
creaby: String,
creadate: String,
modiby: String,
modidate: String,
acknowledgeby: String,
acknowledgedate: String,
archiveby: String,
archivedate: String,
assignto: String,
assignpm: String,
assigemail: String,
status: String,
cusname: String,
address: String,
bestdate1: String,
bestdate2: String,
bestdate1time: String,
bestdate2time: String,
besttime: String,
contactby: String,
phone: String,
workphone: String,
idcia: String,
idproject: String,
homeowneremail: String,
servicenotes:
[
String
],
closed: String,
slab: String,
assignmobile: String,
assigntel: String,
assigntelhome: String,
cianame: String,
latitude: String,
longitude: String,
followup: String,
followupname: String,
followupemail: String,
followupmobile: String,
followuptel: String,
followuptelhome: String,
selectionyn: String
}
]
},
messages:
[
{
idnumber: String,
creaby: String,
creadate: String,
acknowledgeby: String,
acknowledgedate: String,
emailto: String,
emailto2: String,
subject: String,
notes: String,
idwebcare1: String,
idcia: String,
callflag: String
}
]
}