POST Offline/getSyncTableListIncrementalMechanisam
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj_ | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"OfflineRecordList": [
{
"Id": 1,
"CompanyId": 2,
"TableName": "sample string 3",
"LastSyncTime": "2026-05-08T19:17:00.1824049+00:00",
"Status": "sample string 5"
},
{
"Id": 1,
"CompanyId": 2,
"TableName": "sample string 3",
"LastSyncTime": "2026-05-08T19:17:00.1824049+00:00",
"Status": "sample string 5"
},
{
"Id": 1,
"CompanyId": 2,
"TableName": "sample string 3",
"LastSyncTime": "2026-05-08T19:17:00.1824049+00:00",
"Status": "sample string 5"
}
],
"TableList": "sample string 1",
"company_id": 2
}
text/html
Sample:
{"OfflineRecordList":[{"Id":1,"CompanyId":2,"TableName":"sample string 3","LastSyncTime":"2026-05-08T19:17:00.1824049+00:00","Status":"sample string 5"},{"Id":1,"CompanyId":2,"TableName":"sample string 3","LastSyncTime":"2026-05-08T19:17:00.1824049+00:00","Status":"sample string 5"},{"Id":1,"CompanyId":2,"TableName":"sample string 3","LastSyncTime":"2026-05-08T19:17:00.1824049+00:00","Status":"sample string 5"}],"TableList":"sample string 1","company_id":2}
application/xml, text/xml
Sample:
<getSyncTableListIncrementalMechanisamModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NimbusOfflineServiceRestFull3.Models">
<OfflineRecordList>
<SyncInformationOfflineModel>
<CompanyId>2</CompanyId>
<Id>1</Id>
<LastSyncTime>2026-05-08T19:17:00.1824049+00:00</LastSyncTime>
<Status>sample string 5</Status>
<TableName>sample string 3</TableName>
</SyncInformationOfflineModel>
<SyncInformationOfflineModel>
<CompanyId>2</CompanyId>
<Id>1</Id>
<LastSyncTime>2026-05-08T19:17:00.1824049+00:00</LastSyncTime>
<Status>sample string 5</Status>
<TableName>sample string 3</TableName>
</SyncInformationOfflineModel>
<SyncInformationOfflineModel>
<CompanyId>2</CompanyId>
<Id>1</Id>
<LastSyncTime>2026-05-08T19:17:00.1824049+00:00</LastSyncTime>
<Status>sample string 5</Status>
<TableName>sample string 3</TableName>
</SyncInformationOfflineModel>
</OfflineRecordList>
<TableList>sample string 1</TableList>
<company_id>2</company_id>
</getSyncTableListIncrementalMechanisamModels>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />