PUT TimeSaver/PutEmployeeFacialRequests
Request Information
URI Parameters
None.
Body Parameters
Collection of EmployeeFacialRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| EmployeeID | globally unique identifier |
Required |
|
| Name | string |
Required |
|
| DateRequested | date |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "ba303ebd-81a2-4827-a4ab-a1ac7c83b35b",
"EmployeeID": "95aae795-6db3-4eeb-813e-9c9f6ce503a0",
"Name": "sample string 3",
"DateRequested": "2026-02-04T05:26:25.6918276+00:00"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.