POST api/ProfessionalTax/CreateProfessionalTax
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
ProfessionalTaxModels | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "PT_SLAB_ID": 1, "Gender_ind": "sample string 2", "Pt_desc": "sample string 3", "From_amount": 1.0, "To_amount": 1.0, "PT_rate": 1.0, "Surcharge_rate": 1.0, "Surcharge_IND": "sample string 4" }
application/xml, text/xml
Sample:
<ProfessionalTaxModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <From_amount>1</From_amount> <Gender_ind>sample string 2</Gender_ind> <PT_SLAB_ID>1</PT_SLAB_ID> <PT_rate>1</PT_rate> <Pt_desc>sample string 3</Pt_desc> <Surcharge_IND>sample string 4</Surcharge_IND> <Surcharge_rate>1</Surcharge_rate> <To_amount>1</To_amount> </ProfessionalTaxModels>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.