POST api/v1/TaxLedgerList

Request Information

URI Parameters

None.

Body Parameters

TaxLedgerListInput
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TaxLedgerListInput'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.