POST api/SaveComponents
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| salaryComponentsModels | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SC_Id": 1,
"SC_Code": "sample string 2",
"SC_Component": "sample string 3",
"SC_Status": "sample string 4"
}
application/xml, text/xml
Sample:
<SalaryComponentsModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PaySlipAPI.Models"> <SC_Code>sample string 2</SC_Code> <SC_Component>sample string 3</SC_Component> <SC_Id>1</SC_Id> <SC_Status>sample string 4</SC_Status> </SalaryComponentsModels>
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.