POST api/AllowAnonymousAPI/CheckLeaveInput
[微信] HRight2.0 校验前台传入的休假申请参数
Request Information
URI Parameters
None.
Body Parameters
AnonymousEmpInputName | Description | Type | Additional information |
---|---|---|---|
employeeGID | globally unique identifier |
None. |
|
leavedefineGID | globally unique identifier |
None. |
|
startdate | date |
None. |
|
enddate | date |
None. |
|
flowInstanceGID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "employeeGID": "2bbe27dd-d7b9-4dfa-ad84-7866c4628af8", "leavedefineGID": "2df5ce78-2235-497e-8b67-d92b16dc1135", "startdate": "2025-06-21T01:47:56.1902658+08:00", "enddate": "2025-06-21T01:47:56.1902658+08:00", "flowInstanceGID": "0eece7d9-10de-44a9-9afe-381f48f372ae" }
application/xml, text/xml
Sample:
<AnonymousEmpInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Model"> <employeeGID>2bbe27dd-d7b9-4dfa-ad84-7866c4628af8</employeeGID> <enddate>2025-06-21T01:47:56.1902658+08:00</enddate> <flowInstanceGID>0eece7d9-10de-44a9-9afe-381f48f372ae</flowInstanceGID> <leavedefineGID>2df5ce78-2235-497e-8b67-d92b16dc1135</leavedefineGID> <startdate>2025-06-21T01:47:56.1902658+08:00</startdate> </AnonymousEmpInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
[微信] HRight2.0 校验前台传入的休假申请参数
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>