GET api/groupplantemplates/{groupplantemplateid}/specialdrugpricings/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupplantemplateid

integer

Required

id

integer

Required

Body Parameters

None.

Response Information

Resource Description

SpecialDrugPricingModel
NameDescriptionTypeAdditional information
PlanNo

Gets or sets the Plan number

integer

None.

CompoundPricing

Gets or sets the Compound Pricing

boolean

None.

Description

Gets or sets the Description

string

None.

DispenseFee

Gets or sets the Dispense Fee

decimal number

None.

Effort1Fee

Gets or sets the Effort1 Free

decimal number

None.

Effort2Fee

Gets or sets the Effort2 Free

decimal number

None.

Effort3Fee

Gets or sets the Effort3 Free

decimal number

None.

Effort4Fee

Gets or sets the Effort4 Free

decimal number

None.

Effort5Fee

Gets or sets the Effort5 Free

decimal number

None.

MinimumDrugs

Gets or sets the Minimum Drugs

byte

None.

PriceDrugs

Gets or sets the value to Price Drugs

boolean

None.

PriceTopDrugs

Gets or sets the value to Price Top Drugs

byte

None.

RequireValidNDC

Gets or sets the value to Require Valid NDC

boolean

None.

UseGrossAmountDue

Gets or sets the value to Use Gross Amount Due

boolean

None.

UseGrossAmountDueIfNoPricing

Gets or sets the value to Use Gross Amount Due if no pricing

boolean

None.

UseNetworkOptions

Gets or sets the value to Use Network Options

boolean

None.

UseSubmittedDispenseFee

Gets or sets the value to Use Submitted Dispense Fee

boolean

None.

UseUsualAndCustomary

Gets or sets the value to Use Usual and Customary

boolean

None.

MinimumRate

Gets or sets the minimum rate

decimal number

None.

MinimumRateDaysInterval

Gets or sets the minimum rate days interval

byte

None.

UsualAndCustomaryAdjustmentIC

Gets or sets the Usual and Customary Adjustment IC

decimal number

None.

UsualAndCustomaryRate

Gets or sets the Usual and Customary Rate

decimal number

None.

UsualAndCustomaryRatePerUnit

Gets or sets the Usual and Customary Rate per Unit

boolean

None.

UsualAndCustomaryPerDiemRate

Gets or sets the Usual and Customary per Diem Rate

decimal number

None.

MemberClaimFee

Gets or sets the Member Claim Fee

decimal number

None.

Url

Gets or sets the link representing a link back to the resource

string

None.

ID

Gets or sets the identifier for the resource

integer

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:
{
  "url": "sample string 3",
  "id": 4,
  "planNo": 1,
  "compoundPricing": true,
  "description": "sample string 2",
  "dispenseFee": 1.0,
  "effort1Fee": 1.0,
  "effort2Fee": 1.0,
  "effort3Fee": 1.0,
  "effort4Fee": 1.0,
  "effort5Fee": 1.0,
  "minimumDrugs": 64,
  "priceDrugs": true,
  "priceTopDrugs": 64,
  "requireValidNDC": true,
  "useGrossAmountDue": true,
  "useGrossAmountDueIfNoPricing": true,
  "useNetworkOptions": true,
  "useSubmittedDispenseFee": true,
  "useUsualAndCustomary": true,
  "minimumRate": 1.0,
  "minimumRateDaysInterval": 64,
  "usualAndCustomaryAdjustmentIC": 1.0,
  "usualAndCustomaryRate": 1.0,
  "usualAndCustomaryRatePerUnit": true,
  "usualAndCustomaryPerDiemRate": 1.0,
  "memberClaimFee": 1.0
}