curl --request PUT \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/bill/{ewb_no}/transporter \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"ewbNo": 231010079649,
"transporterId": "29AAACW6874H1ZS"
}
'{
"code": 200,
"data": {
"alert": "",
"data": {
"ewayBillNo": "231010079649",
"transUpdateDate": "13/05/2024 01:10:00 PM",
"transporterId": "29AAACW6874H1ZS"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "120f5e86-0cb6-403d-8c5e-64526e51edc6"
}Update the transporter details by providing the E-Way Bill number and Transporter Id.
curl --request PUT \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/bill/{ewb_no}/transporter \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"ewbNo": 231010079649,
"transporterId": "29AAACW6874H1ZS"
}
'{
"code": 200,
"data": {
"alert": "",
"data": {
"ewayBillNo": "231010079649",
"transUpdateDate": "13/05/2024 01:10:00 PM",
"transporterId": "29AAACW6874H1ZS"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "120f5e86-0cb6-403d-8c5e-64526e51edc6"
}E-Way Bill access token
API version
API key for identification
"141011175250"
The body is of type object.
200 Transporter updated / 222 Invalid transporter id / 446 Transport details cannot be updated as EWB generated from NIC1
Was this page helpful?