POST api/Abbonamenti/BindSubAbbonamenti

Request Information

URI Parameters

None.

Body Parameters

BindSubAbbonamentiRequestModel
NameDescriptionTypeAdditional information
KendoRequest

DataSourceRequest

None.

SubFilters

SubPermitFilter

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"
      }
    ]
  },
  "SubFilters": {
    "SuperId": 1,
    "Plate": "sample string 1",
    "ValidDateFrom": "2026-05-23T18:59:26.3593645+02:00",
    "ValidDateTo": "2026-05-23T18:59:26.3593645+02:00",
    "OnlyActive": true,
    "IncludePendingAbbo": true,
    "SubPermitLogicType": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<BindSubAbbonamentiRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.Models.WebApi">
  <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>
  <SubFilters xmlns:d2p1="http://schemas.datacontract.org/2004/07/Pass.Models">
    <d2p1:IncludePendingAbbo>true</d2p1:IncludePendingAbbo>
    <d2p1:OnlyActive>true</d2p1:OnlyActive>
    <d2p1:Plate>sample string 1</d2p1:Plate>
    <d2p1:SubPermitLogicType>sample string 4</d2p1:SubPermitLogicType>
    <d2p1:SuperId>1</d2p1:SuperId>
    <d2p1:ValidDateFrom>2026-05-23T18:59:26.3593645+02:00</d2p1:ValidDateFrom>
    <d2p1:ValidDateTo>2026-05-23T18:59:26.3593645+02:00</d2p1:ValidDateTo>
  </SubFilters>
</BindSubAbbonamentiRequestModel>

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.