/group/addtrip
From EveryTrail API Developer Documentation
Contents |
URL
/api/group/addtrip
Semantics
Add a trip to a group
Parameters
| Parameter name | Parameter format | Required | Description |
|---|---|---|---|
| username | string | yes | username for authentication |
| password | string | yes | password for authentication |
| trip_id | int | yes | id of the trip comment on |
| group_id | int | yes | id 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
