GET api/Express/GetKdNiaoConfigs

获取商城快递公司配置(快递鸟)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取商城快递公司配置(快递鸟)

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.

Response 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>