PUT v1/SurveyBlueprints/{blueprintId}/Update

User roles allowed to make this request: DomainAdministrator PowerUser LocalDomainManager GlobalDomainManager

Permissions required to make this request: Survey.Read SurveyBlueprint.Write SurveyBlueprint.Read

Supports blueprint surveys

This method updates an existing blueprint by copying configuration from a survey.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
blueprintId

string

Required

Body Parameters

UpdateBlueprintModel
NameDescriptionTypeAdditional information
SurveyId

The survey to use as a base

string

None.

IncludedConfiguration

The configuration items to copy. Flags can be combined.

CopyableSurveyConfigurationModel

None.

Request Formats

application/json, text/json

Sample:
{
  "SurveyId": "sample string 1",
  "IncludedConfiguration": 0
}

application/xml, text/xml

Sample:
<UpdateBlueprintModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NipoSoftware.Nfield.Manager.Api.Models">
  <IncludedConfiguration>None</IncludedConfiguration>
  <SurveyId>sample string 1</SurveyId>
</UpdateBlueprintModel>

application/x-www-form-urlencoded

Sample:
SurveyId=sample&IncludedConfiguration=QuotaFrame

multipart/form-data

Sample:

Sample not available.

Response Information

Resource Description

None.