POST api/v1/TaxLedgerList
Request Information
URI Parameters
None.
Body Parameters
TaxLedgerListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Mode | string |
None. |
|
| BreakupDate | date |
None. |
|
| UserID | integer |
None. |
|
| FactoryID | integer |
None. |
|
| TrayNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Mode": "sample string 2",
"BreakupDate": "2025-12-06T09:31:44.6901386+05:30",
"UserID": 4,
"FactoryID": 5,
"TrayNo": 6
}
application/xml, text/xml
Sample:
<TaxLedgerListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <BreakupDate>2025-12-06T09:31:44.6901386+05:30</BreakupDate> <FactoryID>5</FactoryID> <ID>1</ID> <Mode>sample string 2</Mode> <TrayNo>6</TrayNo> <UserID>4</UserID> </TaxLedgerListInput>
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. |