GET api/Decoration/SearchCompanyByKeyword?keyword={keyword}&limit={limit}

后台 - 依据关键字搜索公司

Request Information

URI Parameters

NameDescriptionTypeAdditional information
keyword

关键字

string

Required

limit

列表限制最大数量

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台 - 依据关键字搜索公司

Collection of DecoCompanyListDto
NameDescriptionTypeAdditional information
CompanyId

公司唯一标识

integer

None.

LogoFileUrl

公司Logo文件路径

string

None.

CompanyName

公司名称

string

None.

Address

公司地址

string

None.

Breif

公司口号

string

None.

PhoneNumber

公司电联

string

None.

Wechat

公司微信

string

None.

CaseCount

已发布案例计数

integer

None.

Location_X

坐标X

decimal number

None.

Location_Y

坐标Y

decimal number

None.

QuyuId

区域标识

integer

None.

DiduanId

地端标识

integer

None.

NewestCaseId

最新案例标识

integer

None.

IntOrder

排序

integer

None.

Order

顺序编号

integer

None.

IsSuggested

是否推荐

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfDecoCompanyListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.Decoration">
  <DecoCompanyListDto>
    <Address>sample string 4</Address>
    <Breif>sample string 5</Breif>
    <CaseCount>8</CaseCount>
    <CompanyId>1</CompanyId>
    <CompanyName>sample string 3</CompanyName>
    <DiduanId>12</DiduanId>
    <IntOrder>14</IntOrder>
    <IsSuggested>true</IsSuggested>
    <Location_X>9.1</Location_X>
    <Location_Y>10.1</Location_Y>
    <LogoFileUrl>sample string 2</LogoFileUrl>
    <NewestCaseId>13</NewestCaseId>
    <Order>15</Order>
    <PhoneNumber>sample string 6</PhoneNumber>
    <QuyuId>11</QuyuId>
    <Wechat>sample string 7</Wechat>
  </DecoCompanyListDto>
  <DecoCompanyListDto>
    <Address>sample string 4</Address>
    <Breif>sample string 5</Breif>
    <CaseCount>8</CaseCount>
    <CompanyId>1</CompanyId>
    <CompanyName>sample string 3</CompanyName>
    <DiduanId>12</DiduanId>
    <IntOrder>14</IntOrder>
    <IsSuggested>true</IsSuggested>
    <Location_X>9.1</Location_X>
    <Location_Y>10.1</Location_Y>
    <LogoFileUrl>sample string 2</LogoFileUrl>
    <NewestCaseId>13</NewestCaseId>
    <Order>15</Order>
    <PhoneNumber>sample string 6</PhoneNumber>
    <QuyuId>11</QuyuId>
    <Wechat>sample string 7</Wechat>
  </DecoCompanyListDto>
</ArrayOfDecoCompanyListDto>