POST Dashboard/InsertOVTNexgenStudy
Request Information
URI Parameters
None.
Body Parameters
OvtStudyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StudyId | integer |
None. |
|
| StudyName | string |
None. |
|
| TargetCompanyName | string |
None. |
|
| IndustryName | string |
None. |
|
| LocationName | string |
None. |
|
| PeerList | string |
None. |
|
| UserEmail | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudyId": 1,
"StudyName": "sample string 1",
"TargetCompanyName": "sample string 2",
"IndustryName": "sample string 3",
"LocationName": "sample string 4",
"PeerList": "sample string 5",
"UserEmail": "sample string 6"
}
application/xml, text/xml
Sample:
<OvtStudyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.REST.Models"> <IndustryName>sample string 3</IndustryName> <LocationName>sample string 4</LocationName> <PeerList>sample string 5</PeerList> <StudyId>1</StudyId> <StudyName>sample string 1</StudyName> <TargetCompanyName>sample string 2</TargetCompanyName> <UserEmail>sample string 6</UserEmail> </OvtStudyModel>
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. |