Context4Health Cost Containment Errors

Create CostContainContext4Error

Creates a new CostContainContext4Error

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
error_Key
required
integer <int32>
batch_Claim
integer or null <int32>
batch_Number
integer or null <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
errorDescription
string or null
errorNumber
string or null <= 16 characters
itsValue
string or null <= 64 characters
line
string or null <= 8 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-errors
Request samples
{
  • "error_Key": 0,
  • "batch_Claim": 0,
  • "batch_Number": 0,
  • "caseIndex": "string",
  • "category": "string",
  • "defaultAction": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "errorDescription": "string",
  • "errorNumber": "string",
  • "itsValue": "string",
  • "line": "string",
  • "messageType": "string",
  • "offendingCode": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List CostContainContext4Error

Lists all CostContainContext4Error

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

Get CostContainContext4Error

Gets CostContainContext4Error

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

Error Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/context4health-cost-containment-errors/{errorKey}
Request samples
Response samples
No sample

Update CostContainContext4Error

Updates a specific CostContainContext4Error.

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

Error Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
error_Key
required
integer <int32>
batch_Claim
integer or null <int32>
batch_Number
integer or null <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
errorDescription
string or null
errorNumber
string or null <= 16 characters
itsValue
string or null <= 64 characters
line
string or null <= 8 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-errors/{errorKey}
Request samples
{
  • "error_Key": 0,
  • "batch_Claim": 0,
  • "batch_Number": 0,
  • "caseIndex": "string",
  • "category": "string",
  • "defaultAction": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "errorDescription": "string",
  • "errorNumber": "string",
  • "itsValue": "string",
  • "line": "string",
  • "messageType": "string",
  • "offendingCode": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete CostContainContext4Error

Deletes an CostContainContext4Error

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

Error Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/context4health-cost-containment-errors/{errorKey}
Request samples

Create or Update Batch CostContainContext4Error

Create or Update multiple CostContainContext4Error 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
error_Key
required
integer <int32>
batch_Claim
integer or null <int32>
batch_Number
integer or null <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
errorDescription
string or null
errorNumber
string or null <= 16 characters
itsValue
string or null <= 64 characters
line
string or null <= 8 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-errors-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}