v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

Modify the duration of a subscription

get/v1/freight_visibility/subscribe/{tracking_subscription_id}

Path parameters

tracking_subscription_idstring required

Specify the ID of the subscription for which you want to modify the duration.

Request body

start_timestring date

Mention the new start time for tracking the location of an asset or a vehicle.

end_timestring date

Specify the new end time for tracking the location of an asset or a vehicle.

Response

200

successboolean

Example response

{
  "success": true
}