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": "f3641aaf-a2e8-4a3a-8ce5-6ea53ca49e56", "ProjectName": "sample string 2", "ProjectDescription": "sample string 3", "ProjectType": "sample string 4", "ProjectStatus": "sample string 5", "ClientId": "fc22e151-d93c-41ff-8583-3ea8b9acc6b7", "ClientName": "sample string 7", "EntityID": "4eab4873-fd22-46ae-b97c-f8e9a8fbe676", "EntityName": "sample string 9", "ContainerID": "2b7e5625-ef8c-47a3-9278-882318c115c7", "ContainerName": "sample string 11", "AssessmentDomainID": "e20a29b7-66b3-4f9f-b4d3-f1b04c899ce4", "AssessmentDomainName": "sample string 13", "WorkFlowID": "2199cfb4-d0b4-4eef-848d-94a88093afcf", "WorkFlowName": "sample string 15", "IsProjectTeamConfigured": true, "IsAssessmentUserMapping": true, "IsActive": true, "ModuleName": "sample string 19", "ModuleMasterId": "e79087ad-f395-4763-bb75-829f7a66c2a4", "customProjectRoles": [ { "CustomProjectRoleMasterID": "61433295-1a51-4034-b569-0e9ff8213ef7", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "ff549e14-2a6d-4a1a-a173-8f65237f3c1d" }, { "CustomProjectRoleMasterID": "61433295-1a51-4034-b569-0e9ff8213ef7", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "ff549e14-2a6d-4a1a-a173-8f65237f3c1d" } ], "ClientProjectModuleMasterId": "199502df-2882-4f2f-896d-0ffe91b0614c", "engagementId": "0fb60d51-26dc-4917-be5c-530a2fef2bd8" }
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>e20a29b7-66b3-4f9f-b4d3-f1b04c899ce4</AssessmentDomainID> <AssessmentDomainName>sample string 13</AssessmentDomainName> <ClientId>fc22e151-d93c-41ff-8583-3ea8b9acc6b7</ClientId> <ClientName>sample string 7</ClientName> <ClientProjectMasterID>f3641aaf-a2e8-4a3a-8ce5-6ea53ca49e56</ClientProjectMasterID> <ClientProjectModuleMasterId>199502df-2882-4f2f-896d-0ffe91b0614c</ClientProjectModuleMasterId> <ContainerID>2b7e5625-ef8c-47a3-9278-882318c115c7</ContainerID> <ContainerName>sample string 11</ContainerName> <EntityID>4eab4873-fd22-46ae-b97c-f8e9a8fbe676</EntityID> <EntityName>sample string 9</EntityName> <IsActive>true</IsActive> <IsAssessmentUserMapping>true</IsAssessmentUserMapping> <IsProjectTeamConfigured>true</IsProjectTeamConfigured> <ModuleMasterId>e79087ad-f395-4763-bb75-829f7a66c2a4</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>2199cfb4-d0b4-4eef-848d-94a88093afcf</WorkFlowID> <WorkFlowName>sample string 15</WorkFlowName> <customProjectRoles> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>ff549e14-2a6d-4a1a-a173-8f65237f3c1d</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>61433295-1a51-4034-b569-0e9ff8213ef7</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>ff549e14-2a6d-4a1a-a173-8f65237f3c1d</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>61433295-1a51-4034-b569-0e9ff8213ef7</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </customProjectRoles> <engagementId>0fb60d51-26dc-4917-be5c-530a2fef2bd8</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>