POST Sandbox/EWayBill/v1.6/GenEWB
Request Information
URI Parameters
None.
Body Parameters
GenEWB_Gov| Name | Description | Type | Additional information |
|---|---|---|---|
| supplyType | string |
None. |
|
| subSupplyType | string |
None. |
|
| subSupplyDesc | string |
None. |
|
| docType | string |
None. |
|
| docNo | string |
None. |
|
| docDate | string |
None. |
|
| fromGstin | string |
None. |
|
| fromTrdName | string |
None. |
|
| fromAddr1 | string |
None. |
|
| fromAddr2 | string |
None. |
|
| fromPlace | string |
None. |
|
| fromPincode | integer |
None. |
|
| actFromStateCode | integer |
None. |
|
| fromStateCode | integer |
None. |
|
| toGstin | string |
None. |
|
| toTrdName | string |
None. |
|
| toAddr1 | string |
None. |
|
| toAddr2 | string |
None. |
|
| toPlace | string |
None. |
|
| toPincode | integer |
None. |
|
| actToStateCode | integer |
None. |
|
| toStateCode | integer |
None. |
|
| transactionType | integer |
None. |
|
| otherValue | decimal number |
None. |
|
| totalValue | decimal number |
None. |
|
| cgstValue | decimal number |
None. |
|
| sgstValue | decimal number |
None. |
|
| igstValue | decimal number |
None. |
|
| cessValue | decimal number |
None. |
|
| cessNonAdvolValue | decimal number |
None. |
|
| totInvValue | decimal number |
None. |
|
| transporterId | string |
None. |
|
| transporterName | string |
None. |
|
| transDocNo | string |
None. |
|
| transMode | string |
None. |
|
| transDistance | string |
None. |
|
| transDocDate | string |
None. |
|
| vehicleNo | string |
None. |
|
| vehicleType | string |
None. |
|
| itemList | Collection of GenEWB_Gov_ItemList |
None. |
Request Formats
application/json, text/json
Sample:
{
"supplyType": "sample string 1",
"subSupplyType": "sample string 2",
"subSupplyDesc": "sample string 3",
"docType": "sample string 4",
"docNo": "sample string 5",
"docDate": "sample string 6",
"fromGstin": "sample string 7",
"fromTrdName": "sample string 8",
"fromAddr1": "sample string 9",
"fromAddr2": "sample string 10",
"fromPlace": "sample string 11",
"fromPincode": 12,
"actFromStateCode": 13,
"fromStateCode": 14,
"toGstin": "sample string 15",
"toTrdName": "sample string 16",
"toAddr1": "sample string 17",
"toAddr2": "sample string 18",
"toPlace": "sample string 19",
"toPincode": 20,
"actToStateCode": 21,
"toStateCode": 22,
"transactionType": 23,
"otherValue": 24.1,
"totalValue": 25.1,
"cgstValue": 26.1,
"sgstValue": 27.1,
"igstValue": 28.1,
"cessValue": 29.1,
"cessNonAdvolValue": 30.1,
"totInvValue": 31.1,
"transporterId": "sample string 32",
"transporterName": "sample string 33",
"transDocNo": "sample string 34",
"transMode": "sample string 35",
"transDistance": "sample string 36",
"transDocDate": "sample string 37",
"vehicleNo": "sample string 38",
"vehicleType": "sample string 39",
"itemList": [
{
"productName": "sample string 1",
"productDesc": "sample string 2",
"hsnCode": "sample string 3",
"quantity": 4.1,
"qtyUnit": "sample string 5",
"cgstRate": 6.1,
"sgstRate": 7.1,
"igstRate": 8.1,
"cessRate": 9.1,
"cessNonadvol": 10.1,
"taxableAmount": 11.1
},
{
"productName": "sample string 1",
"productDesc": "sample string 2",
"hsnCode": "sample string 3",
"quantity": 4.1,
"qtyUnit": "sample string 5",
"cgstRate": 6.1,
"sgstRate": 7.1,
"igstRate": 8.1,
"cessRate": 9.1,
"cessNonadvol": 10.1,
"taxableAmount": 11.1
}
]
}
application/xml, text/xml
Sample:
<GenEWB_Gov xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EWAYBILLV1_4.ENTITY">
<actFromStateCode>13</actFromStateCode>
<actToStateCode>21</actToStateCode>
<cessNonAdvolValue>30.1</cessNonAdvolValue>
<cessValue>29.1</cessValue>
<cgstValue>26.1</cgstValue>
<docDate>sample string 6</docDate>
<docNo>sample string 5</docNo>
<docType>sample string 4</docType>
<fromAddr1>sample string 9</fromAddr1>
<fromAddr2>sample string 10</fromAddr2>
<fromGstin>sample string 7</fromGstin>
<fromPincode>12</fromPincode>
<fromPlace>sample string 11</fromPlace>
<fromStateCode>14</fromStateCode>
<fromTrdName>sample string 8</fromTrdName>
<igstValue>28.1</igstValue>
<itemList>
<GenEWB_Gov_ItemList>
<cessNonadvol>10.1</cessNonadvol>
<cessRate>9.1</cessRate>
<cgstRate>6.1</cgstRate>
<hsnCode>sample string 3</hsnCode>
<igstRate>8.1</igstRate>
<productDesc>sample string 2</productDesc>
<productName>sample string 1</productName>
<qtyUnit>sample string 5</qtyUnit>
<quantity>4.1</quantity>
<sgstRate>7.1</sgstRate>
<taxableAmount>11.1</taxableAmount>
</GenEWB_Gov_ItemList>
<GenEWB_Gov_ItemList>
<cessNonadvol>10.1</cessNonadvol>
<cessRate>9.1</cessRate>
<cgstRate>6.1</cgstRate>
<hsnCode>sample string 3</hsnCode>
<igstRate>8.1</igstRate>
<productDesc>sample string 2</productDesc>
<productName>sample string 1</productName>
<qtyUnit>sample string 5</qtyUnit>
<quantity>4.1</quantity>
<sgstRate>7.1</sgstRate>
<taxableAmount>11.1</taxableAmount>
</GenEWB_Gov_ItemList>
</itemList>
<otherValue>24.1</otherValue>
<sgstValue>27.1</sgstValue>
<subSupplyDesc>sample string 3</subSupplyDesc>
<subSupplyType>sample string 2</subSupplyType>
<supplyType>sample string 1</supplyType>
<toAddr1>sample string 17</toAddr1>
<toAddr2>sample string 18</toAddr2>
<toGstin>sample string 15</toGstin>
<toPincode>20</toPincode>
<toPlace>sample string 19</toPlace>
<toStateCode>22</toStateCode>
<toTrdName>sample string 16</toTrdName>
<totInvValue>31.1</totInvValue>
<totalValue>25.1</totalValue>
<transDistance>sample string 36</transDistance>
<transDocDate>sample string 37</transDocDate>
<transDocNo>sample string 34</transDocNo>
<transMode>sample string 35</transMode>
<transactionType>23</transactionType>
<transporterId>sample string 32</transporterId>
<transporterName>sample string 33</transporterName>
<vehicleNo>sample string 38</vehicleNo>
<vehicleType>sample string 39</vehicleType>
</GenEWB_Gov>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |