GET api/JobCompany/GetAdminPageCompanys?IsExpired={IsExpired}&VipLevel={VipLevel}&IsCertificate={IsCertificate}&IsFamous={IsFamous}&IsShow={IsShow}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

后台-获取用人单位带分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IsExpired

套餐过期

boolean

None.

VipLevel

套餐类型

VipLevel

None.

IsCertificate

是否认证

boolean

None.

IsFamous

是否名企

boolean

None.

IsShow

是否上架显示

boolean

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台-获取用人单位带分页

PagedOfCompanyAdminListDto
NameDescriptionTypeAdditional information
Data

Collection of CompanyAdminListDto

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PagedOfCompanyAdminListDtoKOoh9ynF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Company">
    <d2p1:CompanyAdminListDto>
      <d2p1:Address>sample string 17</d2p1:Address>
      <d2p1:Comment>sample string 23</d2p1:Comment>
      <d2p1:CompanyName>sample string 4</d2p1:CompanyName>
      <d2p1:CreateTime>2024-04-20T14:26:59.1071028+08:00</d2p1:CreateTime>
      <d2p1:DiduanId>15</d2p1:DiduanId>
      <d2p1:DiduanName>sample string 16</d2p1:DiduanName>
      <d2p1:GpsX>18.1</d2p1:GpsX>
      <d2p1:GpsY>19.1</d2p1:GpsY>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IndustryId>7</d2p1:IndustryId>
      <d2p1:IndustryName>sample string 8</d2p1:IndustryName>
      <d2p1:IsCertificate>true</d2p1:IsCertificate>
      <d2p1:IsFamous>true</d2p1:IsFamous>
      <d2p1:IsShow>true</d2p1:IsShow>
      <d2p1:Logo>sample string 12</d2p1:Logo>
      <d2p1:Phone>sample string 11</d2p1:Phone>
      <d2p1:QuyuId>13</d2p1:QuyuId>
      <d2p1:QuyuName>sample string 14</d2p1:QuyuName>
      <d2p1:RegisterLicenseFilePath>sample string 26</d2p1:RegisterLicenseFilePath>
      <d2p1:RegisterNumber>sample string 25</d2p1:RegisterNumber>
      <d2p1:ScaleId>9</d2p1:ScaleId>
      <d2p1:ScaleName>sample string 10</d2p1:ScaleName>
      <d2p1:TypeId>5</d2p1:TypeId>
      <d2p1:TypeName>sample string 6</d2p1:TypeName>
      <d2p1:UserId>2</d2p1:UserId>
      <d2p1:UserName>sample string 3</d2p1:UserName>
      <d2p1:VipLevel>None</d2p1:VipLevel>
      <d2p1:VipTime>2024-04-20T14:26:59.1071028+08:00</d2p1:VipTime>
    </d2p1:CompanyAdminListDto>
    <d2p1:CompanyAdminListDto>
      <d2p1:Address>sample string 17</d2p1:Address>
      <d2p1:Comment>sample string 23</d2p1:Comment>
      <d2p1:CompanyName>sample string 4</d2p1:CompanyName>
      <d2p1:CreateTime>2024-04-20T14:26:59.1071028+08:00</d2p1:CreateTime>
      <d2p1:DiduanId>15</d2p1:DiduanId>
      <d2p1:DiduanName>sample string 16</d2p1:DiduanName>
      <d2p1:GpsX>18.1</d2p1:GpsX>
      <d2p1:GpsY>19.1</d2p1:GpsY>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IndustryId>7</d2p1:IndustryId>
      <d2p1:IndustryName>sample string 8</d2p1:IndustryName>
      <d2p1:IsCertificate>true</d2p1:IsCertificate>
      <d2p1:IsFamous>true</d2p1:IsFamous>
      <d2p1:IsShow>true</d2p1:IsShow>
      <d2p1:Logo>sample string 12</d2p1:Logo>
      <d2p1:Phone>sample string 11</d2p1:Phone>
      <d2p1:QuyuId>13</d2p1:QuyuId>
      <d2p1:QuyuName>sample string 14</d2p1:QuyuName>
      <d2p1:RegisterLicenseFilePath>sample string 26</d2p1:RegisterLicenseFilePath>
      <d2p1:RegisterNumber>sample string 25</d2p1:RegisterNumber>
      <d2p1:ScaleId>9</d2p1:ScaleId>
      <d2p1:ScaleName>sample string 10</d2p1:ScaleName>
      <d2p1:TypeId>5</d2p1:TypeId>
      <d2p1:TypeName>sample string 6</d2p1:TypeName>
      <d2p1:UserId>2</d2p1:UserId>
      <d2p1:UserName>sample string 3</d2p1:UserName>
      <d2p1:VipLevel>None</d2p1:VipLevel>
      <d2p1:VipTime>2024-04-20T14:26:59.1071028+08:00</d2p1:VipTime>
    </d2p1:CompanyAdminListDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfCompanyAdminListDtoKOoh9ynF>