Update transporter

Use this when the transporter responsible for the consignment changes — for example, an inter-state handover from a regional carrier to a long-haul operator. The supplier remains the same; only the transporter changes.

POST /v1/ewaybills/transporter HTTP/1.1
Host: api.in.onefinops.com
Authorization: Bearer eyJhbGciOi...
gstin: 29ABCDE1234F1Z5
Content-Type: application/json
X-Request-Id: 4f1d…
{
  "ewbNumber": 112345678901,
  "transporterId": "29ABCDE1234F1Z5"
}

transporterId is either:

  • the transporter's GSTIN (15 chars), or
  • their NIC TRANSIN (15 chars, issued for transporters who don't have a GSTIN).

The response is the EWB record with the new transporter linked. The vehicle from Part-B is unaffected.

Update transporter vs Update Part-B

  • Update transporter changes who is responsible for the consignment.
  • Update Part-B changes which vehicle is currently moving the goods.

A real transhipment usually requires both: reassign the transporter first, then the new transporter updates Part-B with their vehicle.

Where to next