/group/addtrip

From EveryTrail API Developer Documentation

Jump to: navigation, search

Contents

URL

/api/group/addtrip

Semantics

Add a trip to a group

Parameters

Parameter nameParameter formatRequiredDescription
usernamestringyesusername for authentication
passwordstringyespassword for authentication
trip_idintyesid of the trip comment on
group_idintyesid of the group

Success Response

<etGroupAddtripResponse status="success">
  <groupID>${group ID}</groupID>
</etGroupAddtripResponse>

${group ID}: ID of the group

Error Response

<etGroupAddtripResponse status="error">
  <groupID>${group ID}</groupID>
  ${error reponse}
</etGroupAddtripResponse>

${group ID}: ID of the group

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

Personal tools