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": "d712ac1e-0450-4e9c-a20c-3401b2ffa341",
"CompName": "sample string 2",
"CompID": "sample string 3",
"UserName": "sample string 4",
"FilePath": "sample string 5",
"SyncStatus": true
},
{
"GuidID": "d712ac1e-0450-4e9c-a20c-3401b2ffa341",
"CompName": "sample string 2",
"CompID": "sample string 3",
"UserName": "sample string 4",
"FilePath": "sample string 5",
"SyncStatus": true
}
]