post https://api.azuga.com/azuga-ws/v1/tags/TRIP.json
This API allows you to categorize trips taken by assigning tags to them. You can categorize trips as personal and business.
You can assign the tags to multiple trips in a single API call.
Sample Request
{
"entityTagResources":[
{
"tagIds":[
"a8494db1-0e23-11e7-a74a-22000aeaa6da",
"a8494d31-0e23-11e7-a74a-22000aeaa6da"
],
"tripId":"D47509F05A4612BFD53EF2F350FEA614"
}
]
}
API Response Explanation
Field | Description |
---|---|
code | API Status Code |
message | API Message (Success/Failure) |
reason | Reason for failure |
generatedAtInMillis | API generation timestamp in Milliseconds |
tagAssociate | Error message indicating that an invalid tag was assigned to the trip |
Disclaimer
This API provides information only for a driver and does not provide aggregated information for a group of vehicles. Admins should not use these APIs, but should look at other sections of the documentation.