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/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.