POST api/Segnalazioni/BindSegnalazioni
Request Information
URI Parameters
None.
Body Parameters
BindSegnalazioniRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| KendoRequest | DataSourceRequest |
None. |
|
| UtenteId | integer |
None. |
|
| RiscossioneId | integer |
None. |
|
| UtenteAsRiferimento | boolean |
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"
}
]
},
"UtenteId": 1,
"RiscossioneId": 1,
"UtenteAsRiferimento": true
}
application/xml, text/xml
Sample:
<BindSegnalazioniRequestModel 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>
<RiscossioneId>1</RiscossioneId>
<UtenteAsRiferimento>true</UtenteAsRiferimento>
<UtenteId>1</UtenteId>
</BindSegnalazioniRequestModel>
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.