POST api/reports/PerformanceIndicatorExtended
Request Information
URI Parameters
None.
Body Parameters
PerformanceIndicatorExtendedRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DBs | Collection of integer |
None. |
|
| Period11 | date |
None. |
|
| Period12 | date |
None. |
|
| InternalServices | boolean |
None. |
|
| Language | ReportLanguageEnum |
None. |
|
| Format | ReportFormatEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBs": [
1,
2
],
"Period11": "2026-06-18T06:59:31.8922144+02:00",
"Period12": "2026-06-18T06:59:31.8922144+02:00",
"InternalServices": true,
"Language": 1,
"Format": 1
}
application/xml, text/xml
Sample:
<PerformanceIndicatorExtendedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hano.Report.Model">
<Format>PDF</Format>
<Language>nbNO</Language>
<DBs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</DBs>
<InternalServices>true</InternalServices>
<Period11>2026-06-18T06:59:31.8922144+02:00</Period11>
<Period12>2026-06-18T06:59:31.8922144+02:00</Period12>
</PerformanceIndicatorExtendedRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |