POST Api/F/YH/EditBaseInfo?FactoryID={FactoryID}
编辑工厂基本信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FactoryID | globally unique identifier |
Required |
Body Parameters
FactoryRegModelName | Description | Type | Additional information |
---|---|---|---|
UserName |
注册账号 |
string |
None. |
PassWord |
注册密码 |
string |
None. |
PhoneCode |
手机验证码 |
string |
None. |
ID |
编号 |
globally unique identifier |
None. |
FName |
工厂名称 |
string |
None. |
Description |
工厂描述 |
string |
None. |
IndustryID |
产业行业分类 |
globally unique identifier |
None. |
LinkMan |
联系人 |
string |
None. |
Phone |
联系电话 |
string |
None. |
AreaCode |
地区码 |
string |
None. |
Address |
地址 |
string |
None. |
Location |
坐标 |
string |
None. |
LogoImage |
logo图片 |
string |
None. |
LogoThumbnail |
logo图片缩略图 |
string |
None. |
WxGzhEQCode |
公众号二维码 |
string |
None. |
WxXcxEQCode |
小程序二维码 |
string |
None. |
OpenState |
批发商城开发状态 |
boolean |
None. |
InvitationCode |
邀请码 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "PassWord": "sample string 2", "PhoneCode": "sample string 3", "ID": "88446a5b-5379-4bd3-b589-23c9e34e8337", "FName": "sample string 5", "Description": "sample string 6", "IndustryID": "0739e5ad-2d01-4f15-97c1-581c45d8be6e", "LinkMan": "sample string 8", "Phone": "sample string 9", "AreaCode": "sample string 10", "Address": "sample string 11", "Location": "sample string 12", "LogoImage": "sample string 13", "LogoThumbnail": "sample string 14", "WxGzhEQCode": "sample string 15", "WxXcxEQCode": "sample string 16", "OpenState": true, "InvitationCode": "sample string 18" }
application/xml, text/xml
Sample:
<FactoryRegModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LijiyTow.Liji_E.EAPI.Models.F.YH"> <Address>sample string 11</Address> <AreaCode>sample string 10</AreaCode> <Description>sample string 6</Description> <FName>sample string 5</FName> <ID>88446a5b-5379-4bd3-b589-23c9e34e8337</ID> <IndustryID>0739e5ad-2d01-4f15-97c1-581c45d8be6e</IndustryID> <InvitationCode>sample string 18</InvitationCode> <LinkMan>sample string 8</LinkMan> <Location>sample string 12</Location> <LogoImage>sample string 13</LogoImage> <LogoThumbnail>sample string 14</LogoThumbnail> <OpenState>true</OpenState> <PassWord>sample string 2</PassWord> <Phone>sample string 9</Phone> <PhoneCode>sample string 3</PhoneCode> <UserName>sample string 1</UserName> <WxGzhEQCode>sample string 15</WxGzhEQCode> <WxXcxEQCode>sample string 16</WxXcxEQCode> </FactoryRegModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.