PUT api/ClientProjectMasters/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
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": "9bffe559-6960-4ae6-859b-85797358c726", "ProjectName": "sample string 2", "ProjectDescription": "sample string 3", "ProjectType": "sample string 4", "ProjectStatus": "sample string 5", "ClientId": "34b16325-ed12-49ab-ba5b-c6a0f0242c94", "ClientName": "sample string 7", "EntityID": "cc42be78-a79f-4fb5-ae76-3312b48c42de", "EntityName": "sample string 9", "ContainerID": "ca66ce6b-6f56-4f5c-82e2-7d155d92d6aa", "ContainerName": "sample string 11", "AssessmentDomainID": "4d0343ad-593c-4138-8526-baac22c8b057", "AssessmentDomainName": "sample string 13", "WorkFlowID": "da0c0caf-6b3f-46bd-8955-04c898f21a32", "WorkFlowName": "sample string 15", "IsProjectTeamConfigured": true, "IsAssessmentUserMapping": true, "IsActive": true, "ModuleName": "sample string 19", "ModuleMasterId": "8d8905b1-4cbc-434f-9af1-4b2089001b0f", "customProjectRoles": [ { "CustomProjectRoleMasterID": "29df459e-b2c7-4065-801d-f04ceb2a3241", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "b935d0b2-f858-4f2b-b021-67f508047151" }, { "CustomProjectRoleMasterID": "29df459e-b2c7-4065-801d-f04ceb2a3241", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "b935d0b2-f858-4f2b-b021-67f508047151" } ], "ClientProjectModuleMasterId": "2721545c-2843-47a8-a587-2ad0a667a72f", "engagementId": "1fa7902c-cfd3-4d01-8910-91e89a2f7758" }
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>4d0343ad-593c-4138-8526-baac22c8b057</AssessmentDomainID> <AssessmentDomainName>sample string 13</AssessmentDomainName> <ClientId>34b16325-ed12-49ab-ba5b-c6a0f0242c94</ClientId> <ClientName>sample string 7</ClientName> <ClientProjectMasterID>9bffe559-6960-4ae6-859b-85797358c726</ClientProjectMasterID> <ClientProjectModuleMasterId>2721545c-2843-47a8-a587-2ad0a667a72f</ClientProjectModuleMasterId> <ContainerID>ca66ce6b-6f56-4f5c-82e2-7d155d92d6aa</ContainerID> <ContainerName>sample string 11</ContainerName> <EntityID>cc42be78-a79f-4fb5-ae76-3312b48c42de</EntityID> <EntityName>sample string 9</EntityName> <IsActive>true</IsActive> <IsAssessmentUserMapping>true</IsAssessmentUserMapping> <IsProjectTeamConfigured>true</IsProjectTeamConfigured> <ModuleMasterId>8d8905b1-4cbc-434f-9af1-4b2089001b0f</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>da0c0caf-6b3f-46bd-8955-04c898f21a32</WorkFlowID> <WorkFlowName>sample string 15</WorkFlowName> <customProjectRoles> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>b935d0b2-f858-4f2b-b021-67f508047151</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>29df459e-b2c7-4065-801d-f04ceb2a3241</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>b935d0b2-f858-4f2b-b021-67f508047151</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>29df459e-b2c7-4065-801d-f04ceb2a3241</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </customProjectRoles> <engagementId>1fa7902c-cfd3-4d01-8910-91e89a2f7758</engagementId> </CustomProject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.