Upload an Employee Image

POST {{base_url}}/employee/:Employee/photo

Use this endpoint to upload an image file for an employee.

Request Body

[{"name"=>"files[]", "value"=>nil, "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

{"IDs":{"Employee":"00001"},"GetRecord":null,"Status":1,"ReloadRequired":false}