POST api/JobCompany/AdminUpdateCompanySuper

后台--用人单位超级管理更新

Request Information

URI Parameters

None.

Body Parameters

超级管理信息字段

CompanySuperDto
NameDescriptionTypeAdditional information
VipLevel

套餐类型

VipLevel

None.

VipTime

钻石会员截止时间

date

None.

Id

自增id

integer

None.

UserName

用户名,更改信息所属会员使用,获取时为空

string

None.

Userid

会员id

integer

None.

IsStack

是否累叠修改

boolean

None.

IntOrder

排序顺序,倒叙

integer

None.

LeftPublishTimes

剩余发布次数

integer

None.

LeftContactTimes

剩余简历联系方式条数

integer

None.

LeftInvitationTimes

剩余在线邀约条数

integer

None.

Request 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:
<CompanySuperDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Company">
  <Id>1</Id>
  <IntOrder>5</IntOrder>
  <IsStack>true</IsStack>
  <LeftContactTimes>7</LeftContactTimes>
  <LeftInvitationTimes>8</LeftInvitationTimes>
  <LeftPublishTimes>6</LeftPublishTimes>
  <UserName>sample string 2</UserName>
  <Userid>3</Userid>
  <VipLevel>None</VipLevel>
  <VipTime>2024-05-03T09:02:35.5596051+08:00</VipTime>
</CompanySuperDto>

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 'CompanySuperDto'.

Response Information

Resource Description

后台--用人单位超级管理更新

Object

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:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />