GET DistOneAPi/multisyncasperconfig
Request Information
URI Parameters
None.
Body Parameters
TableNameViewModelName | Description | Type | Additional information |
---|---|---|---|
LastSync | date |
None. |
|
TableNames | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LastSync": "2024-11-21T03:51:42.9639495-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>2024-11-21T03:51:42.9639495-05:00</LastSync> <TableNames>sample string 2</TableNames> </TableNameViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />