POST api/EmployeeArchiveAPI/DeleteEmployeeArchive
根据类型删除档案信息
Request Information
URI Parameters
None.
Body Parameters
EmployeeArchiveForDeleteName | Description | Type | Additional information |
---|---|---|---|
archiveType | string |
None. |
|
GID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "archiveType": "sample string 1", "GID": "aedc398f-f2c6-4efe-8ea3-188fb963a591" }
application/xml, text/xml
Sample:
<EmployeeArchiveForDelete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Model"> <GID>aedc398f-f2c6-4efe-8ea3-188fb963a591</GID> <archiveType>sample string 1</archiveType> </EmployeeArchiveForDelete>
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>