POST api/Product/GetSyncProducts
Request Information
URI Parameters
None.
Body Parameters
GetBaseProductSyncRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| listofsync | Collection of Storedata |
None. |
|
| businessId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"listofsync": [
{
"TableName": "sample string 1",
"LastSync": "2026-03-24T08:47:46.584803+00:00"
},
{
"TableName": "sample string 1",
"LastSync": "2026-03-24T08:47:46.584803+00:00"
}
],
"businessId": 1
}
application/xml, text/xml
Sample:
<GetBaseProductSyncRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TAG.ReqResp">
<businessId>1</businessId>
<listofsync>
<Storedata>
<LastSync>2026-03-24T08:47:46.584803+00:00</LastSync>
<TableName>sample string 1</TableName>
</Storedata>
<Storedata>
<LastSync>2026-03-24T08:47:46.584803+00:00</LastSync>
<TableName>sample string 1</TableName>
</Storedata>
</listofsync>
</GetBaseProductSyncRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetBaseProductResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Token | globally unique identifier |
None. |
|
| BaseObjects | Collection of BaseProductModel |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: