POST Api/FastTrackRule/AddUpdateFastTrackRule

Request Information

URI Parameters

None.

Body Parameters

NAServicesAddFastTrackRuleRequest
NameDescriptionTypeAdditional information
Id

integer

None.

CommonLanguageId

integer

None.

BlueprintId

integer

None.

Currency

string

None.

ThresholdGPPercent

decimal number

None.

ThresholdMonthlyFee

decimal number

None.

MinRevenue

decimal number

None.

ThresholdRevenue

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CommonLanguageId": 2,
  "BlueprintId": 3,
  "Currency": "sample string 4",
  "ThresholdGPPercent": 5.1,
  "ThresholdMonthlyFee": 6.1,
  "MinRevenue": 7.1,
  "ThresholdRevenue": 8.1
}

application/xml, text/xml

Sample:
<NAServicesAddFastTrackRuleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.NAServices.Request">
  <BlueprintId>3</BlueprintId>
  <CommonLanguageId>2</CommonLanguageId>
  <Currency>sample string 4</Currency>
  <Id>1</Id>
  <MinRevenue>7.1</MinRevenue>
  <ThresholdGPPercent>5.1</ThresholdGPPercent>
  <ThresholdMonthlyFee>6.1</ThresholdMonthlyFee>
  <ThresholdRevenue>8.1</ThresholdRevenue>
</NAServicesAddFastTrackRuleRequest>

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.