Update Transporter

Overview

  • This API takes in gstin of Requester(Tax payer or Transporter) and update the details of transporter.

Problem

  • 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.

Solution

  • Use this API to update the details of transporter in E-Way bill

Endpoint

HTTP MethodResource
Post

API Endpoint Contact Us  Free Trial

Path Parameters

ParamTypeDescriptionExample
gstinstring15-character alpha-numeric unique identifier assigned to business entities registering under the GST regimeAAAAA0000A

Request Parameters

Body

ParamTypeDescriptionExamples
ewbNostringE-way bill Generated131000026768
transporterIdnumTransporter Id29BQSPA3829E1Z0

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"
}
'

Response

ParamTypeDescriptionExamples
ewbNostringE-way bill Generated131000026768
transporterIdnumTransporter Id29BQSPA3829E1Z0
transUpdateDatenumTransporter Updated Date26/04/2018 04:32:27 PM