POST api/Online/AddImageRow
Request Information
URI Parameters
None.
Body Parameters
Online_Gallery| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MerchantId | integer |
None. |
|
| PhotoUrl | string |
None. |
|
| OrderNum | integer |
None. |
|
| Status | integer |
None. |
|
| Title | string |
None. |
|
| Link | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"MerchantId": 1,
"PhotoUrl": "sample string 2",
"OrderNum": 1,
"Status": 1,
"Title": "sample string 3",
"Link": "sample string 4"
}
application/xml, text/xml
Sample:
<Online_Gallery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models"> <ID>1</ID> <Link>sample string 4</Link> <MerchantId>1</MerchantId> <OrderNum>1</OrderNum> <PhotoUrl>sample string 2</PhotoUrl> <Status>1</Status> <Title>sample string 3</Title> </Online_Gallery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.