POST api/Statistics/GetCashRegisterReports

Request Information

URI Parameters

None.

Body Parameters

GetCashRegisterDataRequest
NameDescriptionTypeAdditional information
From

date

None.

To

date

None.

CashRegisterTableName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "From": "2026-06-04T10:19:37.4743225+02:00",
  "To": "2026-06-04T10:19:37.4743225+02:00",
  "CashRegisterTableName": "sample string 3"
}

text/html

Sample:
{"From":"2026-06-04T10:19:37.4743225+02:00","To":"2026-06-04T10:19:37.4743225+02:00","CashRegisterTableName":"sample string 3"}

application/xml, text/xml

Sample:
<GetCashRegisterDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Msa.Online.OrderbobApi.Models.Statistics">
  <CashRegisterTableName>sample string 3</CashRegisterTableName>
  <From>2026-06-04T10:19:37.4743225+02:00</From>
  <To>2026-06-04T10:19:37.4743225+02:00</To>
</GetCashRegisterDataRequest>

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.