Disenroll Log

Create DisenrollLog

Creates a new DisenrollLog

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
disenrollLog_Key
required
integer <int32>

ID for the specific disenroll log record Note: This field is marked as NOT NULL in the database and therefore required by the API.

coverage_Start
string or null <date-time>

Coverage start date of the enrollment in effect at the time fo the disenroll

disenroll_Date
required
string <date-time>

Date when the disenroll is effective Note: This field is marked as NOT NULL in the database and therefore required by the API.

division_ID
string or null <= 20 characters

Division ID of the enrollment in effect at the time fo the disenroll

entry_Date
string <date-time>

Date record was first added to the system

entry_User
string or null <= 20 characters

User that first added the record to the system

group_ID
string or null <= 20 characters

Group ID of the enrollment in effect at the time fo the disenroll

member_Seq
required
string [ 1 .. 2 ] characters

Sequential identifier assigned to the Member

plan_ID
string or null <= 20 characters

Holds the plan the patient is enrolled in and that benefits are assigned.

reason_ID
integer or null <int32>

ID for the disenroll reason code

subscriber_ID
required
string [ 1 .. 9 ] characters

Unique system assigned number for the Subscriber

update_Date
string <date-time>

Date the record was last updated in the system

update_User
string or null <= 20 characters

User that last updated the record in the system

Responses
200

Success

401

Unauthorized

post/disenroll-logs
Request samples
{
  • "disenrollLog_Key": 0,
  • "coverage_Start": "2019-08-24T14:15:22Z",
  • "disenroll_Date": "2019-08-24T14:15:22Z",
  • "division_ID": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "group_ID": "string",
  • "member_Seq": "st",
  • "plan_ID": "string",
  • "reason_ID": 0,
  • "subscriber_ID": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List DisenrollLog

Lists all DisenrollLog

SecurityapiKeyAuth and bearerAuth
Request
query Parameters
Subscriber_ID
string

Optional filter to limit rows containing Subscriber_ID

Member_Seq
string

Optional filter to limit rows containing Member_Seq

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.

page
integer <int32>
Default: 1

Page

pageSize
integer <int32>
Default: 100

Page Size

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/disenroll-logs
Request samples
Response samples
No sample

Get DisenrollLog

Gets DisenrollLog

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

DisenrollLog Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/disenroll-logs/{DisenrollLog_Key}
Request samples
Response samples
No sample

Update DisenrollLog

Updates a specific DisenrollLog.

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

DisenrollLog Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
disenrollLog_Key
required
integer <int32>

ID for the specific disenroll log record Note: This field is marked as NOT NULL in the database and therefore required by the API.

coverage_Start
string or null <date-time>

Coverage start date of the enrollment in effect at the time fo the disenroll

disenroll_Date
required
string <date-time>

Date when the disenroll is effective Note: This field is marked as NOT NULL in the database and therefore required by the API.

division_ID
string or null <= 20 characters

Division ID of the enrollment in effect at the time fo the disenroll

entry_Date
string <date-time>

Date record was first added to the system

entry_User
string or null <= 20 characters

User that first added the record to the system

group_ID
string or null <= 20 characters

Group ID of the enrollment in effect at the time fo the disenroll

member_Seq
required
string [ 1 .. 2 ] characters

Sequential identifier assigned to the Member

plan_ID
string or null <= 20 characters

Holds the plan the patient is enrolled in and that benefits are assigned.

reason_ID
integer or null <int32>

ID for the disenroll reason code

subscriber_ID
required
string [ 1 .. 9 ] characters

Unique system assigned number for the Subscriber

update_Date
string <date-time>

Date the record was last updated in the system

update_User
string or null <= 20 characters

User that last updated the record in the system

Responses
200

Success

401

Unauthorized

put/disenroll-logs/{DisenrollLog_Key}
Request samples
{
  • "disenrollLog_Key": 0,
  • "coverage_Start": "2019-08-24T14:15:22Z",
  • "disenroll_Date": "2019-08-24T14:15:22Z",
  • "division_ID": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "group_ID": "string",
  • "member_Seq": "st",
  • "plan_ID": "string",
  • "reason_ID": 0,
  • "subscriber_ID": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete DisenrollLog

Deletes an DisenrollLog

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

DisenrollLog Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/disenroll-logs/{DisenrollLog_Key}
Request samples

Create or Update Batch DisenrollLog

Create or Update multiple DisenrollLog 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
disenrollLog_Key
required
integer <int32>

ID for the specific disenroll log record Note: This field is marked as NOT NULL in the database and therefore required by the API.

coverage_Start
string or null <date-time>

Coverage start date of the enrollment in effect at the time fo the disenroll

disenroll_Date
required
string <date-time>

Date when the disenroll is effective Note: This field is marked as NOT NULL in the database and therefore required by the API.

division_ID
string or null <= 20 characters

Division ID of the enrollment in effect at the time fo the disenroll

entry_Date
string <date-time>

Date record was first added to the system

entry_User
string or null <= 20 characters

User that first added the record to the system

group_ID
string or null <= 20 characters

Group ID of the enrollment in effect at the time fo the disenroll

member_Seq
required
string [ 1 .. 2 ] characters

Sequential identifier assigned to the Member

plan_ID
string or null <= 20 characters

Holds the plan the patient is enrolled in and that benefits are assigned.

reason_ID
integer or null <int32>

ID for the disenroll reason code

subscriber_ID
required
string [ 1 .. 9 ] characters

Unique system assigned number for the Subscriber

update_Date
string <date-time>

Date the record was last updated in the system

update_User
string or null <= 20 characters

User that last updated the record in the system

Responses
207

Success

401

Unauthorized

put/disenroll-logs-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}