post https://api.zenoti.com/v1/employees/images
This API is created to upload employee custom field images to S3 bucket
Request Object
- Support file formats .jpg/.jpeg/.png
- Max allowed images: 5
- Content type: form-data
Response Object
| JSON Property | Data Type | Description |
|---|---|---|
| images | List | Uploaded image details |
| error | APIV2ErrorModel | Represents an error model for the API response |
| image_id | string | Name of the file uploaded |
| file_name | string | Name of the file uploaded |
| asset_id | string | Uploaded file asset id |
| object_id | string | Uploaded file object id |
