PUT Forms/FieldLinkDependency/{formID}/{formFieldLinkID}/{parentFormFieldLinkID}?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
formID

integer

Required

formFieldLinkID

integer

Required

parentFormFieldLinkID

integer

Required

validateOnly

boolean

Default value is False

Body Parameters

FormFieldLinkDependencyDto
NameDescriptionTypeAdditional information
FormID

integer

None.

FormFieldLinkID

integer

None.

FormFieldLinkFieldName

string

None.

ParentFormFieldLinkID

integer

None.

ParentFormFieldLinkFieldName

string

None.

ExpressionType

FormFieldLinkDependencyExpressionType

None.

ExpressionValue

Collection of Object

None.

RecordState

FormRecordState

None.

IsPartialData

boolean

None.

Created

FormAuditDataDto

None.

LastUpdated

FormAuditDataDto

None.

Request Formats

application/json, text/json

Sample:
{
  "formID": 1,
  "formFieldLinkID": 2,
  "formFieldLinkFieldName": "sample string 3",
  "parentFormFieldLinkID": 4,
  "parentFormFieldLinkFieldName": "sample string 5",
  "expressionType": 1,
  "recordState": 1,
  "isPartialData": true,
  "created": {
    "dateUtc": "2024-12-04T08:13:06.5318036+00:00",
    "userName": "sample string 2"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T08:13:06.5318036+00:00",
    "userName": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<FormFieldLinkDependencyDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlayaCare.Residential.Models.Forms">
  <Created>
    <DateUtc>2024-12-04T08:13:06.5318036+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </Created>
  <ExpressionType>Answered</ExpressionType>
  <ExpressionValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/AlayaCare.Residential.Common.Collections" i:nil="true" />
  <FormFieldLinkFieldName>sample string 3</FormFieldLinkFieldName>
  <FormFieldLinkID>2</FormFieldLinkID>
  <FormID>1</FormID>
  <IsPartialData>true</IsPartialData>
  <LastUpdated>
    <DateUtc>2024-12-04T08:13:06.5318036+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </LastUpdated>
  <ParentFormFieldLinkFieldName>sample string 5</ParentFormFieldLinkFieldName>
  <ParentFormFieldLinkID>4</ParentFormFieldLinkID>
  <RecordState>Active</RecordState>
</FormFieldLinkDependencyDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
���Mj�@�����¬C�B���G-C�3hdh1>Y=R�Щ�ɮ�O������5��(��l��x�ܹ��~3s��p���B�>t��*~xݔ�A �AOג�fs_�K*~�1�q�?���Qܳ���>>����HJ`U&ΠN�;�K�h��M�&Ǫƃ-J���,X�-bz8E��k,t�	�����X4��

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.