POST api/MoveFile

Request Information

URI Parameters

None.

Body Parameters

MoveFileModel
NameDescriptionTypeAdditional information
SourceURL

string

None.

TargetURL

string

None.

ListIDNumber

string

None.

SourceListName

string

None.

SourceListID

string

None.

TargetListName

string

None.

ContentTypeName

string

None.

DeleteFile

boolean

None.

IsEHSEDMMove

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SourceURL": "sample string 1",
  "TargetURL": "sample string 2",
  "ListIDNumber": "sample string 3",
  "SourceListName": "sample string 4",
  "SourceListID": "sample string 5",
  "TargetListName": "sample string 6",
  "ContentTypeName": "sample string 7",
  "DeleteFile": true,
  "IsEHSEDMMove": true
}

application/xml, text/xml

Sample:
<MoveFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/McWane.SP.MoveFile.Models">
  <ContentTypeName>sample string 7</ContentTypeName>
  <DeleteFile>true</DeleteFile>
  <IsEHSEDMMove>true</IsEHSEDMMove>
  <ListIDNumber>sample string 3</ListIDNumber>
  <SourceListID>sample string 5</SourceListID>
  <SourceListName>sample string 4</SourceListName>
  <SourceURL>sample string 1</SourceURL>
  <TargetListName>sample string 6</TargetListName>
  <TargetURL>sample string 2</TargetURL>
</MoveFileModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.