POST Order/ReceiveGift
请求参数
URI 参数
无。
Body 参数
ReceiveGiftRP名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
OrderID | string |
无。 |
|
Province | string |
无。 |
|
ProvinceCode | string |
无。 |
|
City | string |
无。 |
|
CityCode | string |
无。 |
|
Area | string |
无。 |
|
AreaCode | string |
无。 |
|
Address | string |
无。 |
|
Name | string |
无。 |
|
Phone | string |
无。 |
请求格式
application/json, text/json
示例:
{ "OrderID": "sample string 1", "Province": "sample string 2", "ProvinceCode": "sample string 3", "City": "sample string 4", "CityCode": "sample string 5", "Area": "sample string 6", "AreaCode": "sample string 7", "Address": "sample string 8", "Name": "sample string 9", "Phone": "sample string 10" }
application/xml, text/xml
示例:
<ReceiveGiftRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order.Order.Request"> <Address>sample string 8</Address> <Area>sample string 6</Area> <AreaCode>sample string 7</AreaCode> <City>sample string 4</City> <CityCode>sample string 5</CityCode> <Name>sample string 9</Name> <OrderID>sample string 1</OrderID> <Phone>sample string 10</Phone> <Province>sample string 2</Province> <ProvinceCode>sample string 3</ProvinceCode> </ReceiveGiftRP>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Version | Version |
无。 |
|
Content | HttpContent |
无。 |
|
StatusCode | HttpStatusCode |
无。 |
|
ReasonPhrase | string |
无。 |
|
Headers | Object 集合 |
无。 |
|
RequestMessage | HttpRequestMessage |
无。 |
|
IsSuccessStatusCode | boolean |
无。 |