POST v1_03/GetEWBByIRN
Request Information
URI Parameters
None.
Body Parameters
GetEWBByIRN_Req_v03Name | Description | Type | Additional information |
---|---|---|---|
Push_Data_List | Push_Data_List_v03 |
None. |
Request Formats
application/json, text/json
Sample:
{ "Push_Data_List": { "Data": [ { "GSTIN": "sample string 1", "EInvUserName": "sample string 2", "EInvPassword": "sample string 3", "EFUserName": "sample string 4", "EFPassword": "sample string 5", "CDKey": "sample string 6", "IRN": "sample string 7" }, { "GSTIN": "sample string 1", "EInvUserName": "sample string 2", "EInvPassword": "sample string 3", "EFUserName": "sample string 4", "EFPassword": "sample string 5", "CDKey": "sample string 6", "IRN": "sample string 7" } ] } }
application/xml, text/xml
Sample:
<GetEWBByIRN_Req_v03 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoicingEntityV1_03.RequestsEntity"> <Push_Data_List> <Data> <GetEWBByIRN_v03> <CDKey>sample string 6</CDKey> <EFPassword>sample string 5</EFPassword> <EFUserName>sample string 4</EFUserName> <EInvPassword>sample string 3</EInvPassword> <EInvUserName>sample string 2</EInvUserName> <GSTIN>sample string 1</GSTIN> <IRN>sample string 7</IRN> </GetEWBByIRN_v03> <GetEWBByIRN_v03> <CDKey>sample string 6</CDKey> <EFPassword>sample string 5</EFPassword> <EFUserName>sample string 4</EFUserName> <EInvPassword>sample string 3</EInvPassword> <EInvUserName>sample string 2</EInvUserName> <GSTIN>sample string 1</GSTIN> <IRN>sample string 7</IRN> </GetEWBByIRN_v03> </Data> </Push_Data_List> </GetEWBByIRN_Req_v03>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |