v1/model/storeModels
GET {{apiURL}}/v1/model/storeModels?apiStoreToken={{apiStoreToken}}
Ritorna tutti i modelli, con relative informazioni, presenti nel listino del dealer
Response
Parameter | Type | Description |
---|---|---|
uuid | string | UUID che identifica in modo univoco il modello |
brand | string | Marca |
model | string | Nome |
colors | string | Colori disponibili (separati da / ) |
category | string | Categoria |
operatingSystem | null - string | Sistema operativo |
cpu | null - string | CPU |
ram | null - string | RAM |
hdd | null - string | HDD |
photoFront | null - string | Dimensioni fotocamera frontale |
photoBack | null - string | Dimensioni fotocamera posteriore |
display | null - string | Dimensioni schermo |
newBatteryPriceDealer | number | Prezzo della batteria nuova al dealer |
newBatteryPricePublic | number | Prezzo della nuova batteria al cliente finale |
magoCodeArt36 | string | Codice MAGO relativo agli articoli iva36. Univoco per modello |
magoCodeArt17 | string | Codice MAGO relativo agli articoli iva17/iva22. Univoco per modello |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
apiStoreToken | string | ||
modelUUIDs | string | [Optional] Array di UUIDs del modello che si vuole cercare |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
[{"modelUUID":"3C5C3DB1-068C-4360-AB5D-518E99F8D5DF","brand":"Apple","model":"iPhone 14 Pro 256GB","category":"SMARTPHONE","codArt36":"USA303275","codArt17":"RVS303275","specs":{"operatingSystem":"iOS","cpu":null,"ram":"6","hdd":"256","photoFront":"12","photoBack":"48+12+12","display":"6.1"}}]