POST FADashboard/CreateUpdateFAStudy

Request Information

URI Parameters

None.

Body Parameters

StudyFAModel
NameDescriptionTypeAdditional information
studyId

integer

None.

studyName

string

None.

studyDescription

string

None.

partnerName

string

None.

partnerEmail

string

None.

currencyId

integer

None.

TargetCompanyId

integer

None.

IndustryIds

string

None.

copyStudyId

integer

None.

MinYear

integer

None.

MaxYear

integer

None.

TotalrevMin

integer

None.

TotalrevMax

integer

None.

EBIDAMin

decimal number

None.

EBIDAMax

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "studyId": 1,
  "studyName": "sample string 2",
  "studyDescription": "sample string 3",
  "partnerName": "sample string 4",
  "partnerEmail": "sample string 5",
  "currencyId": 6,
  "TargetCompanyId": 7,
  "IndustryIds": "sample string 8",
  "copyStudyId": 1,
  "MinYear": 9,
  "MaxYear": 10,
  "TotalrevMin": 11,
  "TotalrevMax": 12,
  "EBIDAMin": 13.0,
  "EBIDAMax": 14.0
}

application/xml, text/xml

Sample:
<StudyFAModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.Data.Models">
  <EBIDAMax>14</EBIDAMax>
  <EBIDAMin>13</EBIDAMin>
  <IndustryIds>sample string 8</IndustryIds>
  <MaxYear>10</MaxYear>
  <MinYear>9</MinYear>
  <TargetCompanyId>7</TargetCompanyId>
  <TotalrevMax>12</TotalrevMax>
  <TotalrevMin>11</TotalrevMin>
  <copyStudyId>1</copyStudyId>
  <currencyId>6</currencyId>
  <partnerEmail>sample string 5</partnerEmail>
  <partnerName>sample string 4</partnerName>
  <studyDescription>sample string 3</studyDescription>
  <studyId>1</studyId>
  <studyName>sample string 2</studyName>
</StudyFAModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.