GET api/CutPrice/{id}
砍价活动信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CommImageText| Name | Description | Type | Additional information |
|---|---|---|---|
| url | string |
None. |
|
| img | string |
None. |
|
| text | string |
None. |
|
| description | string |
None. |
|
| isShowText | boolean |
None. |
|
| type | integer |
None. |
|
| createTime | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"url": "sample string 1",
"img": "sample string 2",
"text": "sample string 3",
"description": "sample string 4",
"isShowText": true,
"type": 6,
"createTime": "sample string 7"
}
application/xml, text/xml
Sample:
<CommImageText xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models"> <createTime>sample string 7</createTime> <description>sample string 4</description> <img>sample string 2</img> <isShowText>true</isShowText> <text>sample string 3</text> <type>6</type> <url>sample string 1</url> </CommImageText>