All Verbs | /post_pm_maintenance_schedule1list |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
token | query | string | Yes | |
tokensecret | query | string | Yes | |
query | string | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
result | form | int | No | |
message | form | string | No | |
list | form | List<maintenance_schedule> | No | |
list2 | form | List<maintenance_schedule> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idnumber | form | string | No | |
recurrence | form | string | No | |
nextdate | form | string | No | |
name | form | string | No | |
color | form | string | No | |
projectname | form | string | No | |
idcia | form | string | No | |
idproject | form | string | No | |
asset | form | string | No | |
fixedasset | form | string | No | |
description | form | string | No | |
brand | form | string | No | |
serialno | form | string | No | |
vendor | form | string | No | |
invoiceno | form | string | No | |
assignto | form | string | No | |
purchasedate | form | string | No | |
inactiveyn | form | string | No | |
idmaintenanceassets | form | string | No | |
idworkordertemplate1 | form | string | No | |
finishdate | form | string | No | |
scheduledate | form | string | No | |
idmaintenance_schedule2 | form | string | No | |
username | form | string | No | |
fullname | form | string | No | |
form | string | No | ||
lat | form | string | No | |
lng | form | string | No | |
state | form | string | No | |
city | form | string | No | |
zipcode | form | string | No | |
address | 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/post_pm_maintenance_schedule1list HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/jsv
Content-Length: length
{
token: String,
tokensecret: String,
email: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { result: 0, message: String, list: [ { idnumber: String, recurrence: String, nextdate: String, name: String, color: String, projectname: String, idcia: String, idproject: String, asset: String, fixedasset: String, description: String, brand: String, serialno: String, vendor: String, invoiceno: String, assignto: String, purchasedate: String, inactiveyn: String, idmaintenanceassets: String, idworkordertemplate1: String, finishdate: String, scheduledate: String, idmaintenance_schedule2: String, username: String, fullname: String, email: String, lat: String, lng: String, state: String, city: String, zipcode: String, address: String } ], list2: [ { idnumber: String, recurrence: String, nextdate: String, name: String, color: String, projectname: String, idcia: String, idproject: String, asset: String, fixedasset: String, description: String, brand: String, serialno: String, vendor: String, invoiceno: String, assignto: String, purchasedate: String, inactiveyn: String, idmaintenanceassets: String, idworkordertemplate1: String, finishdate: String, scheduledate: String, idmaintenance_schedule2: String, username: String, fullname: String, email: String, lat: String, lng: String, state: String, city: String, zipcode: String, address: String } ] }