/waypoint/edit

From EveryTrail API Developer Documentation

Jump to: navigation, search

Contents

URL

/api/waypoint/edit

Semantics

Edit a waypoint

Parameters

Parameter nameParameter formatRequiredDescription
usernamestringyesusername of user performing the request
passwordstringyespassword of user performing the request
waypoint_idintyesThe ID of the waypoint
latfloatnoLatitude
lonfloatnoLongitude
eleintnoElevation (meters)
namestringnowaypoint name
descriptionstringnowaypoint description


Success Response

<etWaypointEditResponse status="success">
  <waypointId>${waypoint ID}</waypointId>
</etWaypointEditResponse>


Error Reponse

<etWaypointEditResponse status="error">
   <waypointId>${waypoint ID}</waypointId>
  ${error reponse}
</etWaypointEditResponse>


${error reponse}: See format in Error Reponse Format

Personal tools