POST GroupRecord
请求参数
URI 参数
无。
Body 参数
SaveGroupRecordRP| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| GroupID | string |
无。 |
|
| GroupRecordID | string |
无。 |
|
| ItemID | string |
无。 |
|
| SkuID | string |
无。 |
|
| Qty | integer |
无。 |
|
| VIPID | string |
无。 |
|
| AddressID | string |
无。 |
请求格式
application/json, text/json
示例:
{
"GroupID": "sample string 1",
"GroupRecordID": "sample string 2",
"ItemID": "sample string 3",
"SkuID": "sample string 4",
"Qty": 5,
"VIPID": "sample string 6",
"AddressID": "sample string 7"
}
application/xml, text/xml
示例:
<SaveGroupRecordRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.GroupPurchase"> <AddressID>sample string 7</AddressID> <GroupID>sample string 1</GroupID> <GroupRecordID>sample string 2</GroupRecordID> <ItemID>sample string 3</ItemID> <Qty>5</Qty> <SkuID>sample string 4</SkuID> <VIPID>sample string 6</VIPID> </SaveGroupRecordRP>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| Version | Version |
无。 |
|
| Content | HttpContent |
无。 |
|
| StatusCode | HttpStatusCode |
无。 |
|
| ReasonPhrase | string |
无。 |
|
| Headers | Object 集合 |
无。 |
|
| RequestMessage | HttpRequestMessage |
无。 |
|
| IsSuccessStatusCode | boolean |
无。 |