POST api/AssessmentActionsStandardMasters
Request Information
URI Parameters
None.
Body Parameters
CustomAssessmentActionsStandardMastersName | Description | Type | Additional information |
---|---|---|---|
AssessmentActionsStandardMasterID | globally unique identifier |
None. |
|
ActionValue | string |
None. |
|
ActionDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AssessmentActionsStandardMasterID": "5abb5fc6-53ef-40ee-bd99-39ecbefb5e80", "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>5abb5fc6-53ef-40ee-bd99-39ecbefb5e80</AssessmentActionsStandardMasterID> </CustomAssessmentActionsStandardMasters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.