POST api/EmployeeArchiveAPI/DeleteEmployeeArchive

根据类型删除档案信息

Request Information

URI Parameters

None.

Body Parameters

EmployeeArchiveForDelete
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EmployeeArchiveForDelete'.

Response Information

Resource Description

根据类型删除档案信息

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>