POST api/refund/refundpost

退款物流

Request Information

URI Parameters

None.

Body Parameters

RefundExpress
NameDescriptionTypeAdditional information
userId

用户id

string

None.

refundId

退款id

string

None.

express

快递公司

string

None.

ydh

运单号

string

None.

note

备注

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "refundId": "sample string 2",
  "express": "sample string 3",
  "ydh": "sample string 4",
  "note": "sample string 5"
}

application/xml, text/xml

Sample:
<RefundExpress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Waiter.Mall.Apis.Models">
  <express>sample string 3</express>
  <note>sample string 5</note>
  <refundId>sample string 2</refundId>
  <userId>sample string 1</userId>
  <ydh>sample string 4</ydh>
</RefundExpress>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.