Import
Import a list of Remote PC Static to a Provider from a file.
Path parameters
idinteger · int32Required
Provider ID
Body
CsvFilestring · binaryOptional
Upload File
Responses
201
Created
401
Unauthorized
application/json; api-version=1.0
409
Conflict
application/json; api-version=1.0
post
POST /api/Provider/remotepcstatic/{id}/remotepc/Import HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 20
{
"CsvFile": "binary"
}
No content
Was this helpful?