POST api/EmployeeRequest/UpdateEmployeeRequest
Request Information
URI Parameters
None.
Body Parameters
employeerequest| Name | Description | Type | Additional information |
|---|---|---|---|
| emp_req_id | integer |
None. |
|
| project_id | integer |
None. |
|
| expcat_id | integer |
None. |
|
| employee_id | integer |
None. |
|
| status | integer |
None. |
|
| approver_id | integer |
None. |
|
| record_status | integer |
None. |
|
| proposed_amount | decimal number |
None. |
|
| attachment | string |
None. |
|
| created | date |
None. |
|
| updated | date |
None. |
|
| row_version | integer |
None. |
|
| remarks | string |
None. |
|
| request_dt_time | date |
None. |
|
| sheet_ref | string |
None. |
|
| date | string |
None. |
|
| car_reg_no | string |
None. |
|
| approved_amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"emp_req_id": 1,
"project_id": 2,
"expcat_id": 3,
"employee_id": 4,
"status": 1,
"approver_id": 1,
"record_status": 1,
"proposed_amount": 5.0,
"attachment": "sample string 6",
"created": "2026-01-18T13:38:59.7679742-06:00",
"updated": "2026-01-18T13:38:59.7679742-06:00",
"row_version": 1,
"remarks": "sample string 7",
"request_dt_time": "2026-01-18T13:38:59.7689708-06:00",
"sheet_ref": "sample string 8",
"date": "sample string 9",
"car_reg_no": "sample string 10",
"approved_amount": 1.0
}
application/xml, text/xml
Sample:
<employeerequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess"> <approved_amount>1</approved_amount> <approver_id>1</approver_id> <attachment>sample string 6</attachment> <car_reg_no>sample string 10</car_reg_no> <created>2026-01-18T13:38:59.7679742-06:00</created> <date>sample string 9</date> <emp_req_id>1</emp_req_id> <employee_id>4</employee_id> <expcat_id>3</expcat_id> <project_id>2</project_id> <proposed_amount>5</proposed_amount> <record_status>1</record_status> <remarks>sample string 7</remarks> <request_dt_time>2026-01-18T13:38:59.7689708-06:00</request_dt_time> <row_version>1</row_version> <sheet_ref>sample string 8</sheet_ref> <status>1</status> <updated>2026-01-18T13:38:59.7679742-06:00</updated> </employeerequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.