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.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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>
  <UserName>sample string 2</UserName>
  <Userid>3</Userid>
  <VipLevel>None</VipLevel>
  <VipTime>2024-03-29T16:04:12.32552+08:00</VipTime>
</CompanySuperDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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/" />