GET api/TotemInfoStampante?idCassa={idCassa}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idCassa | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DTOStampanteName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
TipoStampante | TipoStampante |
None. |
|
NomeStampante | string |
None. |
|
LastStatusId | integer |
None. |
|
LastStatusDate | date |
None. |
|
LastStatusFrom | string |
None. |
|
LastErrLevelId | integer |
None. |
|
LastStatusDescription | string |
None. |
|
Ip | string |
None. |
|
Port | integer |
None. |
|
MatricolaFiscale | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "TipoStampante": 0, "NomeStampante": "sample string 2", "LastStatusId": 1, "LastStatusDate": "2025-07-03T13:20:45.9853365", "LastStatusFrom": "sample string 3", "LastErrLevelId": 1, "LastStatusDescription": "sample string 4", "Ip": "sample string 5", "Port": 6, "MatricolaFiscale": "sample string 7" }