PUT Forms/Score/{formScoreID}?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
formScoreID

integer

Required

validateOnly

boolean

Default value is False

Body Parameters

FormScoreDto
NameDescriptionTypeAdditional information
FormScoreID

integer

None.

FormID

integer

None.

ScoreName

string

None.

DataType

FormScoreDataType

None.

Caption

string

None.

ScoreGroup

string

None.

SortOrder

integer

None.

CalculationSortOrder

integer

None.

Tips

string

None.

Ranges

Collection of FormScoreRangeDto

None.

CalculateScript

string

None.

FormEntryScore

FormEntryScoreDto

None.

Props

Collection of Object

None.

Result

FormScoreResultDto

None.

ResultSummary

string

None.

RecordState

FormRecordState

None.

IsPartialData

boolean

None.

Created

FormAuditDataDto

None.

LastUpdated

FormAuditDataDto

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<FormScoreDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlayaCare.Residential.Models.Forms">
  <CalculateScript>sample string 9</CalculateScript>
  <CalculationSortOrder>7</CalculationSortOrder>
  <Caption>sample string 4</Caption>
  <Created>
    <DateUtc>2024-12-04T07:50:49.5488922+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </Created>
  <DataType>Numeric</DataType>
  <FormEntryScore>
    <Created>
      <DateUtc>2024-12-04T07:50:49.5488922+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <CreatedByUserID>3</CreatedByUserID>
    <FormEntryID>1</FormEntryID>
    <FormScoreID>2</FormScoreID>
    <LastUpdated>
      <DateUtc>2024-12-04T07:50:49.5488922+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <LastUpdatedByUserID>4</LastUpdatedByUserID>
    <RecordState>Active</RecordState>
    <Result>
      <Description>sample string 2</Description>
      <Value />
    </Result>
    <ResultData xmlns:d3p1="http://schemas.datacontract.org/2004/07/AlayaCare.Residential.Common.Collections" i:nil="true" />
  </FormEntryScore>
  <FormID>2</FormID>
  <FormScoreID>1</FormScoreID>
  <IsPartialData>true</IsPartialData>
  <LastUpdated>
    <DateUtc>2024-12-04T07:50:49.5488922+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </LastUpdated>
  <Props xmlns:d2p1="http://schemas.datacontract.org/2004/07/AlayaCare.Residential.Common.Collections" />
  <Ranges>
    <FormScoreRangeDto>
      <Caption>sample string 3</Caption>
      <Created>
        <DateUtc>2024-12-04T07:50:49.5488922+00:00</DateUtc>
        <UserName>sample string 2</UserName>
      </Created>
      <FormScoreID>2</FormScoreID>
      <FormScoreRangeID>1</FormScoreRangeID>
      <IsPartialData>true</IsPartialData>
      <LastUpdated>
        <DateUtc>2024-12-04T07:50:49.5488922+00:00</DateUtc>
        <UserName>sample string 2</UserName>
      </LastUpdated>
      <Max />
      <Min />
      <Priority>sample string 6</Priority>
      <Props xmlns:d4p1="http://schemas.datacontract.org/2004/07/AlayaCare.Residential.Common.Collections">
        <d4p1:Property>
          <d4p1:Name>Min</d4p1:Name>
          <d4p1:Value />
          <d4p1:ValueForXML>System.Object</d4p1:ValueForXML>
        </d4p1:Property>
        <d4p1:Property>
          <d4p1:Name>Max</d4p1:Name>
          <d4p1:Value />
          <d4p1:ValueForXML>System.Object</d4p1:ValueForXML>
        </d4p1:Property>
      </Props>
      <RecordState>Active</RecordState>
    </FormScoreRangeDto>
    <FormScoreRangeDto>
      <Caption>sample string 3</Caption>
      <Created>
        <DateUtc>2024-12-04T07:50:49.5488922+00:00</DateUtc>
        <UserName>sample string 2</UserName>
      </Created>
      <FormScoreID>2</FormScoreID>
      <FormScoreRangeID>1</FormScoreRangeID>
      <IsPartialData>true</IsPartialData>
      <LastUpdated>
        <DateUtc>2024-12-04T07:50:49.5488922+00:00</DateUtc>
        <UserName>sample string 2</UserName>
      </LastUpdated>
      <Max />
      <Min />
      <Priority>sample string 6</Priority>
      <Props xmlns:d4p1="http://schemas.datacontract.org/2004/07/AlayaCare.Residential.Common.Collections">
        <d4p1:Property>
          <d4p1:Name>Min</d4p1:Name>
          <d4p1:Value />
          <d4p1:ValueForXML>System.Object</d4p1:ValueForXML>
        </d4p1:Property>
        <d4p1:Property>
          <d4p1:Name>Max</d4p1:Name>
          <d4p1:Value />
          <d4p1:ValueForXML>System.Object</d4p1:ValueForXML>
        </d4p1:Property>
      </Props>
      <RecordState>Active</RecordState>
    </FormScoreRangeDto>
  </Ranges>
  <RecordState>Active</RecordState>
  <ScoreGroup>sample string 5</ScoreGroup>
  <ScoreName>sample string 3</ScoreName>
  <SortOrder>6</SortOrder>
  <Tips>sample string 8</Tips>
</FormScoreDto>

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.