POST api/AllowAnonymousAPI/ConnectRedis
20200427 HRight 2.0 测试redis
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": "e18d3517-0dc1-4033-9d54-162e875a88e4", "leavedefineGID": "f92b8d57-6c6a-4fee-a98b-cb8fab328c6c", "startdate": "2025-06-21T01:55:33.1102496+08:00", "enddate": "2025-06-21T01:55:33.1102496+08:00", "flowInstanceGID": "2cc247be-02be-469e-88b2-a8cd3fb3d8ae" }
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>e18d3517-0dc1-4033-9d54-162e875a88e4</employeeGID> <enddate>2025-06-21T01:55:33.1102496+08:00</enddate> <flowInstanceGID>2cc247be-02be-469e-88b2-a8cd3fb3d8ae</flowInstanceGID> <leavedefineGID>f92b8d57-6c6a-4fee-a98b-cb8fab328c6c</leavedefineGID> <startdate>2025-06-21T01:55:33.1102496+08:00</startdate> </AnonymousEmpInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
20200427 HRight 2.0 测试redis
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>