POST api/Abbonamenti/GetCurrentDashboardTab
Request Information
URI Parameters
None.
Body Parameters
GetCurrentDashboardTabRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IncludiRichiestePendenti | boolean |
None. |
|
| SogliaScadenza | date |
None. |
|
| UtenteId | integer |
None. |
|
| HighlightItems | Collection of integer |
None. |
|
| IsTicketRequest | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IncludiRichiestePendenti": true,
"SogliaScadenza": "2026-05-24T10:50:50.0925909+02:00",
"UtenteId": 1,
"HighlightItems": [
1,
2
],
"IsTicketRequest": true
}
application/xml, text/xml
Sample:
<GetCurrentDashboardTabRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.Models.WebApi">
<HighlightItems xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</HighlightItems>
<IncludiRichiestePendenti>true</IncludiRichiestePendenti>
<IsTicketRequest>true</IsTicketRequest>
<SogliaScadenza>2026-05-24T10:50:50.0925909+02:00</SogliaScadenza>
<UtenteId>1</UtenteId>
</GetCurrentDashboardTabRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.