POST api/Riparazioni
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
RiparazioniListResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| List | Collection of RiparazioniListElement |
None. |
|
| Page | integer |
None. |
|
| TotalPages | integer |
None. |
|
| PageSize | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.