Context4Health Cost Containment Option Pricing

Create CostContainContext4OptionPricing

Creates a new CostContainContext4OptionPricing

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
option_Key
required
integer <int32>
claim_Type
string or null <= 20 characters
context4_ClmUcrPct
integer or null <int32>
context4_ClmUcrPct_OON
integer or null <int32>
context4_MedicarePct
integer or null <int32>
context4_MedicarePct_OON
integer or null <int32>
context4_PctOfChg
integer or null <int32>
context4_PctOfChg_OON
integer or null <int32>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
plan_ID
required
string [ 1 .. 20 ] characters
provider_Type
string or null <= 10 characters
specialty_Code
string or null <= 10 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

post/context4health-cost-containment-option-pricing
Request samples
{
  • "option_Key": 0,
  • "claim_Type": "string",
  • "context4_ClmUcrPct": 0,
  • "context4_ClmUcrPct_OON": 0,
  • "context4_MedicarePct": 0,
  • "context4_MedicarePct_OON": 0,
  • "context4_PctOfChg": 0,
  • "context4_PctOfChg_OON": 0,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "plan_ID": "string",
  • "provider_Type": "string",
  • "specialty_Code": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List CostContainContext4OptionPricing

Lists all CostContainContext4OptionPricing

SecurityapiKeyAuth and bearerAuth
Request
query Parameters
planID
string

Plan ID

page
integer <int32>
Default: 1

Page

pageSize
integer <int32>
Default: 100

Page Size

sortBy
string

Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., 'Property1:desc,Property2:asc,Property3:asc' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/context4health-cost-containment-option-pricing
Request samples
Response samples
No sample

Get CostContainContext4OptionPricing

Gets CostContainContext4OptionPricing

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
optionKey
required
integer <int32>

Option Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/context4health-cost-containment-option-pricing/{optionKey}
Request samples
Response samples
No sample

Update CostContainContext4OptionPricing

Updates a specific CostContainContext4OptionPricing.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
optionKey
required
integer <int32>

Option Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
option_Key
required
integer <int32>
claim_Type
string or null <= 20 characters
context4_ClmUcrPct
integer or null <int32>
context4_ClmUcrPct_OON
integer or null <int32>
context4_MedicarePct
integer or null <int32>
context4_MedicarePct_OON
integer or null <int32>
context4_PctOfChg
integer or null <int32>
context4_PctOfChg_OON
integer or null <int32>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
plan_ID
required
string [ 1 .. 20 ] characters
provider_Type
string or null <= 10 characters
specialty_Code
string or null <= 10 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

put/context4health-cost-containment-option-pricing/{optionKey}
Request samples
{
  • "option_Key": 0,
  • "claim_Type": "string",
  • "context4_ClmUcrPct": 0,
  • "context4_ClmUcrPct_OON": 0,
  • "context4_MedicarePct": 0,
  • "context4_MedicarePct_OON": 0,
  • "context4_PctOfChg": 0,
  • "context4_PctOfChg_OON": 0,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "plan_ID": "string",
  • "provider_Type": "string",
  • "specialty_Code": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete CostContainContext4OptionPricing

Deletes an CostContainContext4OptionPricing

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
optionKey
required
integer <int32>

Option Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/context4health-cost-containment-option-pricing/{optionKey}
Request samples

Create or Update Batch CostContainContext4OptionPricing

Create or Update multiple CostContainContext4OptionPricing at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
option_Key
required
integer <int32>
claim_Type
string or null <= 20 characters
context4_ClmUcrPct
integer or null <int32>
context4_ClmUcrPct_OON
integer or null <int32>
context4_MedicarePct
integer or null <int32>
context4_MedicarePct_OON
integer or null <int32>
context4_PctOfChg
integer or null <int32>
context4_PctOfChg_OON
integer or null <int32>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
plan_ID
required
string [ 1 .. 20 ] characters
provider_Type
string or null <= 10 characters
specialty_Code
string or null <= 10 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
207

Success

401

Unauthorized

put/context4health-cost-containment-option-pricing-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}