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": "40d05c0d-8312-4666-83e8-e42f21c85e25", "ProjectName": "sample string 2", "ProjectDescription": "sample string 3", "ProjectType": "sample string 4", "ProjectStatus": "sample string 5", "ClientId": "8fa3138a-b13d-419a-a864-030a8aa090df", "ClientName": "sample string 7", "EntityID": "77bc41f2-a08e-4025-80b3-ed0a40716ecb", "EntityName": "sample string 9", "ContainerID": "ae0248ad-0370-4fb2-a306-5cb3bdc01c63", "ContainerName": "sample string 11", "AssessmentDomainID": "f1ac588f-3f22-4dc9-9a18-f7b9b53dbe02", "AssessmentDomainName": "sample string 13", "WorkFlowID": "b127e81c-ba6d-41b5-acda-af9a6630b488", "WorkFlowName": "sample string 15", "IsProjectTeamConfigured": true, "IsAssessmentUserMapping": true, "IsActive": true, "ModuleName": "sample string 19", "ModuleMasterId": "a7249a54-4c64-4cd5-a7b9-fe603aaafeb6", "customProjectRoles": [ { "CustomProjectRoleMasterID": "623cb75e-813c-4702-b51e-ecb7641b5e8b", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "867dbc88-e029-4b48-88ed-0a50bf7ea9fb" }, { "CustomProjectRoleMasterID": "623cb75e-813c-4702-b51e-ecb7641b5e8b", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "867dbc88-e029-4b48-88ed-0a50bf7ea9fb" } ], "ClientProjectModuleMasterId": "ee487805-ee44-4c97-8e98-1769f1e15d69", "engagementId": "502993c7-6944-4cef-bca5-b7fdc9d00429" }
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>f1ac588f-3f22-4dc9-9a18-f7b9b53dbe02</AssessmentDomainID> <AssessmentDomainName>sample string 13</AssessmentDomainName> <ClientId>8fa3138a-b13d-419a-a864-030a8aa090df</ClientId> <ClientName>sample string 7</ClientName> <ClientProjectMasterID>40d05c0d-8312-4666-83e8-e42f21c85e25</ClientProjectMasterID> <ClientProjectModuleMasterId>ee487805-ee44-4c97-8e98-1769f1e15d69</ClientProjectModuleMasterId> <ContainerID>ae0248ad-0370-4fb2-a306-5cb3bdc01c63</ContainerID> <ContainerName>sample string 11</ContainerName> <EntityID>77bc41f2-a08e-4025-80b3-ed0a40716ecb</EntityID> <EntityName>sample string 9</EntityName> <IsActive>true</IsActive> <IsAssessmentUserMapping>true</IsAssessmentUserMapping> <IsProjectTeamConfigured>true</IsProjectTeamConfigured> <ModuleMasterId>a7249a54-4c64-4cd5-a7b9-fe603aaafeb6</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>b127e81c-ba6d-41b5-acda-af9a6630b488</WorkFlowID> <WorkFlowName>sample string 15</WorkFlowName> <customProjectRoles> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>867dbc88-e029-4b48-88ed-0a50bf7ea9fb</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>623cb75e-813c-4702-b51e-ecb7641b5e8b</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>867dbc88-e029-4b48-88ed-0a50bf7ea9fb</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>623cb75e-813c-4702-b51e-ecb7641b5e8b</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </customProjectRoles> <engagementId>502993c7-6944-4cef-bca5-b7fdc9d00429</engagementId> </CustomProject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.