PUT Events/Task/{taskID}?validateOnly={validateOnly}

Update task

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskID

EventID of Task to be updated

integer

Required

validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

Task data

TaskDTO
NameDescriptionTypeAdditional information
EventID

Event ID

integer

None.

BUID

BUID

integer

None.

SubType

Sub Type

EventSubType

None.

EventRecurrenceID

Event Recurrence ID

integer

None.

EventRecurrenceName

Event Recurrence Name

string

None.

PrimaryServiceProviderEntityID

Primary Service Provider Entity ID

integer

None.

PrimaryServiceProviderEntityName

Primary Service Provider Entity Name

NameDTO

None.

PrimaryServiceReceiverEntityID

Primary Service Receiver Entity ID

integer

None.

PrimaryServiceReceiverEntityName

Primary Service Receiver Entity Name

NameDTO

None.

PrimaryGroupEntityID

Primary Group Entity ID

integer

None.

PrimaryGroupEntityName

Primary Group Entity Name

string

None.

RoleID

Role ID

integer

None.

RoleName

Role Name

string

None.

StartDateUtc

Start Date Utc

date

None.

Priority

Priority

EventPriority

None.

SubmissionType

Submission Type

SubmissionType

None.

DueDateUtc

Due Date Utc

date

None.

Status

Status

EventStatus

None.

StatusReason

Status Reason

string

None.

StatusLastUpdatedOnUtc

Status Last Updated On Utc

date

None.

StatusLastUpdatedBy

Status Last Updated By

string

None.

StatusLastUpdatedByUserID

Status Last Updated By User ID

integer

None.

Subject

Subject

string

None.

Details

Details

string

None.

Comments

Comments

string

None.

PercentComplete

Percent Complete

byte

None.

Notify

Notify

boolean

None.

NotifyDateUtc

Notify Date Utc

date

None.

NotifyUserID

Notify User ID

integer

None.

Entities

Entities

Collection of EntityEventDTO

None.

Extensions

Entities

Collection of FormDataExtensionDto

None.

Forms

Forms

Collection of EventFormDTO

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

CurrentLocation

Current location (bed or address)

string

None.

BusinessUnitName

Business Unit Name

string

None.

Recurrence

Stores Event Recurrence data

EventRecurrenceDTO

None.

IsOverdue

Is Overdue

boolean

None.

NextOccurrenceDateUtc

Next Occurrence Date Utc

date

None.

Summary

Summary

string

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.