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": "cc425e19-1519-413f-abff-682361c12990", "ProjectName": "sample string 2", "ProjectDescription": "sample string 3", "ProjectType": "sample string 4", "ProjectStatus": "sample string 5", "ClientId": "bcbbc77f-081e-45c8-8015-a4392a7ba509", "ClientName": "sample string 7", "EntityID": "13eebf4b-995d-4400-92f5-e44a6f1c818b", "EntityName": "sample string 9", "ContainerID": "2a9073b0-8e76-4b07-be00-a0ddd946d05a", "ContainerName": "sample string 11", "AssessmentDomainID": "285001b4-fe11-4246-a32a-a3c6658b87c9", "AssessmentDomainName": "sample string 13", "WorkFlowID": "7a768ec2-3353-4ead-b458-9142e95966c6", "WorkFlowName": "sample string 15", "IsProjectTeamConfigured": true, "IsAssessmentUserMapping": true, "IsActive": true, "ModuleName": "sample string 19", "ModuleMasterId": "22d629d9-c88e-43d0-8bf0-b687c51b9e36", "customProjectRoles": [ { "CustomProjectRoleMasterID": "f66bb224-d4e6-42f6-8831-22acc66ab686", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "b432c515-26f3-4f04-920f-aa48d86cb6f1" }, { "CustomProjectRoleMasterID": "f66bb224-d4e6-42f6-8831-22acc66ab686", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "b432c515-26f3-4f04-920f-aa48d86cb6f1" } ], "ClientProjectModuleMasterId": "42ef55c8-d175-4219-bc2e-66dafface0d0", "engagementId": "af7151a3-35c6-4f7a-a6f7-f06d28661d93" }
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>285001b4-fe11-4246-a32a-a3c6658b87c9</AssessmentDomainID> <AssessmentDomainName>sample string 13</AssessmentDomainName> <ClientId>bcbbc77f-081e-45c8-8015-a4392a7ba509</ClientId> <ClientName>sample string 7</ClientName> <ClientProjectMasterID>cc425e19-1519-413f-abff-682361c12990</ClientProjectMasterID> <ClientProjectModuleMasterId>42ef55c8-d175-4219-bc2e-66dafface0d0</ClientProjectModuleMasterId> <ContainerID>2a9073b0-8e76-4b07-be00-a0ddd946d05a</ContainerID> <ContainerName>sample string 11</ContainerName> <EntityID>13eebf4b-995d-4400-92f5-e44a6f1c818b</EntityID> <EntityName>sample string 9</EntityName> <IsActive>true</IsActive> <IsAssessmentUserMapping>true</IsAssessmentUserMapping> <IsProjectTeamConfigured>true</IsProjectTeamConfigured> <ModuleMasterId>22d629d9-c88e-43d0-8bf0-b687c51b9e36</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>7a768ec2-3353-4ead-b458-9142e95966c6</WorkFlowID> <WorkFlowName>sample string 15</WorkFlowName> <customProjectRoles> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>b432c515-26f3-4f04-920f-aa48d86cb6f1</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>f66bb224-d4e6-42f6-8831-22acc66ab686</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>b432c515-26f3-4f04-920f-aa48d86cb6f1</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>f66bb224-d4e6-42f6-8831-22acc66ab686</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </customProjectRoles> <engagementId>af7151a3-35c6-4f7a-a6f7-f06d28661d93</engagementId> </CustomProject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.