Shipment Tracking Enable

Shipment IsActiveTracking

Receives the shipment id and the status (true, false), and returns an HTTP response code.

Example request:

GET /v1/shipment/{shipmentId}/status/enable
$ curl \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer <token>" \
    https://<env>.freightol.com/v1/shipment/{shipmentId}/status/enable

Name

Type

Description

ShipmentId

Guid

Shipment identifier

Status

bool

0-Disabled / 1-Enabled

Example response:

200 Success

400 Bad Request

401 Unauthorized

403 Forbidden No newline at end of file