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": "646f7cf3-965c-452a-ad52-5f0eecff97d0", "deviceName": "sample string 2" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.