PUT api/ClientAssessmentMasters/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

CustomAssessmentMaster
NameDescriptionTypeAdditional information
ClientAssessmentMasterID

globally unique identifier

None.

AssessmentName

string

None.

AssessmentDescription

string

None.

ClientId

globally unique identifier

None.

ClientName

string

None.

CustomAssessmentDomainID

globally unique identifier

None.

CustomAssessmentDomainName

string

None.

IsActive

boolean

None.

IsRatingRequired

boolean

None.

AssessmentDomainID

globally unique identifier

None.

ModuleID

globally unique identifier

None.

CustomAssessmentRoles

Collection of CustomAssessmentRoles

None.

customReportTemplates

Collection of CustomReportTemplate

None.

ModuleName

string

None.

AssessmentDomainName

string

None.

CstmAssessmentDomainID

globally unique identifier

None.

CstmModuleID

globally unique identifier

None.

AssessmentDomainModules

Collection of CustomAssessmentModule

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientAssessmentMasterID": "56ef9b14-d0ef-40f8-8a03-02ac4783d346",
  "AssessmentName": "sample string 2",
  "AssessmentDescription": "sample string 3",
  "ClientId": "a53b878d-a489-4f7d-93c8-a032f5b436fd",
  "ClientName": "sample string 5",
  "CustomAssessmentDomainID": "4e7d78df-3fbd-421f-98f7-39f16433f45f",
  "CustomAssessmentDomainName": "sample string 7",
  "IsActive": true,
  "IsRatingRequired": true,
  "AssessmentDomainID": "58c62677-e8f8-415d-b4f7-4ff40a2ca6c3",
  "ModuleID": "1ea062cc-977e-44f0-8520-120353be9636",
  "CustomAssessmentRoles": [
    {
      "ClientAssessmentRolesMasterID": "7ca3e065-d814-4454-9b28-941b8ffab93d",
      "RoleName": "sample string 2",
      "RoleDescription": "sample string 3",
      "IsMandatory": true,
      "ClientContainerProjectRolesStandardID": "2a68d204-d8e1-40ee-9094-5ba759f37e27"
    },
    {
      "ClientAssessmentRolesMasterID": "7ca3e065-d814-4454-9b28-941b8ffab93d",
      "RoleName": "sample string 2",
      "RoleDescription": "sample string 3",
      "IsMandatory": true,
      "ClientContainerProjectRolesStandardID": "2a68d204-d8e1-40ee-9094-5ba759f37e27"
    }
  ],
  "customReportTemplates": [
    {
      "ReportTemplateMasterID": "1f5113d3-1a44-4abc-9a2c-d128b6bd9b08",
      "TemplateName": "sample string 2",
      "TemplateDescription": "sample string 3",
      "Filename": "sample string 4"
    },
    {
      "ReportTemplateMasterID": "1f5113d3-1a44-4abc-9a2c-d128b6bd9b08",
      "TemplateName": "sample string 2",
      "TemplateDescription": "sample string 3",
      "Filename": "sample string 4"
    }
  ],
  "ModuleName": "sample string 12",
  "AssessmentDomainName": "sample string 13",
  "CstmAssessmentDomainID": "c292c133-4025-4262-b832-be049ef88847",
  "CstmModuleID": "76a09a6e-6d2f-47a4-912e-7b1fddf4ecd2",
  "AssessmentDomainModules": [
    {
      "AssessmentDomainId": "6fc6397f-f472-4d96-9bf7-f58b25c6aad7",
      "AssessmentName": "sample string 2",
      "ModuleId": "db0a896d-1f3c-4d9b-a933-66e404d7389a"
    },
    {
      "AssessmentDomainId": "6fc6397f-f472-4d96-9bf7-f58b25c6aad7",
      "AssessmentName": "sample string 2",
      "ModuleId": "db0a896d-1f3c-4d9b-a933-66e404d7389a"
    }
  ]
}

application/xml, text/xml

Sample:
<CustomAssessmentMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <AssessmentDescription>sample string 3</AssessmentDescription>
  <AssessmentDomainID>58c62677-e8f8-415d-b4f7-4ff40a2ca6c3</AssessmentDomainID>
  <AssessmentDomainModules xmlns:d2p1="http://schemas.datacontract.org/2004/07/IRAApi.Models">
    <d2p1:CustomAssessmentModule>
      <d2p1:AssessmentDomainId>6fc6397f-f472-4d96-9bf7-f58b25c6aad7</d2p1:AssessmentDomainId>
      <d2p1:AssessmentName>sample string 2</d2p1:AssessmentName>
      <d2p1:ModuleId>db0a896d-1f3c-4d9b-a933-66e404d7389a</d2p1:ModuleId>
    </d2p1:CustomAssessmentModule>
    <d2p1:CustomAssessmentModule>
      <d2p1:AssessmentDomainId>6fc6397f-f472-4d96-9bf7-f58b25c6aad7</d2p1:AssessmentDomainId>
      <d2p1:AssessmentName>sample string 2</d2p1:AssessmentName>
      <d2p1:ModuleId>db0a896d-1f3c-4d9b-a933-66e404d7389a</d2p1:ModuleId>
    </d2p1:CustomAssessmentModule>
  </AssessmentDomainModules>
  <AssessmentDomainName>sample string 13</AssessmentDomainName>
  <AssessmentName>sample string 2</AssessmentName>
  <ClientAssessmentMasterID>56ef9b14-d0ef-40f8-8a03-02ac4783d346</ClientAssessmentMasterID>
  <ClientId>a53b878d-a489-4f7d-93c8-a032f5b436fd</ClientId>
  <ClientName>sample string 5</ClientName>
  <CstmAssessmentDomainID>c292c133-4025-4262-b832-be049ef88847</CstmAssessmentDomainID>
  <CstmModuleID>76a09a6e-6d2f-47a4-912e-7b1fddf4ecd2</CstmModuleID>
  <CustomAssessmentDomainID>4e7d78df-3fbd-421f-98f7-39f16433f45f</CustomAssessmentDomainID>
  <CustomAssessmentDomainName>sample string 7</CustomAssessmentDomainName>
  <CustomAssessmentRoles>
    <CustomAssessmentRoles>
      <ClientAssessmentRolesMasterID>7ca3e065-d814-4454-9b28-941b8ffab93d</ClientAssessmentRolesMasterID>
      <ClientContainerProjectRolesStandardID>2a68d204-d8e1-40ee-9094-5ba759f37e27</ClientContainerProjectRolesStandardID>
      <IsMandatory>true</IsMandatory>
      <RoleDescription>sample string 3</RoleDescription>
      <RoleName>sample string 2</RoleName>
    </CustomAssessmentRoles>
    <CustomAssessmentRoles>
      <ClientAssessmentRolesMasterID>7ca3e065-d814-4454-9b28-941b8ffab93d</ClientAssessmentRolesMasterID>
      <ClientContainerProjectRolesStandardID>2a68d204-d8e1-40ee-9094-5ba759f37e27</ClientContainerProjectRolesStandardID>
      <IsMandatory>true</IsMandatory>
      <RoleDescription>sample string 3</RoleDescription>
      <RoleName>sample string 2</RoleName>
    </CustomAssessmentRoles>
  </CustomAssessmentRoles>
  <IsActive>true</IsActive>
  <IsRatingRequired>true</IsRatingRequired>
  <ModuleID>1ea062cc-977e-44f0-8520-120353be9636</ModuleID>
  <ModuleName>sample string 12</ModuleName>
  <customReportTemplates>
    <CustomReportTemplate>
      <Filename>sample string 4</Filename>
      <ReportTemplateMasterID>1f5113d3-1a44-4abc-9a2c-d128b6bd9b08</ReportTemplateMasterID>
      <TemplateDescription>sample string 3</TemplateDescription>
      <TemplateName>sample string 2</TemplateName>
    </CustomReportTemplate>
    <CustomReportTemplate>
      <Filename>sample string 4</Filename>
      <ReportTemplateMasterID>1f5113d3-1a44-4abc-9a2c-d128b6bd9b08</ReportTemplateMasterID>
      <TemplateDescription>sample string 3</TemplateDescription>
      <TemplateName>sample string 2</TemplateName>
    </CustomReportTemplate>
  </customReportTemplates>
</CustomAssessmentMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.