POST api/MobileAPI20/AddAttendanceShiftArrangementByEmp
Request Information
URI Parameters
None.
Body Parameters
员工添加排班
AddAttendanceShiftArrangementByEmpModelName | Description | Type | Additional information |
---|---|---|---|
tenant_GID | globally unique identifier |
None. |
|
empID | globally unique identifier |
None. |
|
groupID | globally unique identifier |
None. |
|
date | date |
None. |
|
class_GID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "tenant_GID": "48f205ce-2454-40d4-98c2-e7b0cbec758e", "empID": "f57534c6-0a7e-47a0-a2de-59c95db8dbd6", "groupID": "3bcfa63f-6b27-472a-af28-ccdd217bc955", "date": "2025-06-21T03:07:36.596089+08:00", "class_GID": "069f92c3-18e0-4888-ab22-7c47fd8e79fa" }
application/xml, text/xml
Sample:
<AddAttendanceShiftArrangementByEmpModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Model"> <class_GID>069f92c3-18e0-4888-ab22-7c47fd8e79fa</class_GID> <date>2025-06-21T03:07:36.596089+08:00</date> <empID>f57534c6-0a7e-47a0-a2de-59c95db8dbd6</empID> <groupID>3bcfa63f-6b27-472a-af28-ccdd217bc955</groupID> <tenant_GID>48f205ce-2454-40d4-98c2-e7b0cbec758e</tenant_GID> </AddAttendanceShiftArrangementByEmpModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>