POST api/AttendanceAPI/DeleteLeaveTransaction
删除休假明细,将会同步删除对应的流程数据
Request Information
URI Parameters
None.
Body Parameters
EntityForDeleteName | Description | Type | Additional information |
---|---|---|---|
GID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "GID": "e9dbf66b-7fc5-4335-8bd2-a1b609452945" }
application/xml, text/xml
Sample:
<EntityForDelete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Model"> <GID>e9dbf66b-7fc5-4335-8bd2-a1b609452945</GID> </EntityForDelete>
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>