GET api/Pacts?pactID={pactID}
商家内容列表
请求信息
URI 参数
| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| pactID |
合同编号 |
string |
Required |
Body 参数
None.
响应信息
响应描述
商家内容列表
Collection of cGoodsContent| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| sequ | integer |
None. |
|
| type | string |
None. |
|
| content | string |
None. |
|
| Type | string |
None. |
|
| Content | string |
None. |
响应格式
application/json, text/json
Sample:
[
{
"_Sequ": 1,
"_Type": "sample string 4",
"_Content": "sample string 5"
},
{
"_Sequ": 1,
"_Type": "sample string 4",
"_Content": "sample string 5"
}
]
text/html
Sample:
[{"_Sequ":1,"_Type":"sample string 4","_Content":"sample string 5"},{"_Sequ":1,"_Type":"sample string 4","_Content":"sample string 5"}]