GET api/v1/employee-dropDown?clientID={clientID}&createdBy={createdBy}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
clientID

integer

Required

createdBy

integer

Required

Response Information

Description:

Return type: Collection of EmployeeDropDown

Response Formats
[
  {
    "AdminMemberId": 1,
    "UserName": "sample string 2"
  },
  {
    "AdminMemberId": 1,
    "UserName": "sample string 2"
  }
]
[{"AdminMemberId":1,"UserName":"sample string 2"},{"AdminMemberId":1,"UserName":"sample string 2"}]
<ArrayOfEmployeeDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.ViewModel.Calendar">
  <EmployeeDropDown>
    <AdminMemberId>1</AdminMemberId>
    <UserName>sample string 2</UserName>
  </EmployeeDropDown>
  <EmployeeDropDown>
    <AdminMemberId>1</AdminMemberId>
    <UserName>sample string 2</UserName>
  </EmployeeDropDown>
</ArrayOfEmployeeDropDown>