POST api/PhieuScan/FileToSync
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of FileAutoSyncModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| CompName | string |
None. |
|
| CompID | string |
None. |
|
| UserName | string |
None. |
|
| FilePath | string |
None. |
|
| SyncStatus | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "34d43772-9cb6-441c-bfd0-30c0a2e70755",
"CompName": "sample string 2",
"CompID": "sample string 3",
"UserName": "sample string 4",
"FilePath": "sample string 5",
"SyncStatus": true
},
{
"GuidID": "34d43772-9cb6-441c-bfd0-30c0a2e70755",
"CompName": "sample string 2",
"CompID": "sample string 3",
"UserName": "sample string 4",
"FilePath": "sample string 5",
"SyncStatus": true
}
]