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": "5247b273-d307-42d4-832d-c3940dc14bca", "ProjectName": "sample string 2", "ProjectDescription": "sample string 3", "ProjectType": "sample string 4", "ProjectStatus": "sample string 5", "ClientId": "f4c75014-4286-40b9-a24c-71e3fa3a8796", "ClientName": "sample string 7", "EntityID": "4fb1c0df-7346-4230-ae28-cacf6e2398bb", "EntityName": "sample string 9", "ContainerID": "70e77c5e-6107-4e38-8c0c-fef0ddee97e3", "ContainerName": "sample string 11", "AssessmentDomainID": "360683d1-c4dd-4995-b602-3b8efe552838", "AssessmentDomainName": "sample string 13", "WorkFlowID": "51962fc7-21e0-4f17-81c5-c23bfb98d912", "WorkFlowName": "sample string 15", "IsProjectTeamConfigured": true, "IsAssessmentUserMapping": true, "IsActive": true, "ModuleName": "sample string 19", "ModuleMasterId": "cb75565d-69dc-45c7-bbba-b96e6ca8fb8a", "customProjectRoles": [ { "CustomProjectRoleMasterID": "e2217c5e-6d49-4737-9bf1-e81eaa2c73bb", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "75a53b0b-3b25-4407-9a5a-ceede742b580" }, { "CustomProjectRoleMasterID": "e2217c5e-6d49-4737-9bf1-e81eaa2c73bb", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "75a53b0b-3b25-4407-9a5a-ceede742b580" } ], "ClientProjectModuleMasterId": "2e133b70-2ea7-43eb-ba2c-739af41db437", "engagementId": "2ddebbbf-1bb8-4034-a58d-c9bd9f6b94db" }
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>360683d1-c4dd-4995-b602-3b8efe552838</AssessmentDomainID> <AssessmentDomainName>sample string 13</AssessmentDomainName> <ClientId>f4c75014-4286-40b9-a24c-71e3fa3a8796</ClientId> <ClientName>sample string 7</ClientName> <ClientProjectMasterID>5247b273-d307-42d4-832d-c3940dc14bca</ClientProjectMasterID> <ClientProjectModuleMasterId>2e133b70-2ea7-43eb-ba2c-739af41db437</ClientProjectModuleMasterId> <ContainerID>70e77c5e-6107-4e38-8c0c-fef0ddee97e3</ContainerID> <ContainerName>sample string 11</ContainerName> <EntityID>4fb1c0df-7346-4230-ae28-cacf6e2398bb</EntityID> <EntityName>sample string 9</EntityName> <IsActive>true</IsActive> <IsAssessmentUserMapping>true</IsAssessmentUserMapping> <IsProjectTeamConfigured>true</IsProjectTeamConfigured> <ModuleMasterId>cb75565d-69dc-45c7-bbba-b96e6ca8fb8a</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>51962fc7-21e0-4f17-81c5-c23bfb98d912</WorkFlowID> <WorkFlowName>sample string 15</WorkFlowName> <customProjectRoles> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>75a53b0b-3b25-4407-9a5a-ceede742b580</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>e2217c5e-6d49-4737-9bf1-e81eaa2c73bb</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>75a53b0b-3b25-4407-9a5a-ceede742b580</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>e2217c5e-6d49-4737-9bf1-e81eaa2c73bb</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </customProjectRoles> <engagementId>2ddebbbf-1bb8-4034-a58d-c9bd9f6b94db</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>