| TripServiceAddComment Method |
Adds a driver comment to a trip
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SimpleResponse AddComment(
CommentWrapper comment,
string token,
string device,
string tripId,
string timestamp
)
public:
SimpleResponse^ AddComment(
CommentWrapper^ comment,
String^ token,
String^ device,
String^ tripId,
String^ timestamp
)
function AddComment(comment, token, device, tripId, timestamp);
Parameters
- comment
- Type: ParaPlanRESTCommentWrapper
- token
- Type: SystemString
- device
- Type: SystemString
Device name used when logging into API - tripId
- Type: SystemString
- timestamp
- Type: SystemString
Return Value
Type:
SimpleResponse[Missing <returns> documentation for "M:ParaPlanREST.TripService.AddComment(ParaPlanREST.CommentWrapper,System.String,System.String,System.String,System.String)"]
See Also