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": "b1fda4ad-4426-4e93-a2d7-59296b4ea3f7",
"deviceName": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.