POST api/Riparazioni/Count
Request Information
URI Parameters
None.
Body Parameters
RiparazioniRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchStato |
Scelta multipla dai valori |
string |
None. |
| SearchText | string |
None. |
|
| Page | integer |
None. |
|
| TotalPages | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"SearchStato": "sample string 1",
"SearchText": "sample string 2",
"Page": 3,
"TotalPages": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>