Context4Health Cost Containment Ex Codes

Create CostContainContext4ExCode

Creates a new CostContainContext4ExCode

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
exCode_Key
required
integer <int32>
caseIndex
string or null <= 8 characters
category
string or null <= 8 characters
defaultAction
string or null <= 8 characters
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
errorNumber_From
string or null <= 16 characters
errorNumber_Thru
string or null <= 16 characters
ex_Code
string or null <= 6 characters
messageType
string or null <= 8 characters
offendingCode
string or null <= 32 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

post/context4health-cost-containment-ex-codes
Request samples
{
  • "exCode_Key": 0,
  • "caseIndex": "string",
  • "category": "string",
  • "defaultAction": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "errorNumber_From": "string",
  • "errorNumber_Thru": "string",
  • "ex_Code": "string",
  • "messageType": "string",
  • "offendingCode": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List CostContainContext4ExCode

Lists all CostContainContext4ExCode

SecurityapiKeyAuth and bearerAuth
Request
query Parameters
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-ex-codes
Request samples
Response samples
No sample

Get CostContainContext4ExCode

Gets CostContainContext4ExCode

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

ExCode Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/context4health-cost-containment-ex-codes/{exCodeKey}
Request samples
Response samples
No sample

Update CostContainContext4ExCode

Updates a specific CostContainContext4ExCode.

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

ExCode Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
exCode_Key
required
integer <int32>
caseIndex
string or null <= 8 characters
category
string or null <= 8 characters
defaultAction
string or null <= 8 characters
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
errorNumber_From
string or null <= 16 characters
errorNumber_Thru
string or null <= 16 characters
ex_Code
string or null <= 6 characters
messageType
string or null <= 8 characters
offendingCode
string or null <= 32 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

put/context4health-cost-containment-ex-codes/{exCodeKey}
Request samples
{
  • "exCode_Key": 0,
  • "caseIndex": "string",
  • "category": "string",
  • "defaultAction": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "errorNumber_From": "string",
  • "errorNumber_Thru": "string",
  • "ex_Code": "string",
  • "messageType": "string",
  • "offendingCode": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete CostContainContext4ExCode

Deletes an CostContainContext4ExCode

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

ExCode Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/context4health-cost-containment-ex-codes/{exCodeKey}
Request samples

Create or Update Batch CostContainContext4ExCode

Create or Update multiple CostContainContext4ExCode 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
exCode_Key
required
integer <int32>
caseIndex
string or null <= 8 characters
category
string or null <= 8 characters
defaultAction
string or null <= 8 characters
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
errorNumber_From
string or null <= 16 characters
errorNumber_Thru
string or null <= 16 characters
ex_Code
string or null <= 6 characters
messageType
string or null <= 8 characters
offendingCode
string or null <= 32 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
207

Success

401

Unauthorized

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