PUT api/Reports?reportId={reportId}

Save changes to an existing report, changing the template and/or the Questions included in the report

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportId

globally unique identifier

Required

Body Parameters

ReportDetail
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

CaseName

string

None.

FriendlyId

string

None.

Template

string

None.

Sections

Collection of ReportSectionDetail

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.