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": "6aa72942-cfde-4bf2-b2f6-6a3fa9cdcdc3", "Name": "sample string 2", "Description": "sample string 3", "ClientAssessmentWFStatesID": "ef7e383b-d766-435d-bde9-446b19f8cfcc", "StateValue": "sample string 5", "ClientAssessmentMasterID": "1846acc4-9d55-4951-b2d2-a38a825c5f2c", "AssessmentName": "sample string 7", "ClientMasterID": "7ff949cf-10e6-42c7-8485-f0860fa337b5", "ClientName": "sample string 9", "ClientProjectWorkflowDefinitionID": "43d9affa-5e85-42ab-95e5-6577359bb651", "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>1846acc4-9d55-4951-b2d2-a38a825c5f2c</ClientAssessmentMasterID> <ClientAssessmentWFStatesID>ef7e383b-d766-435d-bde9-446b19f8cfcc</ClientAssessmentWFStatesID> <ClientAssessmentWorkflowMasterID>6aa72942-cfde-4bf2-b2f6-6a3fa9cdcdc3</ClientAssessmentWorkflowMasterID> <ClientMasterID>7ff949cf-10e6-42c7-8485-f0860fa337b5</ClientMasterID> <ClientName>sample string 9</ClientName> <ClientProjectWorkflowDefinitionID>43d9affa-5e85-42ab-95e5-6577359bb651</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.