Request Information

Returns list of cash registers.

Example URL:
v2.0/CashRegisters

None.

None.

Response Information

IPageOfCashRegisterApiModel
NameDescriptionTypeAdditional information
Data

List of entities on this page

Collection of CashRegisterApiModel

None.

TotalItems

Total number of entries

integer

None.

TotalPages

Total number of pages

integer

None.

Sample:
{
  "Data": [
    {
      "CurrencyId": 1,
      "DateInitialState": "2024-03-22T17:11:40.5131688+00:00",
      "InitialState": 3.0,
      "Name": "sample string 4",
      "Id": 5
    }
  ],
  "TotalItems": 1,
  "TotalPages": 1
}
Sample:

Sample not available.

Sample:

Sample not available.