PUT api/EmployeePayrollKey?employeeId={employeeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeId | integer |
Required |
Body Parameters
Collection of EmployeePayrollKeyParam| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeId | integer |
None. |
|
| IsImport | boolean |
None. |
|
| Key | integer |
None. |
|
| KeyValue | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"TypeId": 1,
"IsImport": true,
"Key": 3,
"KeyValue": "sample string 4"
},
{
"TypeId": 1,
"IsImport": true,
"Key": 3,
"KeyValue": "sample string 4"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.