POST api/AllowAnonymousAPI/QueryLeaveBalanceListForWX

[微信]接收人员信息,假种GID 获取该雇员已经获得的有效发假和预发假

Request Information

URI Parameters

None.

Body Parameters

AnonymousEmpInput
NameDescriptionTypeAdditional 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": "d53f5b66-ce17-455a-96c5-7b16f60b2066",
  "leavedefineGID": "68701bde-9e7d-487f-8376-99f43149812d",
  "startdate": "2025-05-04T15:22:40.6639896+08:00",
  "enddate": "2025-05-04T15:22:40.6639896+08:00",
  "flowInstanceGID": "1a5bebf7-b01f-442f-9bfa-6eaf10a78649"
}

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>d53f5b66-ce17-455a-96c5-7b16f60b2066</employeeGID>
  <enddate>2025-05-04T15:22:40.6639896+08:00</enddate>
  <flowInstanceGID>1a5bebf7-b01f-442f-9bfa-6eaf10a78649</flowInstanceGID>
  <leavedefineGID>68701bde-9e7d-487f-8376-99f43149812d</leavedefineGID>
  <startdate>2025-05-04T15:22:40.6639896+08:00</startdate>
</AnonymousEmpInput>

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 'AnonymousEmpInput'.

Response Information

Resource Description

[微信]接收人员信息,假种GID 获取该雇员已经获得的有效发假和预发假

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>