Disability Event Field Changes

Create DisabilityEventFieldChanged

Creates a new DisabilityEventFieldChanged

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
disabilityEventFieldChanged_Key
required
integer <int32>

Unique Identifier for the DisabilityEventFieldChanged table. Note: This field is marked as NOT NULL in the database and therefore required by the API.

disability_Type
string or null <= 8 characters

Identifies the type of disability (injury or illness).

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

ex_Code
string or null <= 6 characters

Explanation Code for this Change.

field_Name
string or null <= 128 characters

Name of the Field that was Changed.

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/disability-event-field-changes
Request samples
{
  • "disabilityEventFieldChanged_Key": 0,
  • "disability_Type": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "ex_Code": "string",
  • "field_Name": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List DisabilityEventFieldChanged

Lists all DisabilityEventFieldChanged

SecurityapiKeyAuth and bearerAuth
Request
query Parameters
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/disability-event-field-changes
Request samples
Response samples
No sample

Get DisabilityEventFieldChanged

Gets DisabilityEventFieldChanged

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

DisabilityEventFieldChanged Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/disability-event-field-changes/{DisabilityEventFieldChanged_Key}
Request samples
Response samples
No sample

Update DisabilityEventFieldChanged

Updates a specific DisabilityEventFieldChanged.

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

DisabilityEventFieldChanged Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
disabilityEventFieldChanged_Key
required
integer <int32>

Unique Identifier for the DisabilityEventFieldChanged table. Note: This field is marked as NOT NULL in the database and therefore required by the API.

disability_Type
string or null <= 8 characters

Identifies the type of disability (injury or illness).

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

ex_Code
string or null <= 6 characters

Explanation Code for this Change.

field_Name
string or null <= 128 characters

Name of the Field that was Changed.

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/disability-event-field-changes/{DisabilityEventFieldChanged_Key}
Request samples
{
  • "disabilityEventFieldChanged_Key": 0,
  • "disability_Type": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "ex_Code": "string",
  • "field_Name": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete DisabilityEventFieldChanged

Deletes an DisabilityEventFieldChanged

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

DisabilityEventFieldChanged Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/disability-event-field-changes/{DisabilityEventFieldChanged_Key}
Request samples

Create or Update Batch DisabilityEventFieldChanged

Create or Update multiple DisabilityEventFieldChanged 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
disabilityEventFieldChanged_Key
required
integer <int32>

Unique Identifier for the DisabilityEventFieldChanged table. Note: This field is marked as NOT NULL in the database and therefore required by the API.

disability_Type
string or null <= 8 characters

Identifies the type of disability (injury or illness).

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

ex_Code
string or null <= 6 characters

Explanation Code for this Change.

field_Name
string or null <= 128 characters

Name of the Field that was Changed.

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/disability-event-field-changes-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}