POST api/ClientProjectMasters
Request Information
URI Parameters
None.
Body Parameters
CustomProjectName | Description | Type | Additional information |
---|---|---|---|
ClientProjectMasterID | globally unique identifier |
None. |
|
ProjectName | string |
None. |
|
ProjectDescription | string |
None. |
|
ProjectType | string |
None. |
|
ProjectStatus | string |
None. |
|
ClientId | globally unique identifier |
None. |
|
ClientName | string |
None. |
|
EntityID | globally unique identifier |
None. |
|
EntityName | string |
None. |
|
ContainerID | globally unique identifier |
None. |
|
ContainerName | string |
None. |
|
AssessmentDomainID | globally unique identifier |
None. |
|
AssessmentDomainName | string |
None. |
|
WorkFlowID | globally unique identifier |
None. |
|
WorkFlowName | string |
None. |
|
IsProjectTeamConfigured | boolean |
None. |
|
IsAssessmentUserMapping | boolean |
None. |
|
IsActive | boolean |
None. |
|
ModuleName | string |
None. |
|
ModuleMasterId | globally unique identifier |
None. |
|
customProjectRoles | Collection of CustomProjectRoleMaster |
None. |
|
ClientProjectModuleMasterId | globally unique identifier |
None. |
|
engagementId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientProjectMasterID": "3ff1df53-afa9-403c-b6f5-8ef63544dfca", "ProjectName": "sample string 2", "ProjectDescription": "sample string 3", "ProjectType": "sample string 4", "ProjectStatus": "sample string 5", "ClientId": "f76ff4c2-9dd6-4d22-827c-159ef0a10b64", "ClientName": "sample string 7", "EntityID": "12907fd3-f1bf-4b04-b1b4-6973579ad1f0", "EntityName": "sample string 9", "ContainerID": "f517ab24-075f-4f46-af6b-5e1837ee1765", "ContainerName": "sample string 11", "AssessmentDomainID": "5fbf0145-05d4-47b8-8cab-f1d3700f3a1c", "AssessmentDomainName": "sample string 13", "WorkFlowID": "df52695c-0550-4358-9f06-2ad31f349a04", "WorkFlowName": "sample string 15", "IsProjectTeamConfigured": true, "IsAssessmentUserMapping": true, "IsActive": true, "ModuleName": "sample string 19", "ModuleMasterId": "287760e8-2b70-4f62-88ec-5b8e7cf441e5", "customProjectRoles": [ { "CustomProjectRoleMasterID": "844787d9-6beb-4639-af64-d6d3d661d328", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "c17ff8ee-a1c7-433e-bf55-2ef0ed27ee76" }, { "CustomProjectRoleMasterID": "844787d9-6beb-4639-af64-d6d3d661d328", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "c17ff8ee-a1c7-433e-bf55-2ef0ed27ee76" } ], "ClientProjectModuleMasterId": "b5798982-35d8-4bdb-a441-85c7175880d0", "engagementId": "3dd7d829-eab6-47aa-8545-4109cfc890a4" }
application/xml, text/xml
Sample:
<CustomProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssessmentDomainID>5fbf0145-05d4-47b8-8cab-f1d3700f3a1c</AssessmentDomainID> <AssessmentDomainName>sample string 13</AssessmentDomainName> <ClientId>f76ff4c2-9dd6-4d22-827c-159ef0a10b64</ClientId> <ClientName>sample string 7</ClientName> <ClientProjectMasterID>3ff1df53-afa9-403c-b6f5-8ef63544dfca</ClientProjectMasterID> <ClientProjectModuleMasterId>b5798982-35d8-4bdb-a441-85c7175880d0</ClientProjectModuleMasterId> <ContainerID>f517ab24-075f-4f46-af6b-5e1837ee1765</ContainerID> <ContainerName>sample string 11</ContainerName> <EntityID>12907fd3-f1bf-4b04-b1b4-6973579ad1f0</EntityID> <EntityName>sample string 9</EntityName> <IsActive>true</IsActive> <IsAssessmentUserMapping>true</IsAssessmentUserMapping> <IsProjectTeamConfigured>true</IsProjectTeamConfigured> <ModuleMasterId>287760e8-2b70-4f62-88ec-5b8e7cf441e5</ModuleMasterId> <ModuleName>sample string 19</ModuleName> <ProjectDescription>sample string 3</ProjectDescription> <ProjectName>sample string 2</ProjectName> <ProjectStatus>sample string 5</ProjectStatus> <ProjectType>sample string 4</ProjectType> <WorkFlowID>df52695c-0550-4358-9f06-2ad31f349a04</WorkFlowID> <WorkFlowName>sample string 15</WorkFlowName> <customProjectRoles> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>c17ff8ee-a1c7-433e-bf55-2ef0ed27ee76</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>844787d9-6beb-4639-af64-d6d3d661d328</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>c17ff8ee-a1c7-433e-bf55-2ef0ed27ee76</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>844787d9-6beb-4639-af64-d6d3d661d328</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </customProjectRoles> <engagementId>3dd7d829-eab6-47aa-8545-4109cfc890a4</engagementId> </CustomProject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>