POST api/v1/TaxLedgerSave
Request Information
URI Parameters
None.
Body Parameters
TaxLedgerSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| ID | integer |
None. |
|
| TaxName | string |
None. |
|
| ledgerHead | string |
None. |
|
| TaxPer | decimal number |
None. |
|
| TaxType | string |
None. |
|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"ID": 2,
"TaxName": "sample string 3",
"ledgerHead": "sample string 4",
"TaxPer": 5.0,
"TaxType": "sample string 6",
"UserID": 7
}
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> <TaxName>sample string 3</TaxName> <TaxPer>5</TaxPer> <TaxType>sample string 6</TaxType> <UserID>7</UserID> <ledgerHead>sample string 4</ledgerHead> </TaxLedgerSaveInput>
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. |