POST api/Abbonamenti/BindWidgetAbbonamenti

Request Information

URI Parameters

None.

Body Parameters

BindWidgetAbbonamentiRequestModel
NameDescriptionTypeAdditional information
KendoRequest

DataSourceRequest

None.

IncludiRichiestePendenti

boolean

None.

SogliaScadenza

date

None.

DashboardTab

integer

None.

UtenteId

integer

None.

HighlightItems

Collection of integer

None.

IsTicketRequest

boolean

None.

AbbonamentiDal

date

None.

AbbonamentiAl

date

None.

Targa

string

None.

Request Formats

application/json, text/json

Sample:
{
  "KendoRequest": {
    "Page": 1,
    "PageSize": 2,
    "Sorts": [
      {
        "Member": "sample string 1",
        "SortDirection": 0,
        "SortCompare": {
          "TemplateDelegate": null,
          "HandlerName": "sample string 1"
        }
      },
      {
        "Member": "sample string 1",
        "SortDirection": 0,
        "SortCompare": {
          "TemplateDelegate": null,
          "HandlerName": "sample string 1"
        }
      }
    ],
    "Filters": null,
    "Groups": [
      {
        "MemberType": null,
        "DisplayContent": {},
        "AggregateFunctions": [],
        "Member": "sample string 2",
        "SortDirection": 0,
        "SortCompare": {
          "TemplateDelegate": null,
          "HandlerName": "sample string 1"
        }
      },
      {
        "MemberType": null,
        "DisplayContent": {},
        "AggregateFunctions": [],
        "Member": "sample string 2",
        "SortDirection": 0,
        "SortCompare": {
          "TemplateDelegate": null,
          "HandlerName": "sample string 1"
        }
      }
    ],
    "Aggregates": [
      {
        "Aggregates": null,
        "Member": "sample string 1"
      },
      {
        "Aggregates": null,
        "Member": "sample string 1"
      }
    ]
  },
  "IncludiRichiestePendenti": true,
  "SogliaScadenza": "2026-05-24T20:04:22.4073591+02:00",
  "DashboardTab": 1,
  "UtenteId": 1,
  "HighlightItems": [
    1,
    2
  ],
  "IsTicketRequest": true,
  "AbbonamentiDal": "2026-05-24T20:04:22.4073591+02:00",
  "AbbonamentiAl": "2026-05-24T20:04:22.4073591+02:00",
  "Targa": "sample string 2"
}

application/xml, text/xml

Sample:
<BindWidgetAbbonamentiRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.Models.WebApi">
  <AbbonamentiAl>2026-05-24T20:04:22.4073591+02:00</AbbonamentiAl>
  <AbbonamentiDal>2026-05-24T20:04:22.4073591+02:00</AbbonamentiDal>
  <DashboardTab>1</DashboardTab>
  <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>
  <KendoRequest xmlns:d2p1="http://schemas.datacontract.org/2004/07/Kendo.Mvc.UI">
    <d2p1:Aggregates xmlns:d3p1="http://schemas.datacontract.org/2004/07/Kendo.Mvc">
      <d3p1:AggregateDescriptor>
        <d3p1:Member>sample string 1</d3p1:Member>
      </d3p1:AggregateDescriptor>
      <d3p1:AggregateDescriptor>
        <d3p1:Member>sample string 1</d3p1:Member>
      </d3p1:AggregateDescriptor>
    </d2p1:Aggregates>
    <d2p1:Filters xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
    <d2p1:Groups xmlns:d3p1="http://schemas.datacontract.org/2004/07/Kendo.Mvc">
      <d3p1:GroupDescriptor>
        <d3p1:Member>sample string 2</d3p1:Member>
        <d3p1:SortCompare>
          <d3p1:HandlerName>sample string 1</d3p1:HandlerName>
          <d3p1:TemplateDelegate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" />
        </d3p1:SortCompare>
        <d3p1:SortDirection>Ascending</d3p1:SortDirection>
        <d3p1:AggregateFunctions />
        <d3p1:DisplayContent />
        <d3p1:MemberType xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" />
      </d3p1:GroupDescriptor>
      <d3p1:GroupDescriptor>
        <d3p1:Member>sample string 2</d3p1:Member>
        <d3p1:SortCompare>
          <d3p1:HandlerName>sample string 1</d3p1:HandlerName>
          <d3p1:TemplateDelegate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" />
        </d3p1:SortCompare>
        <d3p1:SortDirection>Ascending</d3p1:SortDirection>
        <d3p1:AggregateFunctions />
        <d3p1:DisplayContent />
        <d3p1:MemberType xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" />
      </d3p1:GroupDescriptor>
    </d2p1:Groups>
    <d2p1:Page>1</d2p1:Page>
    <d2p1:PageSize>2</d2p1:PageSize>
    <d2p1:Sorts xmlns:d3p1="http://schemas.datacontract.org/2004/07/Kendo.Mvc">
      <d3p1:SortDescriptor>
        <d3p1:Member>sample string 1</d3p1:Member>
        <d3p1:SortCompare>
          <d3p1:HandlerName>sample string 1</d3p1:HandlerName>
          <d3p1:TemplateDelegate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" />
        </d3p1:SortCompare>
        <d3p1:SortDirection>Ascending</d3p1:SortDirection>
      </d3p1:SortDescriptor>
      <d3p1:SortDescriptor>
        <d3p1:Member>sample string 1</d3p1:Member>
        <d3p1:SortCompare>
          <d3p1:HandlerName>sample string 1</d3p1:HandlerName>
          <d3p1:TemplateDelegate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" />
        </d3p1:SortCompare>
        <d3p1:SortDirection>Ascending</d3p1:SortDirection>
      </d3p1:SortDescriptor>
    </d2p1:Sorts>
  </KendoRequest>
  <SogliaScadenza>2026-05-24T20:04:22.4073591+02:00</SogliaScadenza>
  <Targa>sample string 2</Targa>
  <UtenteId>1</UtenteId>
</BindWidgetAbbonamentiRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.