POST v1_03/CanEWay

Request Information

URI Parameters

None.

Body Parameters

CancelEWB_Req_v03
NameDescriptionTypeAdditional information
GSTIN

string

None.

CDKey

string

None.

EInvUserName

string

None.

EInvPassword

string

None.

EFUserName

string

None.

EFPassword

string

None.

EwbNo

integer

None.

CancelRsnCode

integer

None.

cancelRmrk

string

None.

Request Formats

application/json, text/json

Sample:
{
  "GSTIN": "sample string 1",
  "CDKey": "sample string 2",
  "EInvUserName": "sample string 3",
  "EInvPassword": "sample string 4",
  "EFUserName": "sample string 5",
  "EFPassword": "sample string 6",
  "EwbNo": 7,
  "CancelRsnCode": 8,
  "cancelRmrk": "sample string 9"
}

application/xml, text/xml

Sample:
<CancelEWB_Req_v03 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoicingEntityV1_03.RequestsEntity.CancelEwaybill">
  <CDKey>sample string 2</CDKey>
  <CancelRsnCode>8</CancelRsnCode>
  <EFPassword>sample string 6</EFPassword>
  <EFUserName>sample string 5</EFUserName>
  <EInvPassword>sample string 4</EInvPassword>
  <EInvUserName>sample string 3</EInvUserName>
  <EwbNo>7</EwbNo>
  <GSTIN>sample string 1</GSTIN>
  <cancelRmrk>sample string 9</cancelRmrk>
</CancelEWB_Req_v03>

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.