GET
api/v1/employee-dropDown?clientID={clientID}&createdBy={createdBy}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | integer |
Required |
|
createdBy | integer |
Required |
Response Information
Description:
Return type: Collection of EmployeeDropDown
Response Formats
application/json, text/json
[ { "AdminMemberId": 1, "UserName": "sample string 2" }, { "AdminMemberId": 1, "UserName": "sample string 2" } ]
text/html
[{"AdminMemberId":1,"UserName":"sample string 2"},{"AdminMemberId":1,"UserName":"sample string 2"}]
application/xml, text/xml
<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>