POST api/v1/TallyXMLGeneration
Request Information
URI Parameters
None.
Body Parameters
XMLListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| TransferDate | date |
None. |
|
| LocID | integer |
None. |
|
| CompID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransferDate": "2025-12-15T02:55:57.1997802+05:30",
"LocID": 2,
"CompID": 3
}
application/xml, text/xml
Sample:
<XMLListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>3</CompID> <LocID>2</LocID> <TransferDate>2025-12-15T02:55:57.1997802+05:30</TransferDate> </XMLListInput>
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. |