PUT Forms/Section/{formSectionID}?validateOnly={validateOnly}

Update formSection

Request Information

URI Parameters

NameDescriptionTypeAdditional information
formSectionID

FormSectionID of FormSection to be updated

integer

Required

validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

FormSection data

FormSectionDto
NameDescriptionTypeAdditional information
FormSectionID

integer

None.

FormID

integer

None.

SectionName

string

None.

Type

FormSectionType

None.

Caption

string

None.

Introduction

string

None.

SortOrder

integer

None.

AnnotationType

FormAnnotationType

None.

NumberType

FormNumberType

None.

NumberText

string

None.

CalculatedNumber

string

None.

Tips

string

None.

RecordState

FormRecordState

None.

Created

FormAuditDataDto

None.

LastUpdated

FormAuditDataDto

None.

IsPartialData

boolean

None.

IsVisible

boolean

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.