POST api/reports/SalesService

Request Information

URI Parameters

None.

Body Parameters

SalesServiceRequest
NameDescriptionTypeAdditional information
DBId

integer

None.

From

date

None.

To

date

None.

ResourceId

string

None.

ServiceId

string

None.

InvoiceCompanyId

integer

None.

GroupService

boolean

None.

GroupProduct

boolean

None.

FreeProductSaleName

string

None.

OrderBy

string

None.

Language

ReportLanguageEnum

None.

Format

ReportFormatEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "DBId": 1,
  "From": "2026-06-18T07:02:43.772385+02:00",
  "To": "2026-06-18T07:02:43.772385+02:00",
  "ResourceId": "sample string 4",
  "ServiceId": "sample string 5",
  "InvoiceCompanyId": 6,
  "GroupService": true,
  "GroupProduct": true,
  "FreeProductSaleName": "sample string 9",
  "OrderBy": "sample string 10",
  "Language": 1,
  "Format": 1
}

application/xml, text/xml

Sample:
<SalesServiceRequest 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>
  <DBId>1</DBId>
  <FreeProductSaleName>sample string 9</FreeProductSaleName>
  <From>2026-06-18T07:02:43.772385+02:00</From>
  <GroupProduct>true</GroupProduct>
  <GroupService>true</GroupService>
  <InvoiceCompanyId>6</InvoiceCompanyId>
  <OrderBy>sample string 10</OrderBy>
  <ResourceId>sample string 4</ResourceId>
  <ServiceId>sample string 5</ServiceId>
  <To>2026-06-18T07:02:43.772385+02:00</To>
</SalesServiceRequest>

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.