POST Sandbox/EWayBill/v1.3/RejectEWB

Request Information

URI Parameters

None.

Body Parameters

GST_EWBRejectVehicle_Wrap13
NameDescriptionTypeAdditional information
Push_Data_List

Collection of EwayBill_RejectVehicle13

None.

Year

integer

Required

Month

integer

Required

EFUserName

string

Required

EFPassword

string

Required

CDKey

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Push_Data_List": [
    {
      "GSTIN": "sample string 1",
      "EWBNumber": 2,
      "EWBUserName": "sample string 3",
      "EWBPassword": "sample string 4",
      "CDKey": "sample string 5",
      "EFUserName": "sample string 6",
      "EFPassword": "sample string 7",
      "Year": 8,
      "Month": 9
    },
    {
      "GSTIN": "sample string 1",
      "EWBNumber": 2,
      "EWBUserName": "sample string 3",
      "EWBPassword": "sample string 4",
      "CDKey": "sample string 5",
      "EFUserName": "sample string 6",
      "EFPassword": "sample string 7",
      "Year": 8,
      "Month": 9
    }
  ],
  "Year": 1,
  "Month": 2,
  "EFUserName": "sample string 3",
  "EFPassword": "sample string 4",
  "CDKey": "sample string 5"
}

application/xml, text/xml

Sample:
<GST_EWBRejectVehicle_Wrap13 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EWAYBILLV1_3.Entity">
  <CDKey>sample string 5</CDKey>
  <EFPassword>sample string 4</EFPassword>
  <EFUserName>sample string 3</EFUserName>
  <Month>2</Month>
  <Push_Data_List>
    <EwayBill_RejectVehicle13>
      <CDKey>sample string 5</CDKey>
      <EFPassword>sample string 7</EFPassword>
      <EFUserName>sample string 6</EFUserName>
      <EWBNumber>2</EWBNumber>
      <EWBPassword>sample string 4</EWBPassword>
      <EWBUserName>sample string 3</EWBUserName>
      <GSTIN>sample string 1</GSTIN>
      <Month>9</Month>
      <Year>8</Year>
    </EwayBill_RejectVehicle13>
    <EwayBill_RejectVehicle13>
      <CDKey>sample string 5</CDKey>
      <EFPassword>sample string 7</EFPassword>
      <EFUserName>sample string 6</EFUserName>
      <EWBNumber>2</EWBNumber>
      <EWBPassword>sample string 4</EWBPassword>
      <EWBUserName>sample string 3</EWBUserName>
      <GSTIN>sample string 1</GSTIN>
      <Month>9</Month>
      <Year>8</Year>
    </EwayBill_RejectVehicle13>
  </Push_Data_List>
  <Year>1</Year>
</GST_EWBRejectVehicle_Wrap13>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>