GET api/Express/GetKdNiaoTraces?CompanyId={CompanyId}&LogisticCode={LogisticCode}

获取运单进度(快递鸟)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CompanyId

快递公司标识

integer

None.

LogisticCode

运单编号

string

None.

Body Parameters

None.

Response Information

Resource Description

获取运单进度(快递鸟)

KdNiaoDeliveryResultDto
NameDescriptionTypeAdditional information
EBusinessID

电商编号

string

None.

OrderCode

订单号

string

None.

ShipperCode

快递公司编号

string

None.

LogisticCode

运单号

string

None.

Success

是否成功

boolean

None.

State

状态

integer

None.

Reason

错误信息

string

None.

Traces

运单轨迹

Collection of KdNiaoDeliveryTraceDto

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<KdNiaoDeliveryResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Delivery">
  <EBusinessID>sample string 1</EBusinessID>
  <LogisticCode>sample string 4</LogisticCode>
  <OrderCode>sample string 2</OrderCode>
  <Reason>sample string 7</Reason>
  <ShipperCode>sample string 3</ShipperCode>
  <State>6</State>
  <Success>true</Success>
  <Traces>
    <KdNiaoDeliveryTraceDto>
      <AcceptStation>sample string 2</AcceptStation>
      <AcceptTime>2024-04-27T04:27:41.9661721+08:00</AcceptTime>
      <Remark>sample string 3</Remark>
    </KdNiaoDeliveryTraceDto>
    <KdNiaoDeliveryTraceDto>
      <AcceptStation>sample string 2</AcceptStation>
      <AcceptTime>2024-04-27T04:27:41.9661721+08:00</AcceptTime>
      <Remark>sample string 3</Remark>
    </KdNiaoDeliveryTraceDto>
  </Traces>
</KdNiaoDeliveryResultDto>