PUT api/EmployeeAllowanceExpense/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
EmployeeAllowanceExpenseParam| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
None. |
|
| Date | string |
None. |
|
| Type | integer |
None. |
|
| AllowanceExpenseTypeId | integer |
None. |
|
| Unit | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"Date": "sample string 2",
"Type": 3,
"AllowanceExpenseTypeId": 4,
"Unit": 5.0,
"Rate": 6.0,
"Description": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.