POST api/GetEmployeePhotos
Get employee photos
Request Information
Payload
Name | Payload Parameters | Additional information |
---|---|---|
Parameters |
string EmployeeNumbers int Width int Height |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "PersonnelID": 1, "Bytes": "QEBA" }, { "PersonnelID": 1, "Bytes": "QEBA" }, { "PersonnelID": 1, "Bytes": "QEBA" } ]
text/html
Sample:
[{"PersonnelID":1,"Bytes":"QEBA"},{"PersonnelID":1,"Bytes":"QEBA"},{"PersonnelID":1,"Bytes":"QEBA"}]
application/xml, text/xml
Sample:
<ArrayOfEmployeePhoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Employee"> <EmployeePhoto> <Bytes>QEBA</Bytes> <PersonnelID>1</PersonnelID> </EmployeePhoto> <EmployeePhoto> <Bytes>QEBA</Bytes> <PersonnelID>1</PersonnelID> </EmployeePhoto> <EmployeePhoto> <Bytes>QEBA</Bytes> <PersonnelID>1</PersonnelID> </EmployeePhoto> </ArrayOfEmployeePhoto>