POST api/v1/admin_Tax
Request Information
URI Parameters
None.
Body Parameters
Admin_TaxVM| Name | Description | Type | Additional information |
|---|---|---|---|
| taxId | integer |
None. |
|
| taxName | string |
None. |
|
| taxValue | decimal number |
None. |
|
| createdBy | integer |
None. |
|
| tenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"taxId": 1,
"taxName": "sample string 2",
"taxValue": 3.0,
"createdBy": 4,
"tenantId": 5
}
application/xml, text/xml
Sample:
<Admin_TaxVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>4</createdBy> <taxId>1</taxId> <taxName>sample string 2</taxName> <taxValue>3</taxValue> <tenantId>5</tenantId> </Admin_TaxVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.