POST api/gst/download-full
Request Information
URI Parameters
None.
Body Parameters
GstFullRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| gstin | string |
None. |
|
| fp | string |
None. |
|
| b2b | Collection of B2BInput |
None. |
|
| b2cl | Collection of B2CLInput |
None. |
|
| b2cs | Collection of B2CSInput |
None. |
|
| cdnr | Collection of CdnrInput |
None. |
|
| hsn | Collection of HsnInput |
None. |
Request Formats
application/json, text/json
Sample:
{
"gstin": "sample string 1",
"fp": "sample string 2",
"b2b": [
{
"ctin": "sample string 1",
"inv": [
{
"inum": "sample string 1",
"idt": "sample string 2",
"pos": "sample string 3",
"txval": 4.0,
"rt": 5.0,
"rchrg": "sample string 6",
"inv_typ": "sample string 7"
},
{
"inum": "sample string 1",
"idt": "sample string 2",
"pos": "sample string 3",
"txval": 4.0,
"rt": 5.0,
"rchrg": "sample string 6",
"inv_typ": "sample string 7"
}
]
},
{
"ctin": "sample string 1",
"inv": [
{
"inum": "sample string 1",
"idt": "sample string 2",
"pos": "sample string 3",
"txval": 4.0,
"rt": 5.0,
"rchrg": "sample string 6",
"inv_typ": "sample string 7"
},
{
"inum": "sample string 1",
"idt": "sample string 2",
"pos": "sample string 3",
"txval": 4.0,
"rt": 5.0,
"rchrg": "sample string 6",
"inv_typ": "sample string 7"
}
]
}
],
"b2cl": [
{
"pos": "sample string 1",
"txval": 2.0,
"rt": 3.0
},
{
"pos": "sample string 1",
"txval": 2.0,
"rt": 3.0
}
],
"b2cs": [
{
"pos": "sample string 1",
"txval": 2.0,
"rt": 3.0
},
{
"pos": "sample string 1",
"txval": 2.0,
"rt": 3.0
}
],
"cdnr": [
{
"ctin": "sample string 1",
"txval": 2.0,
"rt": 3.0
},
{
"ctin": "sample string 1",
"txval": 2.0,
"rt": 3.0
}
],
"hsn": [
{
"hsn_sc": "sample string 1",
"qty": 2.0,
"txval": 3.0,
"rt": 4.0
},
{
"hsn_sc": "sample string 1",
"qty": 2.0,
"txval": 3.0,
"rt": 4.0
}
]
}
application/xml, text/xml
Sample:
<GstFullRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MnbebookApi.Models">
<b2b>
<B2BInput>
<ctin>sample string 1</ctin>
<inv>
<InvoiceInput>
<idt>sample string 2</idt>
<inum>sample string 1</inum>
<inv_typ>sample string 7</inv_typ>
<pos>sample string 3</pos>
<rchrg>sample string 6</rchrg>
<rt>5</rt>
<txval>4</txval>
</InvoiceInput>
<InvoiceInput>
<idt>sample string 2</idt>
<inum>sample string 1</inum>
<inv_typ>sample string 7</inv_typ>
<pos>sample string 3</pos>
<rchrg>sample string 6</rchrg>
<rt>5</rt>
<txval>4</txval>
</InvoiceInput>
</inv>
</B2BInput>
<B2BInput>
<ctin>sample string 1</ctin>
<inv>
<InvoiceInput>
<idt>sample string 2</idt>
<inum>sample string 1</inum>
<inv_typ>sample string 7</inv_typ>
<pos>sample string 3</pos>
<rchrg>sample string 6</rchrg>
<rt>5</rt>
<txval>4</txval>
</InvoiceInput>
<InvoiceInput>
<idt>sample string 2</idt>
<inum>sample string 1</inum>
<inv_typ>sample string 7</inv_typ>
<pos>sample string 3</pos>
<rchrg>sample string 6</rchrg>
<rt>5</rt>
<txval>4</txval>
</InvoiceInput>
</inv>
</B2BInput>
</b2b>
<b2cl>
<B2CLInput>
<pos>sample string 1</pos>
<rt>3</rt>
<txval>2</txval>
</B2CLInput>
<B2CLInput>
<pos>sample string 1</pos>
<rt>3</rt>
<txval>2</txval>
</B2CLInput>
</b2cl>
<b2cs>
<B2CSInput>
<pos>sample string 1</pos>
<rt>3</rt>
<txval>2</txval>
</B2CSInput>
<B2CSInput>
<pos>sample string 1</pos>
<rt>3</rt>
<txval>2</txval>
</B2CSInput>
</b2cs>
<cdnr>
<CdnrInput>
<ctin>sample string 1</ctin>
<rt>3</rt>
<txval>2</txval>
</CdnrInput>
<CdnrInput>
<ctin>sample string 1</ctin>
<rt>3</rt>
<txval>2</txval>
</CdnrInput>
</cdnr>
<fp>sample string 2</fp>
<gstin>sample string 1</gstin>
<hsn>
<HsnInput>
<hsn_sc>sample string 1</hsn_sc>
<qty>2</qty>
<rt>4</rt>
<txval>3</txval>
</HsnInput>
<HsnInput>
<hsn_sc>sample string 1</hsn_sc>
<qty>2</qty>
<rt>4</rt>
<txval>3</txval>
</HsnInput>
</hsn>
</GstFullRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |