PUT api/ClientProjectMasters/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

CustomProject
NameDescriptionTypeAdditional 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": "d23b3abc-5154-410a-8ec2-2868c75d2983",
  "ProjectName": "sample string 2",
  "ProjectDescription": "sample string 3",
  "ProjectType": "sample string 4",
  "ProjectStatus": "sample string 5",
  "ClientId": "f44ca5ac-43db-4a0b-89a8-16444acadfbb",
  "ClientName": "sample string 7",
  "EntityID": "79510e25-4d6d-461f-844d-34c8df6869b2",
  "EntityName": "sample string 9",
  "ContainerID": "f796cb2f-1cc3-4e21-864b-d5eada9b050b",
  "ContainerName": "sample string 11",
  "AssessmentDomainID": "b8bdebca-d06c-42f0-91a9-7ab73470beba",
  "AssessmentDomainName": "sample string 13",
  "WorkFlowID": "3ef40edb-e7c9-4bb7-8347-d62af0dad8f4",
  "WorkFlowName": "sample string 15",
  "IsProjectTeamConfigured": true,
  "IsAssessmentUserMapping": true,
  "IsActive": true,
  "ModuleName": "sample string 19",
  "ModuleMasterId": "2ce6a0ca-c8b0-439b-ba37-f268534012dc",
  "customProjectRoles": [
    {
      "CustomProjectRoleMasterID": "e2b78915-8b0f-469e-933e-7d3cf8083310",
      "RoleName": "sample string 2",
      "RoleDescription": "sample string 3",
      "IsMandatory": true,
      "ClientContainerProjectRolesStandardID": "a8bafd88-9ca2-4334-bbdd-2cc2906d2b0a"
    },
    {
      "CustomProjectRoleMasterID": "e2b78915-8b0f-469e-933e-7d3cf8083310",
      "RoleName": "sample string 2",
      "RoleDescription": "sample string 3",
      "IsMandatory": true,
      "ClientContainerProjectRolesStandardID": "a8bafd88-9ca2-4334-bbdd-2cc2906d2b0a"
    }
  ],
  "ClientProjectModuleMasterId": "45f76f86-0986-4faf-b1f8-b6037f69532a",
  "engagementId": "7965eaf3-3912-4d47-a5cc-a4d43c085294"
}

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>b8bdebca-d06c-42f0-91a9-7ab73470beba</AssessmentDomainID>
  <AssessmentDomainName>sample string 13</AssessmentDomainName>
  <ClientId>f44ca5ac-43db-4a0b-89a8-16444acadfbb</ClientId>
  <ClientName>sample string 7</ClientName>
  <ClientProjectMasterID>d23b3abc-5154-410a-8ec2-2868c75d2983</ClientProjectMasterID>
  <ClientProjectModuleMasterId>45f76f86-0986-4faf-b1f8-b6037f69532a</ClientProjectModuleMasterId>
  <ContainerID>f796cb2f-1cc3-4e21-864b-d5eada9b050b</ContainerID>
  <ContainerName>sample string 11</ContainerName>
  <EntityID>79510e25-4d6d-461f-844d-34c8df6869b2</EntityID>
  <EntityName>sample string 9</EntityName>
  <IsActive>true</IsActive>
  <IsAssessmentUserMapping>true</IsAssessmentUserMapping>
  <IsProjectTeamConfigured>true</IsProjectTeamConfigured>
  <ModuleMasterId>2ce6a0ca-c8b0-439b-ba37-f268534012dc</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>3ef40edb-e7c9-4bb7-8347-d62af0dad8f4</WorkFlowID>
  <WorkFlowName>sample string 15</WorkFlowName>
  <customProjectRoles>
    <CustomProjectRoleMaster>
      <ClientContainerProjectRolesStandardID>a8bafd88-9ca2-4334-bbdd-2cc2906d2b0a</ClientContainerProjectRolesStandardID>
      <CustomProjectRoleMasterID>e2b78915-8b0f-469e-933e-7d3cf8083310</CustomProjectRoleMasterID>
      <IsMandatory>true</IsMandatory>
      <RoleDescription>sample string 3</RoleDescription>
      <RoleName>sample string 2</RoleName>
    </CustomProjectRoleMaster>
    <CustomProjectRoleMaster>
      <ClientContainerProjectRolesStandardID>a8bafd88-9ca2-4334-bbdd-2cc2906d2b0a</ClientContainerProjectRolesStandardID>
      <CustomProjectRoleMasterID>e2b78915-8b0f-469e-933e-7d3cf8083310</CustomProjectRoleMasterID>
      <IsMandatory>true</IsMandatory>
      <RoleDescription>sample string 3</RoleDescription>
      <RoleName>sample string 2</RoleName>
    </CustomProjectRoleMaster>
  </customProjectRoles>
  <engagementId>7965eaf3-3912-4d47-a5cc-a4d43c085294</engagementId>
</CustomProject>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.