PUT Events/Visit/{eventID}?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventID

integer

Required

validateOnly

boolean

Default value is False

Body Parameters

VisitDTO
NameDescriptionTypeAdditional information
EventID

integer

None.

BUID

integer

None.

SubType

EventSubType

None.

EventRecurrenceID

integer

None.

EventRecurrenceName

string

None.

ServiceID

integer

None.

PrimaryServiceProviderEntityID

integer

None.

PrimaryServiceProviderEntityName

NameDTO

None.

PrimaryServiceReceiverEntityID

integer

None.

PrimaryServiceReceiverEntityName

NameDTO

None.

PrimaryGroupEntityID

integer

None.

PrimaryGroupEntityName

string

None.

RoleID

integer

None.

RoleName

string

None.

SortDateUtc

date

None.

StartDateUtc

date

None.

StopDateUtc

date

None.

Minutes

integer

None.

Priority

EventPriority

None.

Status

EventStatus

None.

StatusReason

string

None.

StatusLastUpdatedOnUtc

date

None.

StatusLastUpdatedBy

string

None.

StatusLastUpdatedByUserID

integer

None.

ServiceName

string

None.

Comments

string

None.

PercentComplete

byte

None.

VerificationStatus

EventVerificationStatus

None.

Entities

Collection of EntityEventDTO

None.

Extensions

Collection of FormDataExtensionDto

None.

Forms

Collection of EventFormDTO

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

CurrentLocation

string

None.

BusinessUnitName

string

None.

Recurrence

EventRecurrenceDTO

None.

IsOverdue

boolean

None.

NextOccurrenceDateUtc

date

None.

Summary

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:

Sample not available.

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.