POST jxc_api/FileDownloadCenter/AddLog

Request Information

URI Parameters

None.

Body Parameters

AddLogRequestDTO
NameDescriptionTypeAdditional information
Id

integer

None.

Type

integer

None.

FileName

string

None.

IsFromAcc

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Type": 2,
  "FileName": "sample string 3",
  "IsFromAcc": true
}

application/xml, text/xml

Sample:
<AddLogRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting.FileDownloadCenter">
  <FileName>sample string 3</FileName>
  <Id>1</Id>
  <IsFromAcc>true</IsFromAcc>
  <Type>2</Type>
</AddLogRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.