POST api/CloudSync/RemoveDownload
Request Information
URI Parameters
None.
Body Parameters
DownloadModel| Name | Description | Type | Additional 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": "74c735d5-3a83-4c40-808d-ae5e94f56e6a",
"UserName": "sample string 1",
"Date": "2026-05-26T16:24:31.214516+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>2026-05-26T16:24:31.214516+07:00</Date> <Id>1</Id> <TableCode>Other</TableCode> <TableGuid>74c735d5-3a83-4c40-808d-ae5e94f56e6a</TableGuid> <TableId>1</TableId> <UserName>sample string 1</UserName> </DownloadModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.