POST api/ConfigureSalaryComponent/SaveManualSalaryConfigure
Request Information
URI Parameters
None.
Body Parameters
ManualSalaryConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PayGroupID | integer |
None. |
|
| ManualPayConfigId | integer |
None. |
|
| ISActive | boolean |
None. |
|
| PayConfigName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"PayGroupID": 1,
"ManualPayConfigId": 1,
"ISActive": true,
"PayConfigName": "sample string 2"
}
application/xml, text/xml
Sample:
<ManualSalaryConfigModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MendinePayroll.Models"> <ID>1</ID> <ISActive>true</ISActive> <ManualPayConfigId>1</ManualPayConfigId> <PayConfigName>sample string 2</PayConfigName> <PayGroupID>1</PayGroupID> </ManualSalaryConfigModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |