POST api/Online/UpdateSyncData
Request Information
URI Parameters
None.
Body Parameters
Online_SyncUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
None. |
|
| merchantId | integer |
None. |
|
| commandName | string |
None. |
|
| itemID | integer |
None. |
|
| commandData | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"key": "sample string 1",
"merchantId": 2,
"commandName": "sample string 3",
"itemID": 4,
"commandData": "sample string 5"
}
application/xml, text/xml
Sample:
<Online_SyncUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models"> <commandData>sample string 5</commandData> <commandName>sample string 3</commandName> <itemID>4</itemID> <key>sample string 1</key> <merchantId>2</merchantId> </Online_SyncUpdateModel>
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.