POST portal/api/hrms/v1/employees/contactinfo

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Emp_Info
NameDescriptionTypeAdditional information
No

integer

None.

NameAr

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "No": 1,
    "NameAr": "sample string 2"
  },
  {
    "No": 1,
    "NameAr": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfEmployeeController.Emp_Info xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMS.WebApi.Controllers">
  <EmployeeController.Emp_Info>
    <NameAr>sample string 2</NameAr>
    <No>1</No>
  </EmployeeController.Emp_Info>
  <EmployeeController.Emp_Info>
    <NameAr>sample string 2</NameAr>
    <No>1</No>
  </EmployeeController.Emp_Info>
</ArrayOfEmployeeController.Emp_Info>