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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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: application/json
Content-Type: application/json
Content-Length: length

{"globalnetworkid":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

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