PUT api/ClientAssessmentWorkflowMaster/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
CustomClientAssessmentWorkflowMasterName | Description | Type | Additional information |
---|---|---|---|
ClientAssessmentWorkflowMasterID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
ClientAssessmentWFStatesID | globally unique identifier |
None. |
|
StateValue | string |
None. |
|
ClientAssessmentMasterID | globally unique identifier |
None. |
|
AssessmentName | string |
None. |
|
ClientMasterID | globally unique identifier |
None. |
|
ClientName | string |
None. |
|
ClientProjectWorkflowDefinitionID | globally unique identifier |
None. |
|
ProjectWorkflowDefinitionName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientAssessmentWorkflowMasterID": "dfcc8677-82b1-42fd-b444-3e61fa69e6bb", "Name": "sample string 2", "Description": "sample string 3", "ClientAssessmentWFStatesID": "2c91e98f-eb51-4b97-806c-0b085acd7079", "StateValue": "sample string 5", "ClientAssessmentMasterID": "424f97dd-36c1-4421-932c-49075e72b63d", "AssessmentName": "sample string 7", "ClientMasterID": "6f5103ae-176d-45d8-bba3-8ba42941cb93", "ClientName": "sample string 9", "ClientProjectWorkflowDefinitionID": "ab921e88-c0bb-4d73-bd8b-d43f7252f6d6", "ProjectWorkflowDefinitionName": "sample string 11" }
application/xml, text/xml
Sample:
<CustomClientAssessmentWorkflowMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssessmentName>sample string 7</AssessmentName> <ClientAssessmentMasterID>424f97dd-36c1-4421-932c-49075e72b63d</ClientAssessmentMasterID> <ClientAssessmentWFStatesID>2c91e98f-eb51-4b97-806c-0b085acd7079</ClientAssessmentWFStatesID> <ClientAssessmentWorkflowMasterID>dfcc8677-82b1-42fd-b444-3e61fa69e6bb</ClientAssessmentWorkflowMasterID> <ClientMasterID>6f5103ae-176d-45d8-bba3-8ba42941cb93</ClientMasterID> <ClientName>sample string 9</ClientName> <ClientProjectWorkflowDefinitionID>ab921e88-c0bb-4d73-bd8b-d43f7252f6d6</ClientProjectWorkflowDefinitionID> <Description>sample string 3</Description> <Name>sample string 2</Name> <ProjectWorkflowDefinitionName>sample string 11</ProjectWorkflowDefinitionName> <StateValue>sample string 5</StateValue> </CustomClientAssessmentWorkflowMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.