POST api/Tributi/BindWidgetRiscossioni
Request Information
URI Parameters
None.
Body Parameters
BindWidgetRiscossioniRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| KendoRequest | DataSourceRequest |
None. |
|
| DashboardTab | integer |
None. |
|
| UtenteId | integer |
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"
}
]
},
"DashboardTab": 1,
"UtenteId": 1
}
application/xml, text/xml
Sample:
<BindWidgetRiscossioniRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.Models.Models.WebApi.Requests">
<DashboardTab>1</DashboardTab>
<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>
<UtenteId>1</UtenteId>
</BindWidgetRiscossioniRequestModel>
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.