GET api/JobResume/GetMyResumePostNum

获取我的申请未响应/欢迎应聘数量,返回第一个参数为未响应,第二个数量为欢迎应聘

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取我的申请未响应/欢迎应聘数量,返回第一个参数为未响应,第二个数量为欢迎应聘

JobResumeNumDto
NameDescriptionTypeAdditional information
NoResponseNum

未响应数量

integer

None.

AcceptNum

欢迎应聘数量

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<JobResumeNumDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.JobResume">
  <AcceptNum>2</AcceptNum>
  <NoResponseNum>1</NoResponseNum>
</JobResumeNumDto>