GET api/JobHireShow/GetShowDetail?showId={showId}
获取专场招聘详情
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId |
招聘会标识 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取专场招聘详情
JobHireShowDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
标识 |
integer |
None. |
| Title |
招聘标题 |
string |
None. |
| IndexPic |
封面图片 |
string |
None. |
| Content |
自定义文宣 |
string |
None. |
| Hostage |
主板单位 |
string |
None. |
| StartTime |
招聘会起始时间 |
date |
None. |
| EndTime |
招聘会截止时间 |
date |
None. |
| IntOrder |
序号 |
integer |
None. |
| Status |
招聘会状态 |
JobHireShowStatusType |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<JobHireShowDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.JobHireShow"> <Content>sample string 4</Content> <EndTime>2025-12-16T16:03:18.3196978+08:00</EndTime> <Hostage>sample string 5</Hostage> <Id>1</Id> <IndexPic>sample string 3</IndexPic> <IntOrder>8</IntOrder> <StartTime>2025-12-16T16:03:18.3196978+08:00</StartTime> <Title>sample string 2</Title> </JobHireShowDto>