Request Information
Returns list of cash registers with related entities.
Example URL:
v2.0/CashRegisters/Expand
None.
None.
Response Information
IPageOfCashRegisterApiModel
| Name | Description | Type | Additional 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": "2025-12-17T21:18:54.5140122+00:00",
"InitialState": 3.0,
"Name": "sample string 4",
"Id": 5
}
],
"TotalItems": 1,
"TotalPages": 1
}
Sample:
Sample not available.
Sample:
Sample not available.