POST Api/EMEAServicesCommonLanguage/fasttrackrule/addupdate

Request Information

URI Parameters

None.

Body Parameters

EMEAServicesFastTrackRuleModel
NameDescriptionTypeAdditional information
Id

integer

None.

InsightEntityId

integer

None.

InsightEntity

string

None.

CommonLanguageId

integer

None.

CommonlanguageName

string

None.

BlueprintId

integer

None.

BlueprintName

string

None.

Currency

string

None.

RevenueAmount

decimal number

None.

GPPercentage

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "InsightEntityId": 2,
  "InsightEntity": "sample string 3",
  "CommonLanguageId": 4,
  "CommonlanguageName": "sample string 5",
  "BlueprintId": 6,
  "BlueprintName": "sample string 7",
  "Currency": "sample string 8",
  "RevenueAmount": 1.0,
  "GPPercentage": 1.0
}

application/xml, text/xml

Sample:
<EMEAServicesFastTrackRuleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.EMEA.EMEAServices.Response">
  <BlueprintId>6</BlueprintId>
  <BlueprintName>sample string 7</BlueprintName>
  <CommonLanguageId>4</CommonLanguageId>
  <CommonlanguageName>sample string 5</CommonlanguageName>
  <Currency>sample string 8</Currency>
  <GPPercentage>1</GPPercentage>
  <Id>1</Id>
  <InsightEntity>sample string 3</InsightEntity>
  <InsightEntityId>2</InsightEntityId>
  <RevenueAmount>1</RevenueAmount>
</EMEAServicesFastTrackRuleModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.