POST api/GetCommonManagers
Get Managers
Request Information
Payload
Name | Payload Parameters | Additional information |
---|---|---|
Parameters | None. |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "PersonnelID": 1, "EmployeeName": "sample string 2", "AccessProfile": "sample string 3" }, { "PersonnelID": 1, "EmployeeName": "sample string 2", "AccessProfile": "sample string 3" }, { "PersonnelID": 1, "EmployeeName": "sample string 2", "AccessProfile": "sample string 3" } ]
text/html
Sample:
[{"PersonnelID":1,"EmployeeName":"sample string 2","AccessProfile":"sample string 3"},{"PersonnelID":1,"EmployeeName":"sample string 2","AccessProfile":"sample string 3"},{"PersonnelID":1,"EmployeeName":"sample string 2","AccessProfile":"sample string 3"}]
application/xml, text/xml
Sample:
<ArrayOfCommonFunctions.ManagerDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Common"> <CommonFunctions.ManagerDetail> <AccessProfile>sample string 3</AccessProfile> <EmployeeName>sample string 2</EmployeeName> <PersonnelID>1</PersonnelID> </CommonFunctions.ManagerDetail> <CommonFunctions.ManagerDetail> <AccessProfile>sample string 3</AccessProfile> <EmployeeName>sample string 2</EmployeeName> <PersonnelID>1</PersonnelID> </CommonFunctions.ManagerDetail> <CommonFunctions.ManagerDetail> <AccessProfile>sample string 3</AccessProfile> <EmployeeName>sample string 2</EmployeeName> <PersonnelID>1</PersonnelID> </CommonFunctions.ManagerDetail> </ArrayOfCommonFunctions.ManagerDetail>