POST api/CloudSync/DeleteDownload

Request Information

URI Parameters

None.

Body Parameters

DownloadModel
NameDescriptionTypeAdditional information
Id

integer

None.

TableCode

IQTableCodes

None.

TableId

integer

None.

TableGuid

globally unique identifier

None.

UserName

string

None.

Date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TableCode": 0,
  "TableId": 1,
  "TableGuid": "9aa091b8-34d5-4a2e-9cd9-c7d3bec6a7c7",
  "UserName": "sample string 1",
  "Date": "2025-12-06T11:02:57.6704639+07:00"
}

application/xml, text/xml

Sample:
<DownloadModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.CloudModels.SystemCloudModels">
  <Date>2025-12-06T11:02:57.6704639+07:00</Date>
  <Id>1</Id>
  <TableCode>Other</TableCode>
  <TableGuid>9aa091b8-34d5-4a2e-9cd9-c7d3bec6a7c7</TableGuid>
  <TableId>1</TableId>
  <UserName>sample string 1</UserName>
</DownloadModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.