POST api/GSTFILE/DoGSTFile
Request Information
URI Parameters
None.
Body Parameters
GSTFileRequestViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionCode | string |
None. |
|
| companyId | integer |
None. |
|
| year | integer |
None. |
|
| month | integer |
None. |
|
| type | string |
None. |
|
| isNil | string |
None. |
|
| otp | string |
None. |
|
| LoginId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SectionCode": "sample string 1",
"companyId": 2,
"year": 3,
"month": 4,
"type": "sample string 5",
"isNil": "sample string 6",
"otp": "sample string 7",
"LoginId": 8
}
application/xml, text/xml
Sample:
<GSTFileRequestViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAL.ViewModel"> <LoginId>8</LoginId> <SectionCode>sample string 1</SectionCode> <companyId>2</companyId> <isNil>sample string 6</isNil> <month>4</month> <otp>sample string 7</otp> <type>sample string 5</type> <year>3</year> </GSTFileRequestViewModel>
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. |