POST api/reports/HoursPerServiceAll

Request Information

URI Parameters

None.

Body Parameters

HoursPerServiceRequest
NameDescriptionTypeAdditional information
DbId

integer

None.

ResourceIds

Collection of integer

None.

Starts

date

None.

Ends

date

None.

DBs

Collection of integer

None.

Language

ReportLanguageEnum

None.

Format

ReportFormatEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "DbId": 1,
  "ResourceIds": [
    1,
    2
  ],
  "Starts": "2026-06-18T07:02:43.2884618+02:00",
  "Ends": "2026-06-18T07:02:43.2884618+02:00",
  "DBs": [
    1,
    2
  ],
  "Language": 1,
  "Format": 1
}

application/xml, text/xml

Sample:
<HoursPerServiceRequest 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>
  <DbId>1</DbId>
  <Ends>2026-06-18T07:02:43.2884618+02:00</Ends>
  <ResourceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ResourceIds>
  <Starts>2026-06-18T07:02:43.2884618+02:00</Starts>
</HoursPerServiceRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.