POST api/v1/TaxLedgerSave

Request Information

URI Parameters

None.

Body Parameters

TaxLedgerSaveInput
NameDescriptionTypeAdditional information
Mode

string

None.

ID

integer

None.

TaxName

string

None.

ledgerHead

string

None.

OutledID

integer

None.

OutletName

string

None.

TaxPer

decimal number

None.

TaxType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "ID": 2,
  "TaxName": "sample string 3",
  "ledgerHead": "sample string 4",
  "OutledID": 5,
  "OutletName": "sample string 6",
  "TaxPer": 7.0,
  "TaxType": "sample string 8"
}

application/xml, text/xml

Sample:
<TaxLedgerSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <ID>2</ID>
  <Mode>sample string 1</Mode>
  <OutledID>5</OutledID>
  <OutletName>sample string 6</OutletName>
  <TaxName>sample string 3</TaxName>
  <TaxPer>7</TaxPer>
  <TaxType>sample string 8</TaxType>
  <ledgerHead>sample string 4</ledgerHead>
</TaxLedgerSaveInput>

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 'TaxLedgerSaveInput'.

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.