search lens barcode
GET /api/v2/search/barcode/lenses?priceFrom=100.0&priceTo=600.0&departmentId=900300099&manufacturer=Test%20Manufacturer&brand=Test%20Brand&cover=Test%20Cover&diameter=65&index=1.5&type=Single%20Vision&material=Plastic&color=Test_color&lensClass=Standard&geometry=Spherical&technology=Digital&dioptreFrom=-3.0&dioptreTo=3.0&cylFrom=-2.0&cylTo=1.0&page=0&size=20 HTTP/1.1
Parameter | Description |
---|---|
|
ID департамента |
|
Цена от |
|
Цена до |
|
Производитель |
|
Бренд |
|
Покрытие |
|
Диаметр |
|
Индекс рефракции |
|
Тип линзы |
|
Материал |
|
Цвет |
|
Класс линзы |
|
Геометрия |
|
Технология |
|
Сферическая диоптрия от |
|
Сферическая диоптрия до |
|
Цилиндрическая диоптрия от |
|
Цилиндрическая диоптрия до |
|
Номер страницы |
|
Размер страницы |
|
HTTP/1.1 200 OK
{
"content" : [ {
"id" : 900500097,
"price" : 250.0,
"departmentName" : "Test Department",
"departmentId" : 900300099,
"manufacturer" : "Test Manufacturer",
"brand" : "Test Brand",
"color" : "Test_color",
"cover" : "Test Cover",
"add" : 0.0,
"cylinderDioptre" : -1.25,
"dioptre" : -2.25,
"refractionIndex" : 1.5,
"diameter" : 65,
"material" : "Plastic",
"geometry" : "Spherical",
"type" : "Single Vision",
"lensClass" : "Standard",
"technology" : "Digital"
}, {
"id" : 900500099,
"price" : 150.0,
"departmentName" : "Test Department",
"departmentId" : 900300099,
"manufacturer" : "Test Manufacturer",
"brand" : "Test Brand",
"color" : "Test_color",
"cover" : "Test Cover",
"add" : 0.0,
"cylinderDioptre" : 0.0,
"dioptre" : -1.5,
"refractionIndex" : 1.5,
"diameter" : 65,
"material" : "Plastic",
"geometry" : "Spherical",
"type" : "Single Vision",
"lensClass" : "Standard",
"technology" : "Digital"
}, {
"id" : 900500098,
"price" : 450.0,
"departmentName" : "Test Department",
"departmentId" : 900300099,
"manufacturer" : "Test Manufacturer",
"brand" : "Test Brand",
"color" : "Test_color",
"cover" : "Test Cover",
"add" : 2.25,
"cylinderDioptre" : -0.75,
"dioptre" : 1.25,
"refractionIndex" : 1.5,
"diameter" : 65,
"material" : "Plastic",
"geometry" : "Spherical",
"type" : "Single Vision",
"lensClass" : "Standard",
"technology" : "Digital"
}, {
"id" : 900500096,
"price" : 600.0,
"departmentName" : "Test Department",
"departmentId" : 900300099,
"manufacturer" : "Test Manufacturer",
"brand" : "Test Brand",
"color" : "Test_color",
"cover" : "Test Cover",
"add" : 1.75,
"cylinderDioptre" : -0.5,
"dioptre" : 3.0,
"refractionIndex" : 1.5,
"diameter" : 65,
"material" : "Plastic",
"geometry" : "Spherical",
"type" : "Single Vision",
"lensClass" : "Standard",
"technology" : "Digital"
} ],
"pageable" : {
"pageNumber" : 0,
"pageSize" : 20,
"sort" : {
"empty" : true,
"sorted" : false,
"unsorted" : true
},
"offset" : 0,
"paged" : true,
"unpaged" : false
},
"last" : true,
"totalElements" : 4,
"totalPages" : 1,
"first" : true,
"size" : 20,
"number" : 0,
"sort" : {
"empty" : true,
"sorted" : false,
"unsorted" : true
},
"numberOfElements" : 4,
"empty" : false
}
Path | Type | Description |
---|---|---|
|
|
Массив прейскурантов на аксессуары |
|
|
ID линзы |
|
|
Цена |
|
|
ID департамента |
|
|
Название департамента |
|
|
Производитель |
|
|
Бренд |
|
|
Цвет |
|
|
Покрытие |
|
|
Аддидация |
|
|
Цилиндрическая диоптрия |
|
|
Диоптрия |
|
|
Индекс рефракции |
|
|
Диаметр |
|
|
Материал |
|
|
Геометрия |
|
|
Тип линзы |
|
|
Класс линзы |
|
|
Технология |