POST api/Sync/restorePoSDataByPage
Request Information
URI Parameters
None.
Body Parameters
JSONModel5| Name | Description | Type | Additional information |
|---|---|---|---|
| mid | integer |
None. |
|
| tablename | string |
None. |
|
| page | integer |
None. |
|
| token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mid": 1,
"tablename": "sample string 2",
"page": 3,
"token": "sample string 4"
}
application/xml, text/xml
Sample:
<JSONModel5 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models"> <mid>1</mid> <page>3</page> <tablename>sample string 2</tablename> <token>sample string 4</token> </JSONModel5>
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.