POST device/dataUsage
Receives a new device's data usage information.
Remarks
C4M Error Code returned:
null Data usage information stored successfully.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| receivedDataUsage | Data usage information. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"cycleStart": "2014-01-01T00:00:00",
"deviceDate": {
"date": "2020-05-15T17:03:27.6960553-03:00",
"timeZoneId": "E. South America Standard Time",
"utcOffset": -180
},
"receivedBytes": 1,
"sentBytes": 2,
"receivedDate": "2020-05-15T17:03:27.6960553-03:00"
}
Response Information
Operation result.
Response body formats
application/json, text/json
Sample:
Sample not available.