POST api/JobCompany/JobCompanyAdminSubmit

后台--创建招聘用人单位

Request Information

URI Parameters

None.

Body Parameters

外部传入的用人单位dto

JobCompanyDto
NameDescriptionTypeAdditional information
Id

主键

integer

None.

Comment

公司介绍

string

None.

CompanyName

用人单位名称

string

None.

TypeId

公司性质

integer

None.

IndustryId

所属行业

integer

None.

ScaleId

公司规模

integer

None.

Phone

公司电话

string

None.

Logo

公司Logo

string

None.

QuyuId

区域id 默认值(0)

integer

None.

DiduanId

地段id 默认值(0)

integer

None.

Address

地址

string

None.

GpsX

坐标X 默认值(0)

decimal number

None.

GpsY

坐标Y 默认值(0)

decimal number

None.

IsCertificate

是否认证

boolean

None.

RegisterNumber

营业执照号码

string

None.

RegisterLicenseFilePath

营业执照文件

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<JobCompanyDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Company">
  <Address>sample string 11</Address>
  <Comment>sample string 2</Comment>
  <CompanyName>sample string 3</CompanyName>
  <DiduanId>10</DiduanId>
  <GpsX>12.1</GpsX>
  <GpsY>13.1</GpsY>
  <Id>1</Id>
  <IndustryId>5</IndustryId>
  <IsCertificate>true</IsCertificate>
  <Logo>sample string 8</Logo>
  <Phone>sample string 7</Phone>
  <QuyuId>9</QuyuId>
  <RegisterLicenseFilePath>sample string 16</RegisterLicenseFilePath>
  <RegisterNumber>sample string 15</RegisterNumber>
  <ScaleId>6</ScaleId>
  <TypeId>4</TypeId>
</JobCompanyDto>

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