POST api/RRSLogistics/InterceptBack

拦截结果回传

Request Information

URI Parameters

None.

Body Parameters

参数

BaseParm
NameDescriptionTypeAdditional information
notify_id

string

Required

String length: inclusive between 0 and 64

partner

string

Required

String length: inclusive between 0 and 64

sign_type

string

Required

String length: inclusive between 0 and 16

sign

string

Required

String length: inclusive between 0 and 64

notify_type

string

Required

String length: inclusive between 0 and 16

notify_time

string

Required

content

string

Required

data_type

string

Required

Request Formats

application/json, text/json

Sample:
{
  "notify_id": "sample string 1",
  "partner": "sample string 2",
  "sign_type": "sample string 3",
  "sign": "sample string 4",
  "notify_type": "sample string 5",
  "notify_time": "sample string 6",
  "content": "sample string 7",
  "data_type": "sample string 8"
}

application/xml, text/xml

Sample:
<BaseParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JWS.Logic.Logistics.RRS.Entity">
  <Msg xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.Base">sample string 9</Msg>
  <content>sample string 7</content>
  <data_type>sample string 8</data_type>
  <notify_id>sample string 1</notify_id>
  <notify_time>sample string 6</notify_time>
  <notify_type>sample string 5</notify_type>
  <partner>sample string 2</partner>
  <sign>sample string 4</sign>
  <sign_type>sample string 3</sign_type>
</BaseParm>

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

Response Information

Resource Description

返回执行结果

ResultReturn
NameDescriptionTypeAdditional information
success

boolean

None.

errorCode

string

None.

errorMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errorCode": "sample string 2",
  "errorMsg": "sample string 3"
}

application/xml, text/xml

Sample:
<ResultReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JWS.Logic.Logistics.RRS.Entity">
  <errorCode>sample string 2</errorCode>
  <errorMsg>sample string 3</errorMsg>
  <success>true</success>
</ResultReturn>