PUT api/v1/hR_EmployeeMother/{employeeId}/employeeId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeId

integer

Required

Body Parameters

HR_EmployeeMotherVM
NameDescriptionTypeAdditional information
employeeMotherId

integer

None.

employeeId

integer

None.

firstName

string

None.

lastName

string

None.

email

string

None.

phoneNumber

string

None.

address

string

None.

tenantId

integer

None.

dateMidified

date

None.

isDeceased

boolean

None.

createdBy

integer

None.

name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "employeeMotherId": 1,
  "employeeId": 2,
  "firstName": "sample string 3",
  "lastName": "sample string 4",
  "email": "sample string 5",
  "phoneNumber": "sample string 6",
  "address": "sample string 7",
  "tenantId": 1,
  "dateMidified": "2024-09-19T11:04:17.0732627-07:00",
  "isDeceased": true,
  "createdBy": 1,
  "name": "sample string 8"
}

application/xml, text/xml

Sample:
<HR_EmployeeMotherVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <address>sample string 7</address>
  <createdBy>1</createdBy>
  <dateMidified>2024-09-19T11:04:17.0732627-07:00</dateMidified>
  <email>sample string 5</email>
  <employeeId>2</employeeId>
  <employeeMotherId>1</employeeMotherId>
  <firstName>sample string 3</firstName>
  <isDeceased>true</isDeceased>
  <lastName>sample string 4</lastName>
  <name>sample string 8</name>
  <phoneNumber>sample string 6</phoneNumber>
  <tenantId>1</tenantId>
</HR_EmployeeMotherVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.