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": "591571b1-7d05-4500-98ab-611f1851f13f" }
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>591571b1-7d05-4500-98ab-611f1851f13f</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>