POST api/reports/ResourceEconomicDiary
Request Information
URI Parameters
None.
Body Parameters
ResourceEconomicDiaryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DBs | Collection of integer |
None. |
|
| InvoiceCompanyId | integer |
None. |
|
| ResourceId | integer |
None. |
|
| ShowAppointmentsFromOtherDays | boolean |
None. |
|
| From | date |
None. |
|
| To | date |
None. |
|
| Language | ReportLanguageEnum |
None. |
|
| Format | ReportFormatEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBs": [
1,
2
],
"InvoiceCompanyId": 1,
"ResourceId": 2,
"ShowAppointmentsFromOtherDays": true,
"From": "2026-06-18T07:04:39.5390026+02:00",
"To": "2026-06-18T07:04:39.5390026+02:00",
"Language": 1,
"Format": 1
}
application/xml, text/xml
Sample:
<ResourceEconomicDiaryRequest 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>
<From>2026-06-18T07:04:39.5390026+02:00</From>
<InvoiceCompanyId>1</InvoiceCompanyId>
<ResourceId>2</ResourceId>
<ShowAppointmentsFromOtherDays>true</ShowAppointmentsFromOtherDays>
<To>2026-06-18T07:04:39.5390026+02:00</To>
</ResourceEconomicDiaryRequest>
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. |