GET api/Auto?SessionToken={SessionToken}&MarcaID={MarcaID}
Ritorna l'elenco delle marche
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionToken |
User session token. |
string |
Required |
| MarcaID |
Filtro per Telaio. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ModelloDataResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PrgModello | integer |
None. |
|
| DesModello | string |
None. |
|
| PrgMarca | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PrgModello": 1,
"DesModello": "sample string 2",
"PrgMarca": 3
},
{
"PrgModello": 1,
"DesModello": "sample string 2",
"PrgMarca": 3
}
]