POST api/DataPull/RunVidecomVrsCommand
Run Videcom VRS Command
Request Information
URI Parameters
None.
Body Parameters
VidecomVrsCommandModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
Required |
|
| Token | string |
Required |
|
| Command | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Url": "sample string 1",
"Token": "sample string 2",
"Command": "sample string 3"
}
multipart/form-data
Sample:
{"Url":"sample string 1","Token":"sample string 2","Command":"sample string 3"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.