rejectTrip
post
rejectTrip
Resource URL
https://api.arity.com/drivingbehavior/v3/users/{userId}/trips/{tripId}
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
Value should be the word Bearer followed by a space and a valid token |
Request Body
{
{
"rejectReasonCode": ""
}
userId null true
tripId Reject a trip captured for an end-user who was not driving (e.g., the user was a passenger) to remove it from that user's score. null true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
Security |
OAuth 2.0 |
Content Type |
application/json |
Category |
Trips |
Name | Type | Description |
---|---|---|
rejectReasonCode | string |
Name | Type | Description |
---|
Working...