POST api/v1/hR_EmployeeMother
Request Information
URI Parameters
None.
Body Parameters
HR_EmployeeMotherVMName | Description | Type | Additional information |
---|---|---|---|
employeeMotherId | integer |
None. |
|
employeeId | integer |
None. |
|
firstName | string |
None. |
|
lastName | string |
None. |
|
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-11-24T09:32:57.2009903-08: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-11-24T09:32:57.2009903-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.