POST api/v{version}/MobileUser/Study/{studyId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
|
studyId | string |
None. |
Body Parameters
MobileUserModelName | Description | Type | Additional information |
---|---|---|---|
DeviceId | globally unique identifier |
Required |
|
DeviceName | string |
Required Max length: 200 |
Request Formats
application/json, text/json
Sample:
{ "deviceId": "e6e6f471-18cd-4145-8c42-3a614464be85", "deviceName": "sample string 2" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.