POST api/DeviceTransfer
Request Information
URI Parameters
None.
Body Parameters
DeviceParamQueryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceId | integer |
Required |
|
| Start | integer |
Required |
|
| End | integer |
Required |
|
| Metric | Collection of string |
None. |
|
| __sid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceId": 1,
"Start": 2,
"End": 3,
"Metric": [
"sample string 1",
"sample string 2"
],
"__sid": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.