
- This API takes in gstin of Requester(Tax payer or Transporter) and update the details of transporter.
- The transporter can be updated for the e-way bill only by the current transporter. If transporter is not assigned, then the generator can update
- Transporter ID should be valid GSTIN or TRANSIN
- Transporter can be updated only if the e-way bill is active, that is, not cancelled
- Transporter can be updated only if the e-way bill is within validity period, that is, validity is not expired.
- Use this API to update the details of transporter in E-Way bill
Param | Type | Description | Example |
---|
gstin | string | 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime | AAAAA0000A |
Param | Type | Description | Examples |
---|
ewbNo | string | E-way bill Generated | 131000026768 |
transporterId | num | Transporter Id | 29BQSPA3829E1Z0 |
Once the values are added, Your curl will look something like this
curl --request POST \
--url https://api.sandbox.co.in/18 \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'x-api-version: 1.0' \
--data '
{
"ewbNo": "161000843009",
"transporterId": "29AKLPM8755F1Z2"
}
'
Param | Type | Description | Examples |
---|
ewbNo | string | E-way bill Generated | 131000026768 |
transporterId | num | Transporter Id | 29BQSPA3829E1Z0 |
transUpdateDate | num | Transporter Updated Date | 26/04/2018 04:32:27 PM |