POST api/Report/GetSelectionCompareReports
This Method will be used to generate compare report for selection results.
Request Information
URI Parameters
None.
Body Parameters
.
ReportCompareRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TagList | Collection of globally unique identifier |
None. |
|
| ReportList | Collection of globally unique identifier |
None. |
|
| ProductBuilder | globally unique identifier |
None. |
|
| SelectedModel | globally unique identifier |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| Culture | string |
None. |
|
| Format | string |
None. |
|
| SecondaryCalcResults | Collection of SelectedCandidateValues |
None. |
|
| IsEngineerRpt | boolean |
None. |
|
| UserType | string |
None. |
|
| LocalDate | string |
None. |
|
| IsSalesSPRpt | string |
None. |
|
| IsSalesMPRpt | string |
None. |
|
| TagName | string |
None. |
Request Formats
application/json, text/json
Sample:
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |