Cemberle

<back to all web services

MyCommentRequest

The following routes are available for this service:
All Verbs/mycomment
MyCommentRequest Parameters:
NameParameterData TypeRequiredDescription
GlobalnetworkidqueryintNo
MyCommentResponse Parameters:
NameParameterData TypeRequiredDescription
SuccessformboolNo
myCommentformList<MyCommentModel>No
MycountformintNo
MyCommentModel Parameters:
NameParameterData TypeRequiredDescription
MyCommentidformintNo
GlobalnetworkidformintNo
UseridformintNo
CommentformstringNo
RateformintNo

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 /mycomment HTTP/1.1 
Host: service.cemberle.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	globalnetworkid: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	success: False,
	myComment: 
	[
		{
			myCommentid: 0,
			globalnetworkid: 0,
			userid: 0,
			comment: String,
			rate: 0
		}
	],
	mycount: 0
}