PUT api/ClientAssessmentWFActionMaster/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
CustomClientAssessmentWFActionMasterName | Description | Type | Additional information |
---|---|---|---|
ClientAssessmentWFActionMasterID | globally unique identifier |
None. |
|
ActionValue | string |
None. |
|
ActionDescription | string |
None. |
|
ClientMasterID | globally unique identifier |
None. |
|
ClientName | string |
None. |
|
AssessmentActionsStandardMasterID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientAssessmentWFActionMasterID": "1ffe5a54-f3e2-4a78-a67f-a2697947f46d", "ActionValue": "sample string 2", "ActionDescription": "sample string 3", "ClientMasterID": "1aac81ed-74f4-4476-afb9-2d709d2e3898", "ClientName": "sample string 5", "AssessmentActionsStandardMasterID": "549b9100-f5f7-4931-9f24-699b65481d4a" }
application/xml, text/xml
Sample:
<CustomClientAssessmentWFActionMaster 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>549b9100-f5f7-4931-9f24-699b65481d4a</AssessmentActionsStandardMasterID> <ClientAssessmentWFActionMasterID>1ffe5a54-f3e2-4a78-a67f-a2697947f46d</ClientAssessmentWFActionMasterID> <ClientMasterID>1aac81ed-74f4-4476-afb9-2d709d2e3898</ClientMasterID> <ClientName>sample string 5</ClientName> </CustomClientAssessmentWFActionMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.