PUT api/AssessmentActionsStandardMasters/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

CustomAssessmentActionsStandardMasters
NameDescriptionTypeAdditional information
AssessmentActionsStandardMasterID

globally unique identifier

None.

ActionValue

string

None.

ActionDescription

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AssessmentActionsStandardMasterID": "fc6b9306-d273-4521-a9d5-4743041dc644",
  "ActionValue": "sample string 2",
  "ActionDescription": "sample string 3"
}

application/xml, text/xml

Sample:
<CustomAssessmentActionsStandardMasters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <ActionDescription>sample string 3</ActionDescription>
  <ActionValue>sample string 2</ActionValue>
  <AssessmentActionsStandardMasterID>fc6b9306-d273-4521-a9d5-4743041dc644</AssessmentActionsStandardMasterID>
</CustomAssessmentActionsStandardMasters>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.