POST Sandbox/EWayBill/v1.4/GetEWB

Request Information

URI Parameters

None.

Body Parameters

EwayBill_GetEWB_Wrap13
NameDescriptionTypeAdditional information
GSTIN

string

None.

ewbNo

integer

None.

Year

integer

None.

Month

integer

None.

EFUserName

string

None.

EFPassword

string

None.

CDKey

string

None.

EWBUserName

string

None.

EWBPassword

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.