POST Sandbox/EWayBill/v1.3/GetEwbByTransporterAssignedDate

Request Information

URI Parameters

None.

Body Parameters

Get_Ewb_forTransporterByAssignedDate_Wrap13
NameDescriptionTypeAdditional information
GSTIN

string

None.

Gen_State

string

None.

Assigned_Date

string

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",
  "Gen_State": "sample string 2",
  "Assigned_Date": "sample string 3",
  "Year": 4,
  "Month": 5,
  "EFUserName": "sample string 6",
  "EFPassword": "sample string 7",
  "CDKey": "sample string 8",
  "EWBUserName": "sample string 9",
  "EWBPassword": "sample string 10"
}

application/xml, text/xml

Sample:
<Get_Ewb_forTransporterByAssignedDate_Wrap13 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EWAYBILLV1_3.Entity">
  <Assigned_Date>sample string 3</Assigned_Date>
  <CDKey>sample string 8</CDKey>
  <EFPassword>sample string 7</EFPassword>
  <EFUserName>sample string 6</EFUserName>
  <EWBPassword>sample string 10</EWBPassword>
  <EWBUserName>sample string 9</EWBUserName>
  <GSTIN>sample string 1</GSTIN>
  <Gen_State>sample string 2</Gen_State>
  <Month>5</Month>
  <Year>4</Year>
</Get_Ewb_forTransporterByAssignedDate_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>