Care Case Work Logs

Create CareCaseWorkLog

Creates a new CareCaseWorkLog

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

Case Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
careCaseWorkLog_Key
required
integer <int32>
case_Key
required
integer <int32>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
member_Impact_Score
number or null <double>
plan_Impact_Score
number or null <double>
update_Date
string <date-time>
update_User
string or null <= 20 characters
workLog_Billable
required
boolean
workLog_Comment
string or null <= 2048 characters
workLog_Date
string or null <date-time>
workLog_Hour
integer or null <int32>
workLog_Minute
integer or null <int32>
workLog_SecondaryType
string or null <= 32 characters
workLog_SecondaryType2
string or null <= 32 characters
workLog_SecondaryType3
string or null <= 32 characters
workLog_SecondaryType4
string or null <= 32 characters
workLog_SecondaryType5
string or null <= 32 characters
workLog_Type
string or null <= 32 characters
workLog_Units
integer or null <int32>
workLog_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

post/cases/{caseKey}/work-logs
Request samples
{
  • "careCaseWorkLog_Key": 0,
  • "case_Key": 0,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "member_Impact_Score": 0.1,
  • "plan_Impact_Score": 0.1,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "workLog_Billable": true,
  • "workLog_Comment": "string",
  • "workLog_Date": "2019-08-24T14:15:22Z",
  • "workLog_Hour": 0,
  • "workLog_Minute": 0,
  • "workLog_SecondaryType": "string",
  • "workLog_SecondaryType2": "string",
  • "workLog_SecondaryType3": "string",
  • "workLog_SecondaryType4": "string",
  • "workLog_SecondaryType5": "string",
  • "workLog_Type": "string",
  • "workLog_Units": 0,
  • "workLog_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List CareCaseWorkLog

Lists all CareCaseWorkLog for the given caseKey

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

Case Key

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/cases/{caseKey}/work-logs
Request samples
Response samples
No sample

Get CareCaseWorkLog

Gets CareCaseWorkLog

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

Case Key

careCaseWorkLogKey
required
integer <int32>

CareCaseWorkLog Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/cases/{caseKey}/work-logs/{careCaseWorkLogKey}
Request samples
Response samples
No sample

Update CareCaseWorkLog

Updates a specific CareCaseWorkLog.

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

Case Key

careCaseWorkLogKey
required
integer <int32>

CareCaseWorkLog Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
careCaseWorkLog_Key
required
integer <int32>
case_Key
required
integer <int32>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
member_Impact_Score
number or null <double>
plan_Impact_Score
number or null <double>
update_Date
string <date-time>
update_User
string or null <= 20 characters
workLog_Billable
required
boolean
workLog_Comment
string or null <= 2048 characters
workLog_Date
string or null <date-time>
workLog_Hour
integer or null <int32>
workLog_Minute
integer or null <int32>
workLog_SecondaryType
string or null <= 32 characters
workLog_SecondaryType2
string or null <= 32 characters
workLog_SecondaryType3
string or null <= 32 characters
workLog_SecondaryType4
string or null <= 32 characters
workLog_SecondaryType5
string or null <= 32 characters
workLog_Type
string or null <= 32 characters
workLog_Units
integer or null <int32>
workLog_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

put/cases/{caseKey}/work-logs/{careCaseWorkLogKey}
Request samples
{
  • "careCaseWorkLog_Key": 0,
  • "case_Key": 0,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "member_Impact_Score": 0.1,
  • "plan_Impact_Score": 0.1,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "workLog_Billable": true,
  • "workLog_Comment": "string",
  • "workLog_Date": "2019-08-24T14:15:22Z",
  • "workLog_Hour": 0,
  • "workLog_Minute": 0,
  • "workLog_SecondaryType": "string",
  • "workLog_SecondaryType2": "string",
  • "workLog_SecondaryType3": "string",
  • "workLog_SecondaryType4": "string",
  • "workLog_SecondaryType5": "string",
  • "workLog_Type": "string",
  • "workLog_Units": 0,
  • "workLog_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete CareCaseWorkLog

Deletes an CareCaseWorkLog

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

Case Key

careCaseWorkLogKey
required
integer <int32>

CareCaseWorkLog Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/cases/{caseKey}/work-logs/{careCaseWorkLogKey}
Request samples

Create or Update Batch CareCaseWorkLog

Create or Update multiple CareCaseWorkLog at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.

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

Case Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
careCaseWorkLog_Key
required
integer <int32>
case_Key
required
integer <int32>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
member_Impact_Score
number or null <double>
plan_Impact_Score
number or null <double>
update_Date
string <date-time>
update_User
string or null <= 20 characters
workLog_Billable
required
boolean
workLog_Comment
string or null <= 2048 characters
workLog_Date
string or null <date-time>
workLog_Hour
integer or null <int32>
workLog_Minute
integer or null <int32>
workLog_SecondaryType
string or null <= 32 characters
workLog_SecondaryType2
string or null <= 32 characters
workLog_SecondaryType3
string or null <= 32 characters
workLog_SecondaryType4
string or null <= 32 characters
workLog_SecondaryType5
string or null <= 32 characters
workLog_Type
string or null <= 32 characters
workLog_Units
integer or null <int32>
workLog_User
string or null <= 20 characters
Responses
207

Success

401

Unauthorized

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