post https://api.sandbox.co.in/ewb/tax-payer/seller/bills//update/transporter
Update the transporter details by providing the E-Way bill number and transporter id.
NOTE: Use JWT Authorization token received using E-Way Bill Authentication API
Request Body Example
{
"ewbNo": "131002233704",
"transporterId": "29AAACW6874H1ZS"
}