POST DistOneAPi/syncasperconfig

Request Information

URI Parameters

None.

Body Parameters

TableNameViewModel
NameDescriptionTypeAdditional information
LastSync

date

None.

TableNames

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LastSync": "2024-11-21T03:36:21.9661374-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:36:21.9661374-05:00</LastSync>
  <TableNames>sample string 2</TableNames>
</TableNameViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>