POST api/Decoration/UpdateCompany

后台 - 修改已存在公司

Request Information

URI Parameters

None.

Body Parameters

公司详情

DecoCompanyDetailDto
NameDescriptionTypeAdditional information
CompanyId

公司唯一标识

integer

None.

LogoFileUrl

公司Logo文件路径

string

None.

CompanyName

公司名称

string

None.

QuyuId

区域编号

integer

None.

DiduanId

地段编号

integer

None.

Address

公司地址

string

None.

Location_X

定位横坐标

decimal number

None.

Location_Y

定位纵坐标

decimal number

None.

Breif

公司口号

string

None.

PhoneNumber

公司电联

string

None.

Wechat

公司微信

string

None.

IntOrder

排序

integer

None.

IsSuggested

是否推荐

boolean

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<DecoCompanyDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.Decoration">
  <Address>sample string 6</Address>
  <Breif>sample string 7</Breif>
  <CompanyId>1</CompanyId>
  <CompanyName>sample string 3</CompanyName>
  <DiduanId>5</DiduanId>
  <IntOrder>10</IntOrder>
  <IsSuggested>true</IsSuggested>
  <Location_X>1.1</Location_X>
  <Location_Y>1.1</Location_Y>
  <LogoFileUrl>sample string 2</LogoFileUrl>
  <PhoneNumber>sample string 8</PhoneNumber>
  <QuyuId>4</QuyuId>
  <Wechat>sample string 9</Wechat>
</DecoCompanyDetailDto>

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