PUT api/Reports/{id}
Save changes to an existing report, changing the template only
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
ReportDetail| Name | Description | Type | Additional 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:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.