/guide/addcomment
From EveryTrail API Developer Documentation
Contents |
URL
/api/guide/addcomment
Semantics
Add a comment to a guide
Parameters
| Parameter name | Parameter format | Required | Description |
|---|---|---|---|
| username | string | yes | username for authentication |
| password | string | yes | password for authentication |
| url | string | yes | url of the guide |
| comment | string | yes | the comment |
Success Response
<etGuideAddcommentResponse status="success"> <guideUrl>${guide Url}</guideUrl> </etGuideAddcommentResponse>
Error Response
<etGuideAddcommentResponse status="error"> <guideUrl>${guide Url}</guideUrl> ${error reponse} </etGuideAddcommentResponse>
${error reponse}: See format in Error Reponse Format
