POST api/reports/TradePayments

Request Information

URI Parameters

None.

Body Parameters

TradePaymentsRequest
NameDescriptionTypeAdditional information
DBId

integer

None.

InvoiceCompanyId

integer

None.

From

date

None.

To

date

None.

Language

ReportLanguageEnum

None.

Format

ReportFormatEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "DBId": 1,
  "InvoiceCompanyId": 2,
  "From": "2026-06-18T07:09:19.3642776+02:00",
  "To": "2026-06-18T07:09:19.3642776+02:00",
  "Language": 1,
  "Format": 1
}

application/xml, text/xml

Sample:
<TradePaymentsRequest 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>
  <From>2026-06-18T07:09:19.3642776+02:00</From>
  <InvoiceCompanyId>2</InvoiceCompanyId>
  <To>2026-06-18T07:09:19.3642776+02:00</To>
</TradePaymentsRequest>

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.