POST api/MobileAPI20/AddAttendanceShiftArrangementByEmp

Request Information

URI Parameters

None.

Body Parameters

员工添加排班

AddAttendanceShiftArrangementByEmpModel
NameDescriptionTypeAdditional 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": "c746e2b1-98d0-456a-94bd-80dab60b6ccc",
  "empID": "0bc6ea73-e89e-46d5-9d0f-0b920ba8f45c",
  "groupID": "a383fa2c-d2f2-409a-9567-7a39e58f3fa0",
  "date": "2025-05-04T16:38:46.6367443+08:00",
  "class_GID": "ae8e7415-09bc-44e5-b742-103c4019a674"
}

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>ae8e7415-09bc-44e5-b742-103c4019a674</class_GID>
  <date>2025-05-04T16:38:46.6367443+08:00</date>
  <empID>0bc6ea73-e89e-46d5-9d0f-0b920ba8f45c</empID>
  <groupID>a383fa2c-d2f2-409a-9567-7a39e58f3fa0</groupID>
  <tenant_GID>c746e2b1-98d0-456a-94bd-80dab60b6ccc</tenant_GID>
</AddAttendanceShiftArrangementByEmpModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AddAttendanceShiftArrangementByEmpModel'.

Response Information

Resource Description

string

Response 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>