GET api/Auto?SessionToken={SessionToken}
Ritorna l'elenco delle marche
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionToken | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MarcaDataResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PrgMarca | integer |
None. |
|
| DesMarca | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PrgMarca": 1,
"DesMarca": "sample string 2"
},
{
"PrgMarca": 1,
"DesMarca": "sample string 2"
}
]