POST DistOneAPi/syncasperconfig
Request Information
URI Parameters
None.
Body Parameters
TableNameViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LastSync | date |
None. |
|
| TableNames | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LastSync": "2025-11-03T02:02:21.1971531-05:00",
"TableNames": "sample string 2"
}
text/xml
Sample:
<TableNameViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DistOneWebAPI.ViewModels"> <LastSync>2025-11-03T02:02:21.1971531-05:00</LastSync> <TableNames>sample string 2</TableNames> </TableNameViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>