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": "382c86e4-5b93-44fb-b0b7-cd91c79ea4b3",
"UserName": "sample string 1",
"Date": "2026-03-27T15:48:53.0166574+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-03-27T15:48:53.0166574+07:00</Date> <Id>1</Id> <TableCode>Other</TableCode> <TableGuid>382c86e4-5b93-44fb-b0b7-cd91c79ea4b3</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.