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": "352ac8eb-3432-43ff-9a1f-aafe1b46b1ac",
"UserName": "sample string 1",
"Date": "2025-12-06T11:01:10.8959459+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:01:10.8959459+07:00</Date> <Id>1</Id> <TableCode>Other</TableCode> <TableGuid>352ac8eb-3432-43ff-9a1f-aafe1b46b1ac</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.