PUT api/v1/hR_EmployeeReferees/{employeeRefereeId}/employeeRefereeId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeRefereeId | integer |
Required |
Body Parameters
HR_EmployeeRefereesVM| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeRefereeId | integer |
None. |
|
| name | string |
None. |
|
| address | string |
None. |
|
| string |
None. |
||
| phoneNumber | string |
None. |
|
| designation | string |
None. |
|
| tenantId | integer |
None. |
|
| relationshipId | integer |
None. |
|
| employeeId | integer |
None. |
|
| createdBy | integer |
None. |
|
| relationshipName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"employeeRefereeId": 1,
"name": "sample string 2",
"address": "sample string 3",
"email": "sample string 4",
"phoneNumber": "sample string 5",
"designation": "sample string 6",
"tenantId": 1,
"relationshipId": 1,
"employeeId": 1,
"createdBy": 7,
"relationshipName": "sample string 8"
}
application/xml, text/xml
Sample:
<HR_EmployeeRefereesVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <address>sample string 3</address> <createdBy>7</createdBy> <designation>sample string 6</designation> <email>sample string 4</email> <employeeId>1</employeeId> <employeeRefereeId>1</employeeRefereeId> <name>sample string 2</name> <phoneNumber>sample string 5</phoneNumber> <relationshipId>1</relationshipId> <relationshipName>sample string 8</relationshipName> <tenantId>1</tenantId> </HR_EmployeeRefereesVM>
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.