POST api/Units/ReActivate?serialNumber={serialNumber}
This re-activates a hibernated tracker. WARNING: re-activation can take up to 14 days when making this request. The tracker can instead be re-activated instantly by applying magnet. Making this request for a tracker that is not in hibernation mode is a non-operation and will return 300(NotModified).
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serialNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
This re-activates a hibernated tracker. WARNING: re-activation can take up to 14 days when making this request. The tracker can instead be re-activated instantly by applying magnet. Making this request for a tracker that is not in hibernation mode is a non-operation and will return 300(NotModified).
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.