POST api/ClientProjectWorkflow
Request Information
URI Parameters
None.
Body Parameters
CustomProjectWorkflowMasterName | Description | Type | Additional information |
---|---|---|---|
ClientProjectWorkflowMasterID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
ClientAssessmentMasterID | globally unique identifier |
None. |
|
AssessmentName | string |
None. |
|
InitialStateID | globally unique identifier |
None. |
|
InitialStateName | string |
None. |
|
ClientID | globally unique identifier |
None. |
|
ClientName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientProjectWorkflowMasterID": "a2e8c2bd-e985-46e6-ab27-feffd50bad0e", "Name": "sample string 2", "Description": "sample string 3", "ClientAssessmentMasterID": "7e525472-8cdb-412f-8345-513525fe57bd", "AssessmentName": "sample string 5", "InitialStateID": "d48eb6c8-dc82-42e8-b5e9-3286d3085675", "InitialStateName": "sample string 7", "ClientID": "b8d6aa05-36f3-459d-a322-e6dfeb3052c6", "ClientName": "sample string 9" }
application/xml, text/xml
Sample:
<CustomProjectWorkflowMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssessmentName>sample string 5</AssessmentName> <ClientAssessmentMasterID>7e525472-8cdb-412f-8345-513525fe57bd</ClientAssessmentMasterID> <ClientID>b8d6aa05-36f3-459d-a322-e6dfeb3052c6</ClientID> <ClientName>sample string 9</ClientName> <ClientProjectWorkflowMasterID>a2e8c2bd-e985-46e6-ab27-feffd50bad0e</ClientProjectWorkflowMasterID> <Description>sample string 3</Description> <InitialStateID>d48eb6c8-dc82-42e8-b5e9-3286d3085675</InitialStateID> <InitialStateName>sample string 7</InitialStateName> <Name>sample string 2</Name> </CustomProjectWorkflowMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.