cURL
curl --request PUT \ --url https://api.sandbox.co.in/gst/compliance/e-way-bill/transporter/bill/{ewb_no}/transporter \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "ewbNo": 231010079649, "transporterId": "29AAACW6874H1ZS" } '
200
200 Transporter updated
{ "code": 200, "data": { "alert": "", "data": { "ewayBillNo": "231010079649", "transUpdateDate": "13/05/2024 01:10:00 PM", "transporterId": "29AAACW6874H1ZS" }, "status": "1" }, "timestamp": 1763446641000, "transaction_id": "54e91ada-66f1-4e21-950f-80799a0a0895"}
Update the transporter details by providing the E-Way Bill number and Transporter Id.
E-Way Bill access token
API version
API key for identification
"101010501933"
The body is of type object.
object
200 Transporter updated / 222 Invalid transporter id
Show child attributes
1763446641000
"54e91ada-66f1-4e21-950f-80799a0a0895"
Was this page helpful?