POST api/v1/TallyPurchaseDataExport
Request Information
URI Parameters
None.
Body Parameters
TallyExportListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| LocID | integer |
None. |
|
| CompID | integer |
None. |
|
| Mode | string |
None. |
|
| ExportType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "2025-12-15T03:17:32.6620101+05:30",
"EndDate": "2025-12-15T03:17:32.6620101+05:30",
"LocID": 3,
"CompID": 4,
"Mode": "sample string 5",
"ExportType": "sample string 6"
}
application/xml, text/xml
Sample:
<TallyExportListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>4</CompID> <EndDate>2025-12-15T03:17:32.6620101+05:30</EndDate> <ExportType>sample string 6</ExportType> <LocID>3</LocID> <Mode>sample string 5</Mode> <StartDate>2025-12-15T03:17:32.6620101+05:30</StartDate> </TallyExportListInput>
application/x-www-form-urlencoded
Sample:
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. |