/guide/addcomment

From EveryTrail API Developer Documentation

Jump to: navigation, search

Contents

URL

/api/guide/addcomment

Semantics

Add a comment to a guide

Parameters

Parameter nameParameter formatRequiredDescription
usernamestringyesusername for authentication
passwordstringyespassword for authentication
urlstringyesurl of the guide
commentstringyesthe 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

Personal tools