POST api/v{version}/MobileUser/Study/{studyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
|
| studyId | string |
None. |
Body Parameters
MobileUserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceId | globally unique identifier |
Required |
|
| DeviceName | string |
Required Max length: 200 |
Request Formats
application/json, text/json
Sample:
{
"deviceId": "ba04ad63-6f00-40c3-98e0-3910261b8151",
"deviceName": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.