POST api/Express/UpdateKdNiaoConfigs

更新商城快递公司配置(快递鸟)(只更新商户id和API Key)

Request Information

URI Parameters

None.

Body Parameters

mh163k_Express
NameDescriptionTypeAdditional information
Id

第三方标识

integer

None.

name

第三方名称

string

None.

Url

第三方请求Url

string

None.

EBusinessID

电商Id

string

None.

AppKey

电商加密Key

string

None.

Type

类型 我不知道是干什么的

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<mh163k_Express xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
  <AppKey>sample string 5</AppKey>
  <EBusinessID>sample string 4</EBusinessID>
  <Id>1</Id>
  <Type>6</Type>
  <Url>sample string 3</Url>
  <name>sample string 2</name>
</mh163k_Express>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

更新商城快递公司配置(快递鸟)(只更新商户id和API Key)

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