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 .jsv suffix or ?format=jsv

HTTP + JSV

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

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

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

{
	list: 
	[
		{
			idnumber: String,
			finishby: String,
			finishDate: 0001-01-01,
			description: String
		}
	],
	result: 0,
	message: String
}