POST api/wechat/saveECPlatformUser

Request Information

URI Parameters

None.

Body Parameters

ECPlatformUserInfoModel
NameDescriptionTypeAdditional information
IsAdd

boolean

None.

CustomerNumber

integer

None.

ECPlatformUserIndustryNumber

integer

None.

ECPlatformUserIndustryName

string

None.

ECPlatformMemberId

string

None.

ECPlatformShopUrl

string

None.

ECPlatformUserNumber

integer

None.

ECPlatformUserName

string

None.

ECPlatformNumber

integer

None.

ECPlatformName

string

None.

ECPlatformUserPassWord

string

None.

CompanyType

string

None.

CompanyCode

string

None.

ProvinceId

integer

None.

CityId

integer

None.

ContactsNumber

integer

None.

ContactName

string

None.

B2BCompanyServiceNumber

integer

None.

MiBaoTel

string

None.

ContactsMobile

string

None.

EmployeeNumber

integer

None.

IntelligenceImage

string

None.

OrderCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "isAdd": true,
  "customerNumber": 2,
  "ecPlatformUserIndustryNumber": 3,
  "ecPlatformUserIndustryName": "sample string 4",
  "ecPlatformMemberId": "sample string 5",
  "ecPlatformShopUrl": "sample string 6",
  "ecPlatformUserNumber": 7,
  "ecPlatformUserName": "sample string 8",
  "ecPlatformNumber": 9,
  "ecPlatformName": "sample string 10",
  "ecPlatformUserPassWord": "sample string 11",
  "companyType": "sample string 12",
  "companyCode": "sample string 13",
  "provinceId": 14,
  "cityId": 15,
  "contactsNumber": 16,
  "contactName": "sample string 17",
  "b2BCompanyServiceNumber": 18,
  "miBaoTel": "sample string 19",
  "contactsMobile": "sample string 20",
  "employeeNumber": 21,
  "intelligenceImage": "sample string 22",
  "orderCount": 23
}

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 'ECPlatformUserInfoModel'.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
success

boolean

None.

data

Object

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "data": {},
  "error": "sample string 3"
}