POST api/LetteraDiVettura/GetList

Request Information

URI Parameters

None.

Body Parameters

LetteraDiVetturaRequest
NameDescriptionTypeAdditional information
SearchData

string

None.

Page

integer

None.

TotalPages

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "SearchData": "sample string 1",
  "Page": 2,
  "TotalPages": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LetteraDiVetturaRequest'.

Response Information

Resource Description

LetteraDiVetturaListResult
NameDescriptionTypeAdditional information
List

Collection of LetteraDiVetturaListElement

None.

Page

integer

None.

TotalPages

integer

None.

PageSize

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.