POST api/e/ys/EditWWW?memberID={memberID}&enterpriseID={enterpriseID}

网站基本信息编辑

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberID

会员编号

globally unique identifier

Required

enterpriseID

系统编号

globally unique identifier

Required

Body Parameters

网站信息实体

WebsiteModel
NameDescriptionTypeAdditional information
ID

编号

globally unique identifier

None.

EnterpriseID

系统编号

globally unique identifier

None.

ThemeID

主题编号

globally unique identifier

None.

SName

名称 必填

string

None.

Logo

logo图片 选填

string

None.

Icon

icon图标 选填

string

None.

TowDomainName

二级域名 不可修改

string

None.

DomainName

域名 不可修改

string

None.

ICPCode

备案号 选填

string

None.

QRCode

二维码 选填

string

None.

Description

描述

string

None.

State

状态 选填

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "a5aa1469-eda3-435b-b5e1-beb33da9b0fe",
  "EnterpriseID": "4f7a3b0b-c949-47f4-93f6-dfea3c58e22b",
  "ThemeID": "58c95648-75a1-453d-b586-9352b212674d",
  "SName": "sample string 4",
  "Logo": "sample string 5",
  "Icon": "sample string 6",
  "TowDomainName": "sample string 7",
  "DomainName": "sample string 8",
  "ICPCode": "sample string 9",
  "QRCode": "sample string 10",
  "Description": "sample string 11",
  "State": true
}

application/xml, text/xml

Sample:
<WebsiteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LijiyTow.Liji_E.EAPI.Models.E">
  <Description>sample string 11</Description>
  <DomainName>sample string 8</DomainName>
  <EnterpriseID>4f7a3b0b-c949-47f4-93f6-dfea3c58e22b</EnterpriseID>
  <ICPCode>sample string 9</ICPCode>
  <ID>a5aa1469-eda3-435b-b5e1-beb33da9b0fe</ID>
  <Icon>sample string 6</Icon>
  <Logo>sample string 5</Logo>
  <QRCode>sample string 10</QRCode>
  <SName>sample string 4</SName>
  <State>true</State>
  <ThemeID>58c95648-75a1-453d-b586-9352b212674d</ThemeID>
  <TowDomainName>sample string 7</TowDomainName>
</WebsiteModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WebsiteModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.