Context4Health Cost Containment Options

Create CostContainContext4Option

Creates a new CostContainContext4Option

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
option_Key
required
integer <int32>
context_Option
required
string [ 1 .. 50 ] characters
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
exclude
required
boolean
from_Value
required
string [ 1 .. 128 ] characters
plan_ID
required
string [ 1 .. 20 ] characters
thru_Value
string or null <= 128 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

post/context4health-cost-containment-options
Request samples
{
  • "option_Key": 0,
  • "context_Option": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "exclude": true,
  • "from_Value": "string",
  • "plan_ID": "string",
  • "thru_Value": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List CostContainContext4Option

Lists all CostContainContext4Option

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-options
Request samples
Response samples
No sample

Get CostContainContext4Option

Gets CostContainContext4Option

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-options/{optionKey}
Request samples
Response samples
No sample

Update CostContainContext4Option

Updates a specific CostContainContext4Option.

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>
context_Option
required
string [ 1 .. 50 ] characters
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
exclude
required
boolean
from_Value
required
string [ 1 .. 128 ] characters
plan_ID
required
string [ 1 .. 20 ] characters
thru_Value
string or null <= 128 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

put/context4health-cost-containment-options/{optionKey}
Request samples
{
  • "option_Key": 0,
  • "context_Option": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "exclude": true,
  • "from_Value": "string",
  • "plan_ID": "string",
  • "thru_Value": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete CostContainContext4Option

Deletes an CostContainContext4Option

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-options/{optionKey}
Request samples

Create or Update Batch CostContainContext4Option

Create or Update multiple CostContainContext4Option 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>
context_Option
required
string [ 1 .. 50 ] characters
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
exclude
required
boolean
from_Value
required
string [ 1 .. 128 ] characters
plan_ID
required
string [ 1 .. 20 ] characters
thru_Value
string or null <= 128 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
207

Success

401

Unauthorized

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