POST api/FilesDistribution

Request Information

URI Parameters

None.

Body Parameters

FilesLocation
NameDescriptionTypeAdditional information
filePattern1

string

None.

filePattern2

string

None.

filesSourceFullPath

string

None.

filesDestinationFullPath

string

None.

filesDestinationParentFolderPath

string

None.

cronExpression

string

None.

Request Formats

application/json, text/json

Sample:
{
  "filePattern1": "sample string 1",
  "filePattern2": "sample string 2",
  "filesSourceFullPath": "sample string 3",
  "filesDestinationFullPath": "sample string 4",
  "filesDestinationParentFolderPath": "sample string 5",
  "cronExpression": "sample string 6"
}

application/xml, text/xml

Sample:
<FilesLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackgroundSchedularJobs.Models">
  <cronExpression>sample string 6</cronExpression>
  <filePattern1>sample string 1</filePattern1>
  <filePattern2>sample string 2</filePattern2>
  <filesDestinationFullPath>sample string 4</filesDestinationFullPath>
  <filesDestinationParentFolderPath>sample string 5</filesDestinationParentFolderPath>
  <filesSourceFullPath>sample string 3</filesSourceFullPath>
</FilesLocation>

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.