POST device/memory
Sends device's memory information.
Remarks
C4M Error Code returned:
- null - Memory Data stored successfully. 
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| receivedMemoryData | Memory information. | Define this parameter in the request body. | 
Request body formats
application/json, text/json
					Sample:
							
    {
  "availableExternalStorage": 1,
  "availableInternalStorage": 1,
  "availableRamMemory": 2,
  "deviceDate": {
    "date": "2020-05-15T17:03:27.6960553-03:00",
    "timeZoneId": "E. South America Standard Time",
    "utcOffset": -180
  },
  "totalExternalStorage": 1,
  "totalInternalStorage": 3,
  "totalRamMemory": 4,
  "receivedDate": "2020-05-15T17:03:27.6960553-03:00"
}
					Response Information
Operation result.
Response body formats
application/json, text/json
					Sample:
							
    Sample not available.