PUT Events/Form/{eventFormID}?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventFormID

integer

Required

validateOnly

boolean

Default value is False

Body Parameters

EventFormDTO
NameDescriptionTypeAdditional information
EventFormID

integer

None.

EventID

integer

None.

FormName

string

None.

FormTitle

string

None.

FormID

integer

None.

FormSubType

integer

None.

FormEntryID

integer

None.

FormEntryStatus

FormEntryStatus

None.

IsRequiredForCompletion

boolean

None.

IsRequiredForVerification

boolean

None.

RecordState

FormRecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

ParentFormEntryID

integer

None.

ParentFormName

string

None.

Props

Collection of Object

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.