POST LifeHall/RefundOrders/UpdateStatus
请求参数
URI 参数
无。
Body 参数
RefundAuditRP名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
refundOrderId | string |
无。 |
|
remarks | string |
无。 |
|
auditstatus | string |
无。 |
|
userId | string |
无。 |
|
clientIp | string |
无。 |
请求格式
application/json, text/json
示例:
{ "refundOrderId": "sample string 1", "remarks": "sample string 2", "auditstatus": "sample string 3", "userId": "sample string 4", "clientIp": "sample string 5" }
application/xml, text/xml
示例:
<RefundAuditRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order"> <auditstatus>sample string 3</auditstatus> <clientIp>sample string 5</clientIp> <refundOrderId>sample string 1</refundOrderId> <remarks>sample string 2</remarks> <userId>sample string 4</userId> </RefundAuditRP>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Version | Version |
无。 |
|
Content | HttpContent |
无。 |
|
StatusCode | HttpStatusCode |
无。 |
|
ReasonPhrase | string |
无。 |
|
Headers | Object 集合 |
无。 |
|
RequestMessage | HttpRequestMessage |
无。 |
|
IsSuccessStatusCode | boolean |
无。 |