Tenant Server V1

<back to all web services

post_maintenance_schedule2_detail

The following routes are available for this service:
All Verbs/post_maintenance_schedule2_detail
post_maintenance_schedule2_detail Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
idnumberqueryintNo
codequerystringNo
post_maintenance_schedule2_detailResponse Parameters:
NameParameterData TypeRequiredDescription
propertyformstringNo
addressformstringNo
assetformstringNo
assigntoformstringNo
nameformstringNo
finishdateformDateTimeNo
scheduledateformDateTimeNo
listformList<schedule2_checklistInfo>No
baseResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo
schedule2_checklistInfo Parameters:
NameParameterData TypeRequiredDescription
idnumberformintNo
check_statusformintNo
itemformdecimalNo
descriptionformstringNo
commentsformList<schedule2_checklistComment>No
schedule2_checklistComment Parameters:
NameParameterData TypeRequiredDescription
idnumberformstringNo
notesformstringNo
photosformList<schedule2_checklistCommentPhoto>No
schedule2_checklistCommentPhoto Parameters:
NameParameterData TypeRequiredDescription
idnumberformstringNo
xtagformstringNo
xphotoformstringNo
xthumbnailformstringNo
sortformstringNo
deleteynformstringNo

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_detail HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: text/jsv
Content-Length: length

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

{
	property: String,
	address: String,
	asset: String,
	assignto: String,
	name: String,
	finishdate: 0001-01-01,
	scheduledate: 0001-01-01,
	list: 
	[
		{
			idnumber: 0,
			check_status: 0,
			item: 0,
			description: String,
			comments: 
			[
				{
					idnumber: String,
					notes: String,
					photos: 
					[
						{
							idnumber: String,
							xtag: String,
							xphoto: String,
							xthumbnail: String,
							sort: String,
							deleteyn: String
						}
					]
				}
			]
		}
	],
	result: 0,
	message: String
}