Creates or updates the device session for the current physical device: sets identifying info (device id/name, user, app version, db version) and first-synchronization metrics.

Request Information

URI Parameters :

None.

Body Parameters :

JSON body with device_id, device_name, user_id, optional db_version, physical_device_id, other_version_info, dateutc_install and the first_synchronization* fields.

Collection of Object

None.

Response Information

Resource Description :

IHttpActionResult containing the saved device (or minimal result if "prefer: return=minimal" was requested).

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.