# Bulk Generate E-Waybill for Non-IRN documents

You can generate bulk EWB for the document types that are not eligible for IRN by sending a PUT request to the E-Invoicing API with the following request headers.

### Request Method

PUT

### Request URL

```
{{HOST}}/einv/bulk/v3/ewaybill/generate
```

### Request Headers

| Parameter             | Data Type | Field Validations | Description                                                             |
| --------------------- | --------- | ----------------- | ----------------------------------------------------------------------- |
| X-Cleartax-Auth-Token | String    | NA                | Mandatory. The auth token generated from ClearTax user id and password. |
| Gstin                 | String    | NA                | Mandatory. GSTIN number for the user.                                   |

### Request Path Params

There are no path parameters for this API.&#x20;

### Request Query Params

There are no query parameters for this API.&#x20;

### Request Body

| Parameter               | Data Type      | Field Validations                                                                                                                                                                                                                                                                            | Description                                                                                                                                                                                                 |
| ----------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DocumentNumber          | String         | Max Length 16                                                                                                                                                                                                                                                                                | Mandatory. Document number                                                                                                                                                                                  |
| DocumentType            | String         | <p>INV = Tax Invoice</p><p>BOS = Bill of supply</p><p>BOE = Bill of entry</p><p>CHL = Delivery challan</p><p>OTH = Other</p>                                                                                                                                                                 | Mandatory Document type                                                                                                                                                                                     |
| DocumentDate            | String         | Should in format dd/mm/yyyyy                                                                                                                                                                                                                                                                 | Mandatory. Document date                                                                                                                                                                                    |
| SupplyType              | String         | <p>Inward</p><p>Outward</p>                                                                                                                                                                                                                                                                  | Mandatory. Supply Type                                                                                                                                                                                      |
| SubSupplyTyp            | String         | <p>1 or Supply</p><p>2 or Import</p><p>3 or Export</p><p>4 or JOB\_WORK</p><p>5 or OWN\_USE</p><p>6 or JOB\_WORK\_RETURNS</p><p>7 or SALES\_RETURN</p><p>8 or OTH</p><p>9 or SKD\_CKD\_LOTS</p><p>10 or LINES\_SALES</p><p>11 or RECIPIENT\_NOT\_KNOWN</p><p>12 or EXHIBITION\_OR\_FAIRS</p> | Mandatory. Sub Supply Type                                                                                                                                                                                  |
| SubSupplyTypeDesc       | String         | NA                                                                                                                                                                                                                                                                                           | Other Sub Supply Description                                                                                                                                                                                |
| TransactionType         | String         | <p>1 or Regular</p><p>2 or Bill to-ship to</p><p>3 or Bill from-dispatch from</p><p>4 or Combination</p>                                                                                                                                                                                     | Mandatory. Transaction type\\                                                                                                                                                                               |
| BuyerDtls               | Object         | NA                                                                                                                                                                                                                                                                                           | <p>Buyer Details</p><p><br></p>                                                                                                                                                                             |
| SellerDtls              | Object         | NA                                                                                                                                                                                                                                                                                           | Seller Details                                                                                                                                                                                              |
| ExpShipDtls             | Object         | NA                                                                                                                                                                                                                                                                                           | Shipment Details                                                                                                                                                                                            |
| DispDtls                | Object         | NA                                                                                                                                                                                                                                                                                           | Dispatch Details                                                                                                                                                                                            |
| ItemList                | List           | NA                                                                                                                                                                                                                                                                                           | Line Item Details                                                                                                                                                                                           |
| TotalInvoiceAmount      | String         | <p>Total Invoice value = Taxable amount of the items +</p><p>TotalCgstValue + TotalSgstValue + TotalIgstValue</p><p>TotalCessAmount + TotalCessNonAdvolAMount +</p><p>Other charges at Doc level</p><p>(with a grace range of +/- 2)</p>                                                     | Mandatory. Total invoice value                                                                                                                                                                              |
| TotalCgstAmount         | Decimal (18,2) | NA                                                                                                                                                                                                                                                                                           | Conditional. Total CGST value                                                                                                                                                                               |
| TotalSgstAmoun          | Decimal (18,2) | NA                                                                                                                                                                                                                                                                                           | Conditional. Total SGST value                                                                                                                                                                               |
| TotalIgstAmount         | Decimal (18,2) | NA                                                                                                                                                                                                                                                                                           | Conditional. Total IGST value                                                                                                                                                                               |
| TotalCessAmount         | Decimal (18,2) | NA                                                                                                                                                                                                                                                                                           | Optional. Total cess value                                                                                                                                                                                  |
| TotalCessNonAdvolAmount | Decimal (18,2) | NA                                                                                                                                                                                                                                                                                           | Optional. Cess non Advol value                                                                                                                                                                              |
| TotalAssessableAmount   | Decimal (18,2) | NA                                                                                                                                                                                                                                                                                           | Optional. Total assessable value                                                                                                                                                                            |
| OtherAmount             | Decimal (18,2) | NA                                                                                                                                                                                                                                                                                           | Optional. Other values                                                                                                                                                                                      |
| OtherTcsAmount          | Decimal (18,2) | NA                                                                                                                                                                                                                                                                                           | Optional. TCS values                                                                                                                                                                                        |
| TransId                 | String         | Valid GSTIN                                                                                                                                                                                                                                                                                  | <p>Mandatory for PART-A</p><p>Transporter GSTIN or CEN (Common Enrollment Number)</p>                                                                                                                       |
| TransName               | String         | Max Length 100                                                                                                                                                                                                                                                                               | Mandatory. Transporter name                                                                                                                                                                                 |
| TransMode               | String         | <p>Road-1</p><p>Rail-2</p><p>Air-3</p><p>Ship-4</p>                                                                                                                                                                                                                                          | Optional for PART-A otherwise Mandatory                                                                                                                                                                     |
| Distance                | Number         | <p>minimum: 0</p><p>maximum: 4000</p>                                                                                                                                                                                                                                                        | <p>Mandatory.</p><p>Distance between source and destination PIN codes.</p><p>If the value is "0" then the distance will be auto-computed by NIC based on the availability of pin-codes in NIC database.</p> |
| TransDocNo              | String         | Max Length: 15                                                                                                                                                                                                                                                                               | Optional when transport mode is ROAD. Transporter document number                                                                                                                                           |
| TransDocDt              | String         | Should in format dd/mm/yyyyy                                                                                                                                                                                                                                                                 | Optional when transport mode is ROAD. Transporter document date                                                                                                                                             |
| VehNo                   | String         | Valid vehicle number                                                                                                                                                                                                                                                                         | Mandatory for transport mode ROAD.                                                                                                                                                                          |
| VehType                 | String         | <p>REGULAR</p><p>ODC</p>                                                                                                                                                                                                                                                                     | Optional. Vehicle type                                                                                                                                                                                      |

#### Seller, Buyer, Shipping and Dispatch Objects

**Use the below keys in the above four objects:**

| Parameter | Data Type | Field Validations                    | Description                                                           |
| --------- | --------- | ------------------------------------ | --------------------------------------------------------------------- |
| Gstin     | String    | Valid gstin Value/URP                | Mandatory. GSTIN number                                               |
| LglNm     | String    | Max length of 100                    | Mandatory. Legal name                                                 |
| TrdNm     | String    | Max length of 100                    | Optional. Trade Name                                                  |
| Addr1     | String    | Max Length 120                       | Mandatory. Address one                                                |
| Addr2     | String    | Max Length 120                       | Optional. Address two                                                 |
| Loc       | String    | Max length 50                        | Mandatory. location                                                   |
| Pin       | Integer   | valid Pincode                        | Optional if dispatch details are present otherwise mandatory. Pincode |
| Stcd      | String    | valid State code with max value of 2 | Mandatory. State code.                                                |

#### Line Item Objects

| Parameter    | Data Type      | Field Validations | Description                     |
| ------------ | -------------- | ----------------- | ------------------------------- |
| ProdName     | string         | NA                | Optional. Product Name          |
| ProdDesc     | string         | NA                | Optional. Product description   |
| HsnCd        | Number         | NA                | Mandatory. Hsn code             |
| Qty          | Decimal (8,2)  | NA                | Mandatory. Quantity             |
| Unit         | Text (3)       | NA                | Mandatory. Unit of measurement  |
| AssAmt       | Decimal (18,2) | NA                | Mandatory. Assessable amount    |
| CgstRt       | Decimal (6,3)  | NA                | Conditional. CGST rate          |
| CgstAmt      | Decimal (18,2) | NA                | Optional. CGST Amount           |
| SgstRt       | Decimal (6,3)  | NA                | Conditional. SGST Rate          |
| SgstAmt      | Decimal (18,2) | NA                | Optional. SGST Amount           |
| IgstRt       | Decimal (6,3)  | NA                | Conditional. IGST Rate          |
| IgstAmt      | Decimal (18,2) | NA                | Optional. Igst Amount           |
| CesRt        | Decimal (6,3)  | NA                | Optional. Cess Rate             |
| CesAmt       | Decimal (18,2) | NA                | Optional. Cess amount           |
| OthChrg      | Decimal (18,2) | NA                | Optional. Other charges         |
| CesNonAdvAmt | Decimal (18,2) | NA                | Optional. cess non advol amount |

**Refer to the below link for Supply Type - Document Type mapping:**&#x20;

{% content-ref url="../../../learn-e-waybill-api-basics" %}
[learn-e-waybill-api-basics](https://docs.cleartax.in/cleartax-docs/e-invoicing-api/learn-e-waybill-api-basics)
{% endcontent-ref %}

### Response Status Codes

| HTTP Status Code | Description                                                                  |
| ---------------- | ---------------------------------------------------------------------------- |
| 200              | For a successfully processed request (may be a success or validation error). |
| 400              | Bad Request. Invalid JSON Payload                                            |
| 401              | If the user is not authenticated for the operation.                          |
| 403              | If the user is not authorized for the operation.                             |
| 500              | If there are any unhandled exceptions on the Clear side.                     |

### Response Schema

| Parameter       | Data Type | Field Validations     | Description                                                 |
| --------------- | --------- | --------------------- | ----------------------------------------------------------- |
| owner\_id       | String    | NA                    | Its value will be null.                                     |
| ewb\_status     | String    | Enum: GENERATED, null | Status of generation of EWB                                 |
| ewb\_request    | Object    | NA                    | EWB requests details provided in input.                     |
| govt\_response  | Object    | NA                    | Govt response containing EWB generation details.            |
| transaction\_id | String    | NA                    | Unique ID created by ClearTax for troubleshooting purposes. |

#### Govt response object

| Parameter    | Data Type | Field Validations | Description                          |
| ------------ | --------- | ----------------- | ------------------------------------ |
| Success      | Boolean   | ‘Y’, ‘N’          | If Success or Failure.               |
| Status       | String    | Enum: Generated   | Generation Status of EWB             |
| EwbNo        | Number    | NA                | E-Way bill Number.                   |
| EwbDt        | String    | NA                | E-Way bill generation date and time. |
| EwbValidTill | String    | NA                | E-Way bill expiry date and time.     |

### Sample Request & Response

#### Request

PART A & B

```json
[
   {
       "DocumentNumber": "TestBulkEwb1",
       "DocumentType": "BOS",
       "DocumentDate": "21/11/2024",
       "SupplyType": "Outward",
       "SubSupplyType": "Supply",
       "SubSupplyTypeDesc": "Other",
       "TransactionType": "Bill To-Ship To",
       "BuyerDtls": {
           "Gstin": "24AAFCD5862R005",
           "LglNm": "Connaught Plaza Restaurants Pvt. Ltd. - R : 0005",
           "Pos": "24",
           "Addr1": "005 23, Central Market,Punjabi",
           "Addr2": "Bagh. Delhi India",
           "Loc": "Delhi",
           "Pin": "380001",
           "Stcd": "24"
       },
       "SellerDtls": {
           "Gstin": "06AAFCD5862R017",
           "LglNm": "RKFL",
           "Addr1": "Killa No. 80//1/1(7-3), 80//10/1/2/1(1-4) situated at revenue estate of village",
           "Addr2": "Akbarpur Barota, Hadbast no.62, Sub Tehsil Rai, Tehsil and District - Sonipat",
           "Loc": "KUNDC-MCD-CPRL-NEW",
           "Pin": "131001",
           "Stcd": "06"
       },
       "ExpShipDtls": {
           "Gstin": "07AAACC1201E1ZL",
           "LglNm": "Connaught Plaza Restaurants Pvt. Ltd. - R : 0005",
           "Addr1": "005 23, Central Market,Punjabi",
           "Addr2": "Bagh. Delhi India",
           "Loc": "Delhi",
           "Pin": "110026",
           "Stcd": "07"
       },
       "DispDtls": {
           "Nm": "Connaught Plaza Restaurants Pvt. Ltd.",
           "Addr1": "Killa No. 80//1/1(7-3), 80//10/1/2/1(1-4) situated at revenue estate of village",
           "Addr2": "Akbarpur Barota, Hadbast no.62, Sub Tehsil Rai, Tehsil and District - Sonipat",
           "Loc": "SONIPAT",
           "Pin": "131001",
           "Stcd": "06"
       },
       "ItemList": [
           {
               "SlNo": 1,
               "IsServc": "N",
               "ProdName": "C0358",
               "PrdDesc": "Shredded Lettuce - ( 10 X 1 KG) 10 KG",
               "HsnCd": "42021110",
               "Qty": 10,
               "Unit": "OTH",
               "UnitPrice": 1283.28,
               "TotAmt": 12832.8,
               "Discount": 0,
               "PreTaxVal": 1,
               "AssAmt": 12832.8,
               "IgstRt": 0,
               "CgstRt": 0,
               "SgstRt": 0,
               "GstRt": 0,
               "IgstAmt": 0,
               "CgstAmt": 0,
               "SgstAmt": 0,
               "TotItemVal": 12832.8,
               "OrdLineRef": "118579735"
           }
       ],
       "TotalInvoiceAmount": 12832.8,
       "TotalCgstAmount": 0,
       "TotalSgstAmount": 0,
       "TotalIgstAmount": "0.00",
       "TotalCessNonAdvolAmount": 0,
       "TotalAssessableAmount": 12832.8,
       "TransId": "12AWGPV7107B1Z1",
       "TransName": "Radhakrishna Foodland Pvt Ltd",
       "TransMode": "Road",
       "Distance": "",
       "TransDocNo": "TXCKUWH23241",
       "TransDocDt": "21/11/2024",
       "VehNo": "MH46F1036",
       "VehType": "Regular"
   },
   {
       "DocumentNumber": "TestBulkEwb2",
       "DocumentType": "BOS",
       "DocumentDate": "21/11/2024",
       "SupplyType": "Outward",
       "SubSupplyType": "Supply",
       "SubSupplyTypeDesc": "Other",
       "TransactionType": "Bill To-Ship To",
       "BuyerDtls": {
           "Gstin": "24AAFCD5862R005",
           "LglNm": "Connaught Plaza Restaurants Pvt. Ltd. - R : 0005",
           "Pos": "24",
           "Addr1": "005 23, Central Market,Punjabi",
           "Addr2": "Bagh. Delhi India",
           "Loc": "Delhi",
           "Pin": "380001",
           "Stcd": "24"
       },
       "SellerDtls": {
           "Gstin": "06AAFCD5862R017",
           "LglNm": "RKFL",
           "Addr1": "Killa No. 80//1/1(7-3), 80//10/1/2/1(1-4) situated at revenue estate of village",
           "Addr2": "Akbarpur Barota, Hadbast no.62, Sub Tehsil Rai, Tehsil and District - Sonipat",
           "Loc": "KUNDC-MCD-CPRL-NEW",
           "Pin": "131001",
           "Stcd": "06"
       },
       "ExpShipDtls": {
           "Gstin": "07AAACC1201E1ZL",
           "LglNm": "Connaught Plaza Restaurants Pvt. Ltd. - R : 0005",
           "Addr1": "005 23, Central Market,Punjabi",
           "Addr2": "Bagh. Delhi India",
           "Loc": "Delhi",
           "Pin": "110026",
           "Stcd": "07"
       },
       "DispDtls": {
           "Nm": "Connaught Plaza Restaurants Pvt. Ltd.",
           "Addr1": "Killa No. 80//1/1(7-3), 80//10/1/2/1(1-4) situated at revenue estate of village",
           "Addr2": "Akbarpur Barota, Hadbast no.62, Sub Tehsil Rai, Tehsil and District - Sonipat",
           "Loc": "SONIPAT",
           "Pin": "131001",
           "Stcd": "06"
       },
       "ItemList": [
           {
               "SlNo": 1,
               "IsServc": "N",
               "ProdName": "C0358",
               "PrdDesc": "Shredded Lettuce - ( 10 X 1 KG) 10 KG",
               "HsnCd": "42021110",
               "Qty": 10,
               "Unit": "OTH",
               "UnitPrice": 1283.28,
               "TotAmt": 12832.8,
               "Discount": 0,
               "PreTaxVal": 1,
               "AssAmt": 12832.8,
               "IgstRt": 0,
               "CgstRt": 0,
               "SgstRt": 0,
               "GstRt": 0,
               "IgstAmt": 0,
               "CgstAmt": 0,
               "SgstAmt": 0,
               "TotItemVal": 12832.8,
               "OrdLineRef": "118579735"
           }
       ],
       "TotalInvoiceAmount": 12832.8,
       "TotalCgstAmount": 0,
       "TotalSgstAmount": 0,
       "TotalIgstAmount": "0.00",
       "TotalCessNonAdvolAmount": 0,
       "TotalAssessableAmount": 12832.8,
       "TransId": "12AWGPV7107B1Z1",
       "TransName": "Radhakrishna Foodland Pvt Ltd",
       "TransMode": "Road",
       "Distance": "",
       "TransDocNo": "TXCKUWH23241",
       "TransDocDt": "21/11/2024",
       "VehNo": "MH46F1036",
       "VehType": "Regular"
   }
]
```

#### Response - **Success:**

**HTTP Status Code - 200 OK**

```json
[
   {
       "owner_id": null,
       "ewb_status": "GENERATED",
       "ewb_request": {
           "TransId": "12AWGPV7107B1Z1",
           "TransName": "Radhakrishna Foodland Pvt Ltd",
           "TransMode": "Road",
           "Distance": null,
           "TransDocNo": "TXCKUWH23241",
           "TransDocDt": "21/11/2024",
           "VehNo": "MH46F1036",
           "VehType": "Regular",
           "DispDtls": {
               "Nm": "Connaught Plaza Restaurants Pvt. Ltd.",
               "Addr1": "Killa No. 80//1/1(7-3), 80//10/1/2/1(1-4) situated at revenue estate of village",
               "Addr2": "Akbarpur Barota, Hadbast no.62, Sub Tehsil Rai, Tehsil and District - Sonipat",
               "Loc": "SONIPAT",
               "Pin": 131001,
               "Stcd": "06"
           },
           "ExpShipDtls": {
               "LglNm": "Connaught Plaza Restaurants Pvt. Ltd. - R : 0005",
               "Addr1": "005 23, Central Market,Punjabi",
               "Addr2": "Bagh. Delhi India",
               "Loc": "Delhi",
               "Pin": 110026,
               "Stcd": "07"
           },
           "BuyerDtls": {
               "Gstin": "24AAFCD5862R005",
               "TrdNm": null,
               "Addr1": "005 23, Central Market,Punjabi",
               "Addr2": "Bagh. Delhi India",
               "Loc": "Delhi",
               "Pin": 380001,
               "Stcd": "24"
           },
           "SellerDtls": {
               "Gstin": "06AAFCD5862R017",
               "TrdNm": null,
               "Addr1": "Killa No. 80//1/1(7-3), 80//10/1/2/1(1-4) situated at revenue estate of village",
               "Addr2": "Akbarpur Barota, Hadbast no.62, Sub Tehsil Rai, Tehsil and District - Sonipat",
               "Loc": "KUNDC-MCD-CPRL-NEW",
               "Pin": 131001,
               "Stcd": "06"
           },
           "DocumentNumber": "TestBulkEwb1",
           "DocumentType": "BOS",
           "DocumentDate": "21/11/2024",
           "SupplyType": "Outward",
           "SubSupplyType": "Supply",
           "SubSupplyTypeDesc": "Other",
           "TransactionType": "Bill To-Ship To",
           "ItemList": [
               {
                   "ProdName": "C0358",
                   "ProdDesc": null,
                   "HsnCd": "42021110",
                   "Qty": 10.000,
                   "Unit": "OTH",
                   "AssAmt": 12832.80,
                   "CgstRt": 0.00,
                   "CgstAmt": 0.00,
                   "SgstRt": 0.00,
                   "SgstAmt": 0.00,
                   "IgstRt": 0.00,
                   "IgstAmt": 0.00,
                   "CesRt": null,
                   "CesAmt": null,
                   "CesNonAdvAmt": null,
                   "OthChrg": null,
                   "OthChrgTcs": null,
                   "LineItemCustomFields": null
               }
           ],
           "TotalInvoiceAmount": 12832.80,
           "IsSupplyToOrSezUnit": null,
           "TotalCgstAmount": 0.00,
           "TotalSgstAmount": 0.00,
           "TotalIgstAmount": 0.00,
           "TotalCessAmount": null,
           "TotalCessNonAdvolAmount": null,
           "TotalAssessableAmount": null,
           "OtherAmount": null,
           "OtherTcsAmount": null,
           "CustomFields": null
       },
       "govt_response": {
           "Success": "Y",
           "Status": "GENERATED",
           "EwbNo": 371009795603,
           "EwbDt": "2024-11-21 16:52:00",
           "EwbValidTill": "2024-11-22 23:59:00",
           "Alert": ", Distance between these two pincodes is 45, "
       },
       "transaction_id": "06AAFCD5862R017_TestBulkEwb1_BIL_2024"
   },
   {
       "owner_id": null,
       "ewb_status": "GENERATED",
       "ewb_request": {
           "TransId": "12AWGPV7107B1Z1",
           "TransName": "Radhakrishna Foodland Pvt Ltd",
           "TransMode": "Road",
           "Distance": null,
           "TransDocNo": "TXCKUWH23241",
           "TransDocDt": "21/11/2024",
           "VehNo": "MH46F1036",
           "VehType": "Regular",
           "DispDtls": {
               "Nm": "Connaught Plaza Restaurants Pvt. Ltd.",
               "Addr1": "Killa No. 80//1/1(7-3), 80//10/1/2/1(1-4) situated at revenue estate of village",
               "Addr2": "Akbarpur Barota, Hadbast no.62, Sub Tehsil Rai, Tehsil and District - Sonipat",
               "Loc": "SONIPAT",
               "Pin": 131001,
               "Stcd": "06"
           },
           "ExpShipDtls": {
               "LglNm": "Connaught Plaza Restaurants Pvt. Ltd. - R : 0005",
               "Addr1": "005 23, Central Market,Punjabi",
               "Addr2": "Bagh. Delhi India",
               "Loc": "Delhi",
               "Pin": 110026,
               "Stcd": "07"
           },
           "BuyerDtls": {
               "Gstin": "24AAFCD5862R005",
               "TrdNm": null,
               "Addr1": "005 23, Central Market,Punjabi",
               "Addr2": "Bagh. Delhi India",
               "Loc": "Delhi",
               "Pin": 380001,
               "Stcd": "24"
           },
           "SellerDtls": {
               "Gstin": "06AAFCD5862R017",
               "TrdNm": null,
               "Addr1": "Killa No. 80//1/1(7-3), 80//10/1/2/1(1-4) situated at revenue estate of village",
               "Addr2": "Akbarpur Barota, Hadbast no.62, Sub Tehsil Rai, Tehsil and District - Sonipat",
               "Loc": "KUNDC-MCD-CPRL-NEW",
               "Pin": 131001,
               "Stcd": "06"
           },
           "DocumentNumber": "TestBulkEwb2",
           "DocumentType": "BOS",
           "DocumentDate": "21/11/2024",
           "SupplyType": "Outward",
           "SubSupplyType": "Supply",
           "SubSupplyTypeDesc": "Other",
           "TransactionType": "Bill To-Ship To",
           "ItemList": [
               {
                   "ProdName": "C0358",
                   "ProdDesc": null,
                   "HsnCd": "42021110",
                   "Qty": 10.000,
                   "Unit": "OTH",
                   "AssAmt": 12832.80,
                   "CgstRt": 0.00,
                   "CgstAmt": 0.00,
                   "SgstRt": 0.00,
                   "SgstAmt": 0.00,
                   "IgstRt": 0.00,
                   "IgstAmt": 0.00,
                   "CesRt": null,
                   "CesAmt": null,
                   "CesNonAdvAmt": null,
                   "OthChrg": null,
                   "OthChrgTcs": null,
                   "LineItemCustomFields": null
               }
           ],
           "TotalInvoiceAmount": 12832.80,
           "IsSupplyToOrSezUnit": null,
           "TotalCgstAmount": 0.00,
           "TotalSgstAmount": 0.00,
           "TotalIgstAmount": 0.00,
           "TotalCessAmount": null,
           "TotalCessNonAdvolAmount": null,
           "TotalAssessableAmount": null,
           "OtherAmount": null,
           "OtherTcsAmount": null,
           "CustomFields": null
       },
       "govt_response": {
           "Success": "Y",
           "Status": "GENERATED",
           "EwbNo": 301009795602,
           "EwbDt": "2024-11-21 16:52:00",
           "EwbValidTill": "2024-11-22 23:59:00",
           "Alert": ", Distance between these two pincodes is 45, "
       },
       "transaction_id": "06AAFCD5862R017_TestBulkEwb2_BIL_2024"
   }
]
```

#### Response - Failure:

**HTTP Status Code - 200 OK**

```json
[
   {
       "owner_id": null,
       "ewb_status": null,
       "ewb_request": {
           "TransId": "12AWGPV7107B1Z1",
           "TransName": "Radhakrishna Foodland Pvt Ltd",
           "TransMode": "Road",
           "Distance": null,
           "TransDocNo": "TXCKUWH23241",
           "TransDocDt": "20/11/2024",
           "VehNo": "MH46F1036",
           "VehType": "Regular",
           "DispDtls": {
               "Nm": "Connaught Plaza Restaurants Pvt. Ltd.",
               "Addr1": "Killa No. 80//1/1(7-3), 80//10/1/2/1(1-4) situated at revenue estate of village",
               "Addr2": "Akbarpur Barota, Hadbast no.62, Sub Tehsil Rai, Tehsil and District - Sonipat",
               "Loc": "SONIPAT",
               "Pin": 131001,
               "Stcd": "06"
           },
           "ExpShipDtls": {
               "LglNm": "Connaught Plaza Restaurants Pvt. Ltd. - R : 0005",
               "Addr1": "005 23, Central Market,Punjabi",
               "Addr2": "Bagh. Delhi India",
               "Loc": "Delhi",
               "Pin": 110026,
               "Stcd": "07"
           },
           "BuyerDtls": {
               "Gstin": "24AAFCD5862R005",
               "TrdNm": null,
               "Addr1": "005 23, Central Market,Punjabi",
               "Addr2": "Bagh. Delhi India",
               "Loc": "Delhi",
               "Pin": 380001,
               "Stcd": "24"
           },
           "SellerDtls": {
               "Gstin": "06AAFCD5862R017",
               "TrdNm": null,
               "Addr1": "Killa No. 80//1/1(7-3), 80//10/1/2/1(1-4) situated at revenue estate of village",
               "Addr2": "Akbarpur Barota, Hadbast no.62, Sub Tehsil Rai, Tehsil and District - Sonipat",
               "Loc": "KUNDC-MCD-CPRL-NEW",
               "Pin": 131001,
               "Stcd": "06"
           },
           "DocumentNumber": "TestBulkEwb4",
           "DocumentType": "BOS",
           "DocumentDate": "21/11/2024",
           "SupplyType": "Outward",
           "SubSupplyType": "Supply",
           "SubSupplyTypeDesc": "Other",
           "TransactionType": "Bill To-Ship To",
           "ItemList": [
               {
                   "ProdName": "C0358",
                   "ProdDesc": null,
                   "HsnCd": "42021110",
                   "Qty": 10.000,
                   "Unit": "OTH",
                   "AssAmt": 12832.80,
                   "CgstRt": 0.00,
                   "CgstAmt": 0.00,
                   "SgstRt": 0.00,
                   "SgstAmt": 0.00,
                   "IgstRt": 0.00,
                   "IgstAmt": 0.00,
                   "CesRt": null,
                   "CesAmt": null,
                   "CesNonAdvAmt": null,
                   "OthChrg": null,
                   "OthChrgTcs": null,
                   "LineItemCustomFields": null
               }
           ],
           "TotalInvoiceAmount": 12832.80,
           "IsSupplyToOrSezUnit": null,
           "TotalCgstAmount": 0.00,
           "TotalSgstAmount": 0.00,
           "TotalIgstAmount": 0.00,
           "TotalCessAmount": null,
           "TotalCessNonAdvolAmount": null,
           "TotalAssessableAmount": null,
           "OtherAmount": null,
           "OtherTcsAmount": null,
           "CustomFields": null
       },
       "govt_response": {
           "Success": "N",
           "ErrorDetails": [
               {
                   "error_code": "107",
                   "error_message": "transportDocumentDate : The Transport Document Date should be greater than equal to document date",
                   "error_source": "CLEARTAX"
               }
           ]
       },
       "transaction_id": null
   },
   {
       "owner_id": null,
       "ewb_status": null,
       "ewb_request": {
           "TransId": "12AWGPV7107B1Z1",
           "TransName": "Radhakrishna Foodland Pvt Ltd",
           "TransMode": "Road",
           "Distance": null,
           "TransDocNo": "TXCKUWH23241",
           "TransDocDt": "20/11/2024",
           "VehNo": "MH46F1036",
           "VehType": "Regular",
           "DispDtls": {
               "Nm": "Connaught Plaza Restaurants Pvt. Ltd.",
               "Addr1": "Killa No. 80//1/1(7-3), 80//10/1/2/1(1-4) situated at revenue estate of village",
               "Addr2": "Akbarpur Barota, Hadbast no.62, Sub Tehsil Rai, Tehsil and District - Sonipat",
               "Loc": "SONIPAT",
               "Pin": 131001,
               "Stcd": "06"
           },
           "ExpShipDtls": {
               "LglNm": "Connaught Plaza Restaurants Pvt. Ltd. - R : 0005",
               "Addr1": "005 23, Central Market,Punjabi",
               "Addr2": "Bagh. Delhi India",
               "Loc": "Delhi",
               "Pin": 110026,
               "Stcd": "07"
           },
           "BuyerDtls": {
               "Gstin": "24AAFCD5862R005",
               "TrdNm": null,
               "Addr1": "005 23, Central Market,Punjabi",
               "Addr2": "Bagh. Delhi India",
               "Loc": "Delhi",
               "Pin": 380001,
               "Stcd": "24"
           },
           "SellerDtls": {
               "Gstin": "06AAFCD5862R017",
               "TrdNm": null,
               "Addr1": "Killa No. 80//1/1(7-3), 80//10/1/2/1(1-4) situated at revenue estate of village",
               "Addr2": "Akbarpur Barota, Hadbast no.62, Sub Tehsil Rai, Tehsil and District - Sonipat",
               "Loc": "KUNDC-MCD-CPRL-NEW",
               "Pin": 131001,
               "Stcd": "06"
           },
           "DocumentNumber": "TestBulkEwb3",
           "DocumentType": "BOS",
           "DocumentDate": "21/11/2024",
           "SupplyType": "Outward",
           "SubSupplyType": "Supply",
           "SubSupplyTypeDesc": "Other",
           "TransactionType": "Bill To-Ship To",
           "ItemList": [
               {
                   "ProdName": "C0358",
                   "ProdDesc": null,
                   "HsnCd": "42021110",
                   "Qty": 10.000,
                   "Unit": "OTH",
                   "AssAmt": 12832.80,
                   "CgstRt": 0.00,
                   "CgstAmt": 0.00,
                   "SgstRt": 0.00,
                   "SgstAmt": 0.00,
                   "IgstRt": 0.00,
                   "IgstAmt": 0.00,
                   "CesRt": null,
                   "CesAmt": null,
                   "CesNonAdvAmt": null,
                   "OthChrg": null,
                   "OthChrgTcs": null,
                   "LineItemCustomFields": null
               }
           ],
           "TotalInvoiceAmount": 12832.80,
           "IsSupplyToOrSezUnit": null,
           "TotalCgstAmount": 0.00,
           "TotalSgstAmount": 0.00,
           "TotalIgstAmount": 0.00,
           "TotalCessAmount": null,
           "TotalCessNonAdvolAmount": null,
           "TotalAssessableAmount": null,
           "OtherAmount": null,
           "OtherTcsAmount": null,
           "CustomFields": null
       },
       "govt_response": {
           "Success": "N",
           "ErrorDetails": [
               {
                   "error_code": "107",
                   "error_message": "transportDocumentDate : The Transport Document Date should be greater than equal to document date",
                   "error_source": "CLEARTAX"
               }
           ]
       },
       "transaction_id": null
   }
]
```

### API Validations

Maximum of 5 E-Way Bills may be generated in a single API call.&#x20;

### API Constraints&#x20;

Currently there are no known constraints for this API.
