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": "f70584b0-df29-4184-abe6-0b412d99f4ee", "ProjectName": "sample string 2", "ProjectDescription": "sample string 3", "ProjectType": "sample string 4", "ProjectStatus": "sample string 5", "ClientId": "9107b953-6508-4c31-a2f0-d52cadf77d14", "ClientName": "sample string 7", "EntityID": "56859623-00a9-43e9-8b83-0bc8ce9fcf8a", "EntityName": "sample string 9", "ContainerID": "4f221269-4454-4557-b3a9-ec580280ef10", "ContainerName": "sample string 11", "AssessmentDomainID": "b49b7213-2be1-4760-816e-396da5248db1", "AssessmentDomainName": "sample string 13", "WorkFlowID": "55ac77c1-8073-4688-8443-f727cafda311", "WorkFlowName": "sample string 15", "IsProjectTeamConfigured": true, "IsAssessmentUserMapping": true, "IsActive": true, "ModuleName": "sample string 19", "ModuleMasterId": "975f2a40-aa8c-48ef-be38-097afa4f0a04", "customProjectRoles": [ { "CustomProjectRoleMasterID": "e8a54b6f-0e6d-42da-8311-0acf3e505aff", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "d0459600-224a-4e99-891c-c44e08e44757" }, { "CustomProjectRoleMasterID": "e8a54b6f-0e6d-42da-8311-0acf3e505aff", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "d0459600-224a-4e99-891c-c44e08e44757" } ], "ClientProjectModuleMasterId": "1c00f7bd-c309-44bc-9263-7284b32d6768", "engagementId": "2fd374e8-53ce-4b06-b906-e8b17ac2d83d" }
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>b49b7213-2be1-4760-816e-396da5248db1</AssessmentDomainID> <AssessmentDomainName>sample string 13</AssessmentDomainName> <ClientId>9107b953-6508-4c31-a2f0-d52cadf77d14</ClientId> <ClientName>sample string 7</ClientName> <ClientProjectMasterID>f70584b0-df29-4184-abe6-0b412d99f4ee</ClientProjectMasterID> <ClientProjectModuleMasterId>1c00f7bd-c309-44bc-9263-7284b32d6768</ClientProjectModuleMasterId> <ContainerID>4f221269-4454-4557-b3a9-ec580280ef10</ContainerID> <ContainerName>sample string 11</ContainerName> <EntityID>56859623-00a9-43e9-8b83-0bc8ce9fcf8a</EntityID> <EntityName>sample string 9</EntityName> <IsActive>true</IsActive> <IsAssessmentUserMapping>true</IsAssessmentUserMapping> <IsProjectTeamConfigured>true</IsProjectTeamConfigured> <ModuleMasterId>975f2a40-aa8c-48ef-be38-097afa4f0a04</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>55ac77c1-8073-4688-8443-f727cafda311</WorkFlowID> <WorkFlowName>sample string 15</WorkFlowName> <customProjectRoles> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>d0459600-224a-4e99-891c-c44e08e44757</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>e8a54b6f-0e6d-42da-8311-0acf3e505aff</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>d0459600-224a-4e99-891c-c44e08e44757</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>e8a54b6f-0e6d-42da-8311-0acf3e505aff</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </customProjectRoles> <engagementId>2fd374e8-53ce-4b06-b906-e8b17ac2d83d</engagementId> </CustomProject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.