POST api/AssessmentActionsStandardMasters

Request Information

URI Parameters

None.

Body Parameters

CustomAssessmentActionsStandardMasters
NameDescriptionTypeAdditional information
AssessmentActionsStandardMasterID

globally unique identifier

None.

ActionValue

string

None.

ActionDescription

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AssessmentActionsStandardMasterID": "840348f9-1589-4cd2-b6f9-9422d6d95c80",
  "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>840348f9-1589-4cd2-b6f9-9422d6d95c80</AssessmentActionsStandardMasterID>
</CustomAssessmentActionsStandardMasters>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.