POST Study/AddPeerToCartFromHeatMap
Request Information
URI Parameters
None.
Body Parameters
PropHeatmapParams| Name | Description | Type | Additional information |
|---|---|---|---|
| studyId | integer |
None. |
|
| StudyPeerIdandSearchText | Collection of StudyPeerIdandSearchTerm |
None. |
|
| IsPropprietary | boolean |
None. |
|
| userId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"studyId": 1,
"StudyPeerIdandSearchText": [
{
"StudyPeerId": 1,
"SearchTerm": "sample string 2"
},
{
"StudyPeerId": 1,
"SearchTerm": "sample string 2"
}
],
"IsPropprietary": true,
"userId": 3
}
application/xml, text/xml
Sample:
<PropHeatmapParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.REST.Models">
<IsPropprietary>true</IsPropprietary>
<StudyPeerIdandSearchText xmlns:d2p1="http://schemas.datacontract.org/2004/07/DUA.Data.Models">
<d2p1:StudyPeerIdandSearchTerm>
<d2p1:SearchTerm>sample string 2</d2p1:SearchTerm>
<d2p1:StudyPeerId>1</d2p1:StudyPeerId>
</d2p1:StudyPeerIdandSearchTerm>
<d2p1:StudyPeerIdandSearchTerm>
<d2p1:SearchTerm>sample string 2</d2p1:SearchTerm>
<d2p1:StudyPeerId>1</d2p1:StudyPeerId>
</d2p1:StudyPeerIdandSearchTerm>
</StudyPeerIdandSearchText>
<studyId>1</studyId>
<userId>3</userId>
</PropHeatmapParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |