POST api/ClientAssessmentWorkflowMaster
Request Information
URI Parameters
None.
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": "db3ff747-4e0c-478c-8e0f-39cb9091b9d6", "Name": "sample string 2", "Description": "sample string 3", "ClientAssessmentWFStatesID": "0ebbece2-b435-4ddf-b0e1-4656ac16c560", "StateValue": "sample string 5", "ClientAssessmentMasterID": "fb01837c-38ac-42fb-937e-fc78790ee0df", "AssessmentName": "sample string 7", "ClientMasterID": "bc40e260-fcf6-4204-8dde-19b56a614cdd", "ClientName": "sample string 9", "ClientProjectWorkflowDefinitionID": "a9ec0eb9-f386-41f6-825e-b2a6d2c6f753", "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>fb01837c-38ac-42fb-937e-fc78790ee0df</ClientAssessmentMasterID> <ClientAssessmentWFStatesID>0ebbece2-b435-4ddf-b0e1-4656ac16c560</ClientAssessmentWFStatesID> <ClientAssessmentWorkflowMasterID>db3ff747-4e0c-478c-8e0f-39cb9091b9d6</ClientAssessmentWorkflowMasterID> <ClientMasterID>bc40e260-fcf6-4204-8dde-19b56a614cdd</ClientMasterID> <ClientName>sample string 9</ClientName> <ClientProjectWorkflowDefinitionID>a9ec0eb9-f386-41f6-825e-b2a6d2c6f753</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.