Skip to main content
PUT
/
gst
/
compliance
/
e-way-bill
/
transporter
/
bill
/
{ewb_no}
/
transporter
Update Transporter
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 '
{
  "RAW_BODY": "{ \"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": "54e91ada-66f1-4e21-950f-80799a0a0895"
}

Headers

Authorization
string
required

E-Way Bill access token

x-api-version
string
default:1.0.0

API version

x-api-key
string
required

API key for identification

Path Parameters

ewb_no
string
required

E-Way Bill number

Body

application/json
RAW_BODY
string<json>
default:{ "ewbNo": 231010079649, "transporterId": "29AAACW6874H1ZS" }

Response

200 - application/json

200 Transporter updated / 222 Invalid transporter id

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"54e91ada-66f1-4e21-950f-80799a0a0895"