Generate E-waybill by IRN (SOAP)

NameDescription

Name URL

Method Type

Post

Post Parameters (JSON Format)

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:server"> soapenv:Header/ soapenv:Body urn:ewaybillGenerateByIrn <access_token>b29cee2156282be62f51b24fe8b3f07f01c9bff1</access_token> <user_gstin>09AAAPG7885R002</user_gstin> 1cb86948a74e0087b9820975d53ab06d356e5c0a85bc79b23bb33342eee84f15 <transporter_id>05AAABB0639G1Z8</transporter_id> <transportation_mode>1</transportation_mode> <transporter_document_number>12/22</transporter_document_number> <transporter_document_date>31/05/2021</transporter_document_date> <vehicle_number>KA01AB1234</vehicle_number> <vehicle_type>R</vehicle_type> <transporter_name>Jay Trans</transporter_name> <data_source>erp</data_source> </urn:ewaybillGenerateByIrn> </soapenv:Body> </soapenv:Envelope>

Success Response

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"> SOAP-ENV:Body <ns1:ewaybillGenerateByIrnResponse xmlns:ns1="urn:server"> 401008738214 2021-06-01 20:36:00 2021-06-03 23:59:00 0 [{"InfCd":"EWBPPD","Desc":"Pin-Pin calc distance: 296KM"}] Success 200 </ns1:ewaybillGenerateByIrnResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>

Error Response

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body> <ns1:ewaybillGenerateByIrnResponse xmlns:ns1="urn:server"> <result> <EwayBillNo/> <EwayBillDate/> <ValidUpto/> <error>1</error> <errorMessage>4002: EwayBill is already Generated For This IRN</errorMessage> <InfoDtls/> <status>Failed</status> <code>204</code> </result> </ns1:ewaybillGenerateByIrnResponse> </SOAP-ENV:Body></SOAP-ENV:Envelope>

Last updated