POST api/GSTFinance/InsertTallyProcess
Request Information
URI Parameters
None.
Body Parameters
TallyProcess| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchID | string |
None. |
|
| TransactionType | string |
None. |
|
| GSTMonth | string |
None. |
|
| FromDate | date |
None. |
|
| Todate | date |
None. |
|
| CompanyID | integer |
None. |
|
| LoginId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BatchID": "sample string 1",
"TransactionType": "sample string 2",
"GSTMonth": "sample string 3",
"FromDate": "2025-12-16T11:04:02.1906149+00:00",
"Todate": "2025-12-16T11:04:02.1906149+00:00",
"CompanyID": 6,
"LoginId": 7
}
application/xml, text/xml
Sample:
<TallyProcess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAL.ViewModel"> <BatchID>sample string 1</BatchID> <CompanyID>6</CompanyID> <FromDate>2025-12-16T11:04:02.1906149+00:00</FromDate> <GSTMonth>sample string 3</GSTMonth> <LoginId>7</LoginId> <Todate>2025-12-16T11:04:02.1906149+00:00</Todate> <TransactionType>sample string 2</TransactionType> </TallyProcess>
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. |