DELETE api/TaxCodeMaster/DELETE
Request Information
URI Parameters
None.
Body Parameters
F_TaxCodeMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TaxCode | string |
None. |
|
| TaxCodeDescription | string |
None. |
|
| PurchaseServiceTax | string |
None. |
|
| SalesTax | string |
None. |
|
| Excisable | string |
None. |
|
| Costing | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"TaxCode": "sample string 2",
"TaxCodeDescription": "sample string 3",
"PurchaseServiceTax": "sample string 4",
"SalesTax": "sample string 5",
"Excisable": "sample string 6",
"Costing": "sample string 7",
"CreatedBy": 1,
"CreatedOn": "2025-12-17T23:55:16.6896686+00:00",
"ModifiedBy": 1,
"ModifiedOn": "2025-12-17T23:55:16.6896686+00:00"
}
application/xml, text/xml
Sample:
<F_TaxCodeMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <Costing>sample string 7</Costing> <CreatedBy>1</CreatedBy> <CreatedOn>2025-12-17T23:55:16.6896686+00:00</CreatedOn> <Excisable>sample string 6</Excisable> <Id>1</Id> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-12-17T23:55:16.6896686+00:00</ModifiedOn> <PurchaseServiceTax>sample string 4</PurchaseServiceTax> <SalesTax>sample string 5</SalesTax> <TaxCode>sample string 2</TaxCode> <TaxCodeDescription>sample string 3</TaxCodeDescription> </F_TaxCodeMaster>
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. |