POST api/RatesManagement/GetAwardsAndServiceFeeDetailsForQuote/{quoteId}

Use to fetch Quote parameters

Request Information

URI Parameters

NameDescriptionTypeAdditional information
quoteId

integer

Required

Body Parameters

Collection of ParameterValueDataQuotes
NameDescriptionTypeAdditional information
ParameterId

string

None.

ParameterName

string

None.

ParameterType

string

None.

ProductValue

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ParameterId": "sample string 1",
    "ParameterName": "sample string 2",
    "ParameterType": "sample string 3",
    "ProductValue": "sample string 4"
  },
  {
    "ParameterId": "sample string 1",
    "ParameterName": "sample string 2",
    "ParameterType": "sample string 3",
    "ProductValue": "sample string 4"
  }
]

text/xml

Sample:
<ArrayOfParameterValueDataQuotes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MFront.RatesManagementService">
  <ParameterValueDataQuotes>
    <ParameterId>sample string 1</ParameterId>
    <ParameterName>sample string 2</ParameterName>
    <ParameterType>sample string 3</ParameterType>
    <ProductValue>sample string 4</ProductValue>
  </ParameterValueDataQuotes>
  <ParameterValueDataQuotes>
    <ParameterId>sample string 1</ParameterId>
    <ParameterName>sample string 2</ParameterName>
    <ParameterType>sample string 3</ParameterType>
    <ProductValue>sample string 4</ProductValue>
  </ParameterValueDataQuotes>
</ArrayOfParameterValueDataQuotes>

multipart/form-data

Sample:
<ArrayOfParameterValueDataQuotes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MFront.RatesManagementService"><ParameterValueDataQuotes><ParameterId>sample string 1</ParameterId><ParameterName>sample string 2</ParameterName><ParameterType>sample string 3</ParameterType><ProductValue>sample string 4</ProductValue></ParameterValueDataQuotes><ParameterValueDataQuotes><ParameterId>sample string 1</ParameterId><ParameterName>sample string 2</ParameterName><ParameterType>sample string 3</ParameterType><ProductValue>sample string 4</ProductValue></ParameterValueDataQuotes></ArrayOfParameterValueDataQuotes>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AwardAndServiceFeeDetailsDO
NameDescriptionTypeAdditional information
AdminFeePercentage

string

None.

AwardBaseRate

decimal number

None.

AwardNormalRate

decimal number

None.

CasualLoadingRate

decimal number

None.

IsCasualLoadingRateApplicable

boolean

None.

ListPaycodeConfigurationDataQuote

Collection of PaycodeConfigurationDataQuotes

None.

ServiceFeeType

string

None.

ServiceFeeValue

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "AdminFeePercentage": "sample string 1",
  "AwardBaseRate": 2.0,
  "AwardNormalRate": 3.0,
  "CasualLoadingRate": 4.0,
  "IsCasualLoadingRateApplicable": true,
  "ListPaycodeConfigurationDataQuote": [
    {
      "AwardsConfigurationVersionId": 1,
      "AwardsConfigurationVersionPaycodeId": 2,
      "AwardsJobLevelRatesId": 3,
      "AwardsJobLevelRatesPayCodeId": 4,
      "ChargeRate": 1.0,
      "Description": "sample string 5",
      "FixedRate": 1.0,
      "IsCasualLoadingExcluded": true,
      "IsMultiplierOnBaseRate": true,
      "IsOnCostExcluded": true,
      "IsServiceFeeExcluded": true,
      "Multiplier": 10.0,
      "PayRate": 11.0,
      "Paycode": "sample string 12",
      "ProductGroup": "sample string 13",
      "RateCalcTemplateVersionId": 14,
      "RateCalcTemplateVersionPaycodeId": 15,
      "RateType": "sample string 16",
      "SequenceNumber": 17
    },
    {
      "AwardsConfigurationVersionId": 1,
      "AwardsConfigurationVersionPaycodeId": 2,
      "AwardsJobLevelRatesId": 3,
      "AwardsJobLevelRatesPayCodeId": 4,
      "ChargeRate": 1.0,
      "Description": "sample string 5",
      "FixedRate": 1.0,
      "IsCasualLoadingExcluded": true,
      "IsMultiplierOnBaseRate": true,
      "IsOnCostExcluded": true,
      "IsServiceFeeExcluded": true,
      "Multiplier": 10.0,
      "PayRate": 11.0,
      "Paycode": "sample string 12",
      "ProductGroup": "sample string 13",
      "RateCalcTemplateVersionId": 14,
      "RateCalcTemplateVersionPaycodeId": 15,
      "RateType": "sample string 16",
      "SequenceNumber": 17
    }
  ],
  "ServiceFeeType": "sample string 6",
  "ServiceFeeValue": 7.0
}

text/xml

Sample:
<AwardAndServiceFeeDetailsDO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MFront.RatesManagementService">
  <AdminFeePercentage>sample string 1</AdminFeePercentage>
  <AwardBaseRate>2</AwardBaseRate>
  <AwardNormalRate>3</AwardNormalRate>
  <CasualLoadingRate>4</CasualLoadingRate>
  <IsCasualLoadingRateApplicable>true</IsCasualLoadingRateApplicable>
  <ListPaycodeConfigurationDataQuote xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mfront.RatesManagementService">
    <d2p1:PaycodeConfigurationDataQuotes>
      <d2p1:AwardsConfigurationVersionId>1</d2p1:AwardsConfigurationVersionId>
      <d2p1:AwardsConfigurationVersionPaycodeId>2</d2p1:AwardsConfigurationVersionPaycodeId>
      <d2p1:AwardsJobLevelRatesId>3</d2p1:AwardsJobLevelRatesId>
      <d2p1:AwardsJobLevelRatesPayCodeId>4</d2p1:AwardsJobLevelRatesPayCodeId>
      <d2p1:ChargeRate>1</d2p1:ChargeRate>
      <d2p1:Description>sample string 5</d2p1:Description>
      <d2p1:FixedRate>1</d2p1:FixedRate>
      <d2p1:IsCasualLoadingExcluded>true</d2p1:IsCasualLoadingExcluded>
      <d2p1:IsMultiplierOnBaseRate>true</d2p1:IsMultiplierOnBaseRate>
      <d2p1:IsOnCostExcluded>true</d2p1:IsOnCostExcluded>
      <d2p1:IsServiceFeeExcluded>true</d2p1:IsServiceFeeExcluded>
      <d2p1:Multiplier>10</d2p1:Multiplier>
      <d2p1:PayRate>11</d2p1:PayRate>
      <d2p1:Paycode>sample string 12</d2p1:Paycode>
      <d2p1:ProductGroup>sample string 13</d2p1:ProductGroup>
      <d2p1:RateCalcTemplateVersionId>14</d2p1:RateCalcTemplateVersionId>
      <d2p1:RateCalcTemplateVersionPaycodeId>15</d2p1:RateCalcTemplateVersionPaycodeId>
      <d2p1:RateType>sample string 16</d2p1:RateType>
      <d2p1:SequenceNumber>17</d2p1:SequenceNumber>
    </d2p1:PaycodeConfigurationDataQuotes>
    <d2p1:PaycodeConfigurationDataQuotes>
      <d2p1:AwardsConfigurationVersionId>1</d2p1:AwardsConfigurationVersionId>
      <d2p1:AwardsConfigurationVersionPaycodeId>2</d2p1:AwardsConfigurationVersionPaycodeId>
      <d2p1:AwardsJobLevelRatesId>3</d2p1:AwardsJobLevelRatesId>
      <d2p1:AwardsJobLevelRatesPayCodeId>4</d2p1:AwardsJobLevelRatesPayCodeId>
      <d2p1:ChargeRate>1</d2p1:ChargeRate>
      <d2p1:Description>sample string 5</d2p1:Description>
      <d2p1:FixedRate>1</d2p1:FixedRate>
      <d2p1:IsCasualLoadingExcluded>true</d2p1:IsCasualLoadingExcluded>
      <d2p1:IsMultiplierOnBaseRate>true</d2p1:IsMultiplierOnBaseRate>
      <d2p1:IsOnCostExcluded>true</d2p1:IsOnCostExcluded>
      <d2p1:IsServiceFeeExcluded>true</d2p1:IsServiceFeeExcluded>
      <d2p1:Multiplier>10</d2p1:Multiplier>
      <d2p1:PayRate>11</d2p1:PayRate>
      <d2p1:Paycode>sample string 12</d2p1:Paycode>
      <d2p1:ProductGroup>sample string 13</d2p1:ProductGroup>
      <d2p1:RateCalcTemplateVersionId>14</d2p1:RateCalcTemplateVersionId>
      <d2p1:RateCalcTemplateVersionPaycodeId>15</d2p1:RateCalcTemplateVersionPaycodeId>
      <d2p1:RateType>sample string 16</d2p1:RateType>
      <d2p1:SequenceNumber>17</d2p1:SequenceNumber>
    </d2p1:PaycodeConfigurationDataQuotes>
  </ListPaycodeConfigurationDataQuote>
  <ServiceFeeType>sample string 6</ServiceFeeType>
  <ServiceFeeValue>7</ServiceFeeValue>
</AwardAndServiceFeeDetailsDO>

multipart/form-data

Sample:
<AwardAndServiceFeeDetailsDO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MFront.RatesManagementService"><AdminFeePercentage>sample string 1</AdminFeePercentage><AwardBaseRate>2</AwardBaseRate><AwardNormalRate>3</AwardNormalRate><CasualLoadingRate>4</CasualLoadingRate><IsCasualLoadingRateApplicable>true</IsCasualLoadingRateApplicable><ListPaycodeConfigurationDataQuote xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mfront.RatesManagementService"><d2p1:PaycodeConfigurationDataQuotes><d2p1:AwardsConfigurationVersionId>1</d2p1:AwardsConfigurationVersionId><d2p1:AwardsConfigurationVersionPaycodeId>2</d2p1:AwardsConfigurationVersionPaycodeId><d2p1:AwardsJobLevelRatesId>3</d2p1:AwardsJobLevelRatesId><d2p1:AwardsJobLevelRatesPayCodeId>4</d2p1:AwardsJobLevelRatesPayCodeId><d2p1:ChargeRate>1</d2p1:ChargeRate><d2p1:Description>sample string 5</d2p1:Description><d2p1:FixedRate>1</d2p1:FixedRate><d2p1:IsCasualLoadingExcluded>true</d2p1:IsCasualLoadingExcluded><d2p1:IsMultiplierOnBaseRate>true</d2p1:IsMultiplierOnBaseRate><d2p1:IsOnCostExcluded>true</d2p1:IsOnCostExcluded><d2p1:IsServiceFeeExcluded>true</d2p1:IsServiceFeeExcluded><d2p1:Multiplier>10</d2p1:Multiplier><d2p1:PayRate>11</d2p1:PayRate><d2p1:Paycode>sample string 12</d2p1:Paycode><d2p1:ProductGroup>sample string 13</d2p1:ProductGroup><d2p1:RateCalcTemplateVersionId>14</d2p1:RateCalcTemplateVersionId><d2p1:RateCalcTemplateVersionPaycodeId>15</d2p1:RateCalcTemplateVersionPaycodeId><d2p1:RateType>sample string 16</d2p1:RateType><d2p1:SequenceNumber>17</d2p1:SequenceNumber></d2p1:PaycodeConfigurationDataQuotes><d2p1:PaycodeConfigurationDataQuotes><d2p1:AwardsConfigurationVersionId>1</d2p1:AwardsConfigurationVersionId><d2p1:AwardsConfigurationVersionPaycodeId>2</d2p1:AwardsConfigurationVersionPaycodeId><d2p1:AwardsJobLevelRatesId>3</d2p1:AwardsJobLevelRatesId><d2p1:AwardsJobLevelRatesPayCodeId>4</d2p1:AwardsJobLevelRatesPayCodeId><d2p1:ChargeRate>1</d2p1:ChargeRate><d2p1:Description>sample string 5</d2p1:Description><d2p1:FixedRate>1</d2p1:FixedRate><d2p1:IsCasualLoadingExcluded>true</d2p1:IsCasualLoadingExcluded><d2p1:IsMultiplierOnBaseRate>true</d2p1:IsMultiplierOnBaseRate><d2p1:IsOnCostExcluded>true</d2p1:IsOnCostExcluded><d2p1:IsServiceFeeExcluded>true</d2p1:IsServiceFeeExcluded><d2p1:Multiplier>10</d2p1:Multiplier><d2p1:PayRate>11</d2p1:PayRate><d2p1:Paycode>sample string 12</d2p1:Paycode><d2p1:ProductGroup>sample string 13</d2p1:ProductGroup><d2p1:RateCalcTemplateVersionId>14</d2p1:RateCalcTemplateVersionId><d2p1:RateCalcTemplateVersionPaycodeId>15</d2p1:RateCalcTemplateVersionPaycodeId><d2p1:RateType>sample string 16</d2p1:RateType><d2p1:SequenceNumber>17</d2p1:SequenceNumber></d2p1:PaycodeConfigurationDataQuotes></ListPaycodeConfigurationDataQuote><ServiceFeeType>sample string 6</ServiceFeeType><ServiceFeeValue>7</ServiceFeeValue></AwardAndServiceFeeDetailsDO>