Hash code associated with the device.
Email validation code.
POST / HTTP/1.1 Host: RegisterNewDevice Content-Type: application/json Accept: */* Content-Length: 72 { "HashCode": "someHashCodeValue", "PendingEmailCode": "someEmailCodeValue" }
Successful device registration.
{ "result": true, "errormsg": null, "errorcode": 0, "detail": null }