POST api/Migration
Request Information
URI Parameters
None.
Body Parameters
FileInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Length | integer |
None. |
|
| DirectoryName | string |
None. |
|
| Directory | DirectoryInfo |
None. |
|
| IsReadOnly | boolean |
None. |
|
| Exists | boolean |
None. |
|
| FullName | string |
None. |
|
| Extension | string |
None. |
|
| CreationTime | date |
None. |
|
| CreationTimeUtc | date |
None. |
|
| LastAccessTime | date |
None. |
|
| LastAccessTimeUtc | date |
None. |
|
| LastWriteTime | date |
None. |
|
| LastWriteTimeUtc | date |
None. |
|
| Attributes | FileAttributes |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>