POST api/Online/AddImageRow
Request Information
URI Parameters
None.
Body Parameters
Online_GalleryName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
MerchantId | integer |
None. |
|
PhotoUrl | string |
None. |
|
OrderNum | integer |
None. |
|
Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "MerchantId": 1, "PhotoUrl": "sample string 2", "OrderNum": 1, "Status": 1 }
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> <MerchantId>1</MerchantId> <OrderNum>1</OrderNum> <PhotoUrl>sample string 2</PhotoUrl> <Status>1</Status> </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.