Tenant Server V1

<back to all web services

post_maintenance_schedule2_list

The following routes are available for this service:
All Verbs/post_maintenance_schedule2_list
post_maintenance_schedule2_list Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
idtenantqueryintNo
startDatequerystringNo
endDatequerystringNo
post_maintenance_schedule2_listResponse Parameters:
NameParameterData TypeRequiredDescription
listformList<maintenance_schedule2_list>No
baseResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo
maintenance_schedule2_list Parameters:
NameParameterData TypeRequiredDescription
idnumberformstringNo
finishbyformstringNo
finishDateformDateTimeNo
descriptionformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/post_maintenance_schedule2_list HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: text/csv
Content-Length: length

{"token":"String","tokensecret":"String","email":"String","idtenant":0,"startDate":"String","endDate":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"list":[{"idnumber":"String","finishby":"String","finishDate":"\/Date(-62135596800000-0000)\/","description":"String"}],"result":0,"message":"String"}