Compare commits
No commits in common. "4134af8b3c06deec525ff4af276176539abf5e48" and "44cb10199069a5099e327ea51304f68c34927156" have entirely different histories.
4134af8b3c
...
44cb101990
|
|
@ -439,13 +439,6 @@ paths:
|
||||||
- "Customers"
|
- "Customers"
|
||||||
description: "Finds similar accounts. The algorithm uses for example phonetic analysis and more to create the results."
|
description: "Finds similar accounts. The algorithm uses for example phonetic analysis and more to create the results."
|
||||||
parameters:
|
parameters:
|
||||||
- name: "GuidBranch"
|
|
||||||
in: "query"
|
|
||||||
required: true
|
|
||||||
schema:
|
|
||||||
type: "string"
|
|
||||||
default: null
|
|
||||||
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
|
||||||
- name: "Name1"
|
- name: "Name1"
|
||||||
in: "query"
|
in: "query"
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -3968,13 +3961,13 @@ components:
|
||||||
Amount:
|
Amount:
|
||||||
type: "number"
|
type: "number"
|
||||||
SalesPriceNetSingle:
|
SalesPriceNetSingle:
|
||||||
type: "number"
|
type: "string"
|
||||||
SalesPriceGrossSingle:
|
SalesPriceGrossSingle:
|
||||||
type: "number"
|
type: "string"
|
||||||
SalesPriceNetTotal:
|
SalesPriceNetTotal:
|
||||||
type: "number"
|
type: "string"
|
||||||
SalesPriceGrossTotal:
|
SalesPriceGrossTotal:
|
||||||
type: "number"
|
type: "string"
|
||||||
Designation:
|
Designation:
|
||||||
type: "string"
|
type: "string"
|
||||||
_HashValue:
|
_HashValue:
|
||||||
|
|
|
||||||
771
src/v2/shop.yaml
771
src/v2/shop.yaml
|
|
@ -1,12 +1,12 @@
|
||||||
openapi: 3.0.0
|
openapi: 3.0.0
|
||||||
info:
|
info:
|
||||||
title: "TyrePro-API, Shop"
|
title: "TyrePro-API, Shop"
|
||||||
version: "Version 3"
|
version: "Version 2"
|
||||||
servers:
|
servers:
|
||||||
- url: "https://musterreifen.com/api/shop"
|
- url: "https://musterreifen.com/api/shop"
|
||||||
description: "Development server, customers domain"
|
description: "Demo server"
|
||||||
- url: "https://onlineservices.dev.rz2.prm-ag.de/q7U4PLrRfa7vrzFR2Kvb3Q/api/shop"
|
- url: "https://onlineservices.demo.rz2.prm-ag.de/O6J20ZebmghzkNgrdD759A/api/shop"
|
||||||
description: "Development server, generic domain"
|
description: "Development server"
|
||||||
paths:
|
paths:
|
||||||
/AddressStates:
|
/AddressStates:
|
||||||
get:
|
get:
|
||||||
|
|
@ -44,6 +44,25 @@ paths:
|
||||||
$ref: "#/components/responses/GenericError"
|
$ref: "#/components/responses/GenericError"
|
||||||
security:
|
security:
|
||||||
- SessionScheme: []
|
- SessionScheme: []
|
||||||
|
/ColumnConfigs:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Configuration"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/ColumnConfig"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
/Modules:
|
/Modules:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
|
|
@ -63,10 +82,10 @@ paths:
|
||||||
$ref: "#/components/responses/GenericError"
|
$ref: "#/components/responses/GenericError"
|
||||||
security:
|
security:
|
||||||
- SessionScheme: []
|
- SessionScheme: []
|
||||||
/TableConfigs:
|
/MaterialTypes:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- "Configuration"
|
- "Filters"
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: "#/components/parameters/GuidOnlineService"
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
responses:
|
responses:
|
||||||
|
|
@ -77,18 +96,18 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
type: "array"
|
type: "array"
|
||||||
items:
|
items:
|
||||||
$ref: "#/components/schemas/TableConfig"
|
$ref: "#/components/schemas/MaterialType"
|
||||||
default:
|
default:
|
||||||
$ref: "#/components/responses/GenericError"
|
$ref: "#/components/responses/GenericError"
|
||||||
security:
|
security:
|
||||||
- SessionScheme: []
|
- SessionScheme: []
|
||||||
/FilterSuggestions:
|
/VehicleTypes:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- "Configuration"
|
- "Filters"
|
||||||
- "Search"
|
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: "#/components/parameters/GuidOnlineService"
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: "successful operation"
|
description: "successful operation"
|
||||||
|
|
@ -97,7 +116,376 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
type: "array"
|
type: "array"
|
||||||
items:
|
items:
|
||||||
$ref: "#/components/schemas/FilterSuggestion"
|
$ref: "#/components/schemas/VehicleType"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/Widths:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidSection"
|
||||||
|
- $ref: "#/components/parameters/GuidDiameter"
|
||||||
|
- $ref: "#/components/parameters/GuidSpeedIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidLoadIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCount"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCircle"
|
||||||
|
- $ref: "#/components/parameters/GuidOffset"
|
||||||
|
- $ref: "#/components/parameters/GuidHubBoreHole"
|
||||||
|
- $ref: "#/components/parameters/GuidManufacturer"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/Width"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/Sections:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidWidth"
|
||||||
|
- $ref: "#/components/parameters/GuidDiameter"
|
||||||
|
- $ref: "#/components/parameters/GuidSpeedIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidLoadIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCount"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCircle"
|
||||||
|
- $ref: "#/components/parameters/GuidOffset"
|
||||||
|
- $ref: "#/components/parameters/GuidHubBoreHole"
|
||||||
|
- $ref: "#/components/parameters/GuidManufacturer"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/Section"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/Diameters:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidWidth"
|
||||||
|
- $ref: "#/components/parameters/GuidSection"
|
||||||
|
- $ref: "#/components/parameters/GuidSpeedIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidLoadIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCount"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCircle"
|
||||||
|
- $ref: "#/components/parameters/GuidOffset"
|
||||||
|
- $ref: "#/components/parameters/GuidHubBoreHole"
|
||||||
|
- $ref: "#/components/parameters/GuidManufacturer"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/Diameter"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/SpeedIndices:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidWidth"
|
||||||
|
- $ref: "#/components/parameters/GuidSection"
|
||||||
|
- $ref: "#/components/parameters/GuidDiameter"
|
||||||
|
- $ref: "#/components/parameters/GuidLoadIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCount"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCircle"
|
||||||
|
- $ref: "#/components/parameters/GuidOffset"
|
||||||
|
- $ref: "#/components/parameters/GuidHubBoreHole"
|
||||||
|
- $ref: "#/components/parameters/GuidManufacturer"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/SpeedIndex"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/LoadIndices:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidWidth"
|
||||||
|
- $ref: "#/components/parameters/GuidSection"
|
||||||
|
- $ref: "#/components/parameters/GuidDiameter"
|
||||||
|
- $ref: "#/components/parameters/GuidSpeedIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCount"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCircle"
|
||||||
|
- $ref: "#/components/parameters/GuidOffset"
|
||||||
|
- $ref: "#/components/parameters/GuidHubBoreHole"
|
||||||
|
- $ref: "#/components/parameters/GuidManufacturer"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/LoadIndex"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/HoleCounts:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidWidth"
|
||||||
|
- $ref: "#/components/parameters/GuidSection"
|
||||||
|
- $ref: "#/components/parameters/GuidDiameter"
|
||||||
|
- $ref: "#/components/parameters/GuidSpeedIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidLoadIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCircle"
|
||||||
|
- $ref: "#/components/parameters/GuidOffset"
|
||||||
|
- $ref: "#/components/parameters/GuidHubBoreHole"
|
||||||
|
- $ref: "#/components/parameters/GuidManufacturer"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/HoleCount"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/HoleCircles:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidWidth"
|
||||||
|
- $ref: "#/components/parameters/GuidSection"
|
||||||
|
- $ref: "#/components/parameters/GuidDiameter"
|
||||||
|
- $ref: "#/components/parameters/GuidSpeedIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidLoadIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCount"
|
||||||
|
- $ref: "#/components/parameters/GuidOffset"
|
||||||
|
- $ref: "#/components/parameters/GuidHubBoreHole"
|
||||||
|
- $ref: "#/components/parameters/GuidManufacturer"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/HoleCircle"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/Offsets:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidWidth"
|
||||||
|
- $ref: "#/components/parameters/GuidSection"
|
||||||
|
- $ref: "#/components/parameters/GuidDiameter"
|
||||||
|
- $ref: "#/components/parameters/GuidSpeedIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidLoadIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCount"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCircle"
|
||||||
|
- $ref: "#/components/parameters/GuidHubBoreHole"
|
||||||
|
- $ref: "#/components/parameters/GuidManufacturer"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/Offset"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/HubBoreHoles:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidWidth"
|
||||||
|
- $ref: "#/components/parameters/GuidSection"
|
||||||
|
- $ref: "#/components/parameters/GuidDiameter"
|
||||||
|
- $ref: "#/components/parameters/GuidSpeedIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidLoadIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCount"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCircle"
|
||||||
|
- $ref: "#/components/parameters/GuidOffset"
|
||||||
|
- $ref: "#/components/parameters/GuidManufacturer"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/HubBoreHole"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/Manufacturers:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidWidth"
|
||||||
|
- $ref: "#/components/parameters/GuidSection"
|
||||||
|
- $ref: "#/components/parameters/GuidDiameter"
|
||||||
|
- $ref: "#/components/parameters/GuidSpeedIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidLoadIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCount"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCircle"
|
||||||
|
- $ref: "#/components/parameters/GuidOffset"
|
||||||
|
- $ref: "#/components/parameters/GuidHubBoreHole"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/Manufacturer"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/VehicleManufacturers:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidVehicleDisplacement"
|
||||||
|
- $ref: "#/components/parameters/GuidVehicleModel"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/VehicleManufacturer"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/VehicleDisplacements:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidVehicleManufacturer"
|
||||||
|
- $ref: "#/components/parameters/GuidVehicleModel"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/VehicleDisplacement"
|
||||||
|
default:
|
||||||
|
$ref: "#/components/responses/GenericError"
|
||||||
|
security:
|
||||||
|
- SessionScheme: []
|
||||||
|
/VehicleModels:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "Filters"
|
||||||
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidMaterialType"
|
||||||
|
- $ref: "#/components/parameters/RequiredGuidVehicleType"
|
||||||
|
- $ref: "#/components/parameters/GuidVehicleManufacturer"
|
||||||
|
- $ref: "#/components/parameters/GuidVehicleDisplacement"
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: "array"
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/VehicleModel"
|
||||||
default:
|
default:
|
||||||
$ref: "#/components/responses/GenericError"
|
$ref: "#/components/responses/GenericError"
|
||||||
security:
|
security:
|
||||||
|
|
@ -105,12 +493,31 @@ paths:
|
||||||
/Filters:
|
/Filters:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- "Search"
|
- "Filters"
|
||||||
|
- "Articles"
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: "#/components/parameters/GuidOnlineService"
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
- $ref: "#/components/parameters/SearchTerm"
|
- name: "SearchTerm"
|
||||||
- $ref: "#/components/parameters/GuidMaterialType"
|
in: "query"
|
||||||
- $ref: "#/components/parameters/GuidVehicleType"
|
required: false
|
||||||
|
schema:
|
||||||
|
type: "string"
|
||||||
|
default: null
|
||||||
|
example: "2055516"
|
||||||
|
- name: "GuidMaterialType"
|
||||||
|
in: "query"
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: "string"
|
||||||
|
default: null
|
||||||
|
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
||||||
|
- name: "GuidVehicleType"
|
||||||
|
in: "query"
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: "string"
|
||||||
|
default: null
|
||||||
|
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
||||||
- $ref: "#/components/parameters/GuidWidth"
|
- $ref: "#/components/parameters/GuidWidth"
|
||||||
- $ref: "#/components/parameters/GuidSection"
|
- $ref: "#/components/parameters/GuidSection"
|
||||||
- $ref: "#/components/parameters/GuidDiameter"
|
- $ref: "#/components/parameters/GuidDiameter"
|
||||||
|
|
@ -121,27 +528,9 @@ paths:
|
||||||
- $ref: "#/components/parameters/GuidOffset"
|
- $ref: "#/components/parameters/GuidOffset"
|
||||||
- $ref: "#/components/parameters/GuidHubBoreHole"
|
- $ref: "#/components/parameters/GuidHubBoreHole"
|
||||||
- $ref: "#/components/parameters/GuidManufacturer"
|
- $ref: "#/components/parameters/GuidManufacturer"
|
||||||
- name: "Type"
|
- $ref: "#/components/parameters/GuidVehicleManufacturer"
|
||||||
description: "Provide the types you want to get. If this parameter is not provided, all types will be returned."
|
- $ref: "#/components/parameters/GuidVehicleDisplacement"
|
||||||
in: "query"
|
- $ref: "#/components/parameters/GuidVehicleModel"
|
||||||
required: false
|
|
||||||
schema:
|
|
||||||
type: "array"
|
|
||||||
items:
|
|
||||||
type: "string"
|
|
||||||
enum:
|
|
||||||
- "MaterialType"
|
|
||||||
- "VehicleType"
|
|
||||||
- "Width"
|
|
||||||
- "Section"
|
|
||||||
- "Diameter"
|
|
||||||
- "SpeedIndex"
|
|
||||||
- "LoadIndex"
|
|
||||||
- "HoleCount"
|
|
||||||
- "HoleCircle"
|
|
||||||
- "Offset"
|
|
||||||
- "HubBoreHole"
|
|
||||||
- "Manufacturer"
|
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: "successful operation"
|
description: "successful operation"
|
||||||
|
|
@ -158,22 +547,9 @@ paths:
|
||||||
/Articles:
|
/Articles:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- "Search"
|
- "Articles"
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: "#/components/parameters/GuidOnlineService"
|
- $ref: "#/components/parameters/GuidOnlineService"
|
||||||
- $ref: "#/components/parameters/SearchTerm"
|
|
||||||
- $ref: "#/components/parameters/GuidMaterialType"
|
|
||||||
- $ref: "#/components/parameters/GuidVehicleType"
|
|
||||||
- $ref: "#/components/parameters/GuidWidth"
|
|
||||||
- $ref: "#/components/parameters/GuidSection"
|
|
||||||
- $ref: "#/components/parameters/GuidDiameter"
|
|
||||||
- $ref: "#/components/parameters/GuidSpeedIndex"
|
|
||||||
- $ref: "#/components/parameters/GuidLoadIndex"
|
|
||||||
- $ref: "#/components/parameters/GuidHoleCount"
|
|
||||||
- $ref: "#/components/parameters/GuidHoleCircle"
|
|
||||||
- $ref: "#/components/parameters/GuidOffset"
|
|
||||||
- $ref: "#/components/parameters/GuidHubBoreHole"
|
|
||||||
- $ref: "#/components/parameters/GuidManufacturer"
|
|
||||||
- name: "GuidBranch"
|
- name: "GuidBranch"
|
||||||
description: "Required for providing stock information."
|
description: "Required for providing stock information."
|
||||||
in: "query"
|
in: "query"
|
||||||
|
|
@ -190,6 +566,40 @@ paths:
|
||||||
type: "number"
|
type: "number"
|
||||||
default: null
|
default: null
|
||||||
example: 4
|
example: 4
|
||||||
|
- name: "SearchTerm"
|
||||||
|
in: "query"
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: "string"
|
||||||
|
default: null
|
||||||
|
example: "2055516"
|
||||||
|
- name: "GuidMaterialType"
|
||||||
|
in: "query"
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: "string"
|
||||||
|
default: null
|
||||||
|
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
||||||
|
- name: "GuidVehicleType"
|
||||||
|
in: "query"
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: "string"
|
||||||
|
default: null
|
||||||
|
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
||||||
|
- $ref: "#/components/parameters/GuidWidth"
|
||||||
|
- $ref: "#/components/parameters/GuidSection"
|
||||||
|
- $ref: "#/components/parameters/GuidDiameter"
|
||||||
|
- $ref: "#/components/parameters/GuidSpeedIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidLoadIndex"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCount"
|
||||||
|
- $ref: "#/components/parameters/GuidHoleCircle"
|
||||||
|
- $ref: "#/components/parameters/GuidOffset"
|
||||||
|
- $ref: "#/components/parameters/GuidHubBoreHole"
|
||||||
|
- $ref: "#/components/parameters/GuidManufacturer"
|
||||||
|
- $ref: "#/components/parameters/GuidVehicleManufacturer"
|
||||||
|
- $ref: "#/components/parameters/GuidVehicleDisplacement"
|
||||||
|
- $ref: "#/components/parameters/GuidVehicleModel"
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: "successful operation"
|
description: "successful operation"
|
||||||
|
|
@ -309,7 +719,7 @@ components:
|
||||||
FaxNumber: null
|
FaxNumber: null
|
||||||
Latitude: 12.34
|
Latitude: 12.34
|
||||||
Longitude: 12.34
|
Longitude: 12.34
|
||||||
TableConfig:
|
ColumnConfig:
|
||||||
type: "object"
|
type: "object"
|
||||||
required:
|
required:
|
||||||
- "Guid"
|
- "Guid"
|
||||||
|
|
@ -330,12 +740,12 @@ components:
|
||||||
DataType:
|
DataType:
|
||||||
type: "string"
|
type: "string"
|
||||||
enum:
|
enum:
|
||||||
- "string"
|
- "String"
|
||||||
- "integer"
|
- "Integer"
|
||||||
- "decimal"
|
- "Decimal"
|
||||||
- "boolean"
|
- "Boolean"
|
||||||
- "date"
|
- "Date"
|
||||||
- "dateTime"
|
- "DateTime"
|
||||||
FieldName:
|
FieldName:
|
||||||
type: "string"
|
type: "string"
|
||||||
Module:
|
Module:
|
||||||
|
|
@ -363,16 +773,27 @@ components:
|
||||||
enum:
|
enum:
|
||||||
- "NewTab"
|
- "NewTab"
|
||||||
- "SameTab"
|
- "SameTab"
|
||||||
FilterSuggestion:
|
MaterialType:
|
||||||
type: "object"
|
type: "object"
|
||||||
required:
|
required:
|
||||||
- "Guid"
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
properties:
|
properties:
|
||||||
GuidMaterialType:
|
Guid:
|
||||||
type: "string"
|
type: "string"
|
||||||
GuidVehicleType:
|
Designation:
|
||||||
type: "string"
|
type: "string"
|
||||||
Types:
|
VehicleType:
|
||||||
|
type: "object"
|
||||||
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
|
ComfortSearchSets:
|
||||||
type: "array"
|
type: "array"
|
||||||
items:
|
items:
|
||||||
type: "object"
|
type: "object"
|
||||||
|
|
@ -384,26 +805,143 @@ components:
|
||||||
type: "string"
|
type: "string"
|
||||||
Type:
|
Type:
|
||||||
type: "string"
|
type: "string"
|
||||||
enum:
|
Width:
|
||||||
- "MaterialType"
|
type: "object"
|
||||||
- "VehicleType"
|
required:
|
||||||
- "Width"
|
- "Guid"
|
||||||
- "Section"
|
- "Designation"
|
||||||
- "Diameter"
|
properties:
|
||||||
- "SpeedIndex"
|
Guid:
|
||||||
- "LoadIndex"
|
type: "string"
|
||||||
- "HoleCount"
|
Designation:
|
||||||
- "HoleCircle"
|
type: "string"
|
||||||
- "Offset"
|
Section:
|
||||||
- "HubBoreHole"
|
type: "object"
|
||||||
- "Manufacturer"
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
|
Diameter:
|
||||||
|
type: "object"
|
||||||
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
|
SpeedIndex:
|
||||||
|
type: "object"
|
||||||
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
|
LoadIndex:
|
||||||
|
type: "object"
|
||||||
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
|
HoleCount:
|
||||||
|
type: "object"
|
||||||
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
|
HoleCircle:
|
||||||
|
type: "object"
|
||||||
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
|
Offset:
|
||||||
|
type: "object"
|
||||||
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
|
HubBoreHole:
|
||||||
|
type: "object"
|
||||||
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
|
Manufacturer:
|
||||||
|
type: "object"
|
||||||
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
|
VehicleManufacturer:
|
||||||
|
type: "object"
|
||||||
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
|
VehicleDisplacement:
|
||||||
|
type: "object"
|
||||||
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
|
VehicleModel:
|
||||||
|
type: "object"
|
||||||
|
required:
|
||||||
|
- "Guid"
|
||||||
|
- "Designation"
|
||||||
|
properties:
|
||||||
|
Guid:
|
||||||
|
type: "string"
|
||||||
|
Designation:
|
||||||
|
type: "string"
|
||||||
Filter:
|
Filter:
|
||||||
type: "object"
|
type: "object"
|
||||||
required:
|
required:
|
||||||
- "Guid"
|
- "Guid"
|
||||||
- "Designation"
|
- "Designation"
|
||||||
- "Type"
|
- "Type"
|
||||||
- "Options"
|
- "Elements"
|
||||||
properties:
|
properties:
|
||||||
Guid:
|
Guid:
|
||||||
type: "string"
|
type: "string"
|
||||||
|
|
@ -424,7 +962,10 @@ components:
|
||||||
- "Offset"
|
- "Offset"
|
||||||
- "HubBoreHole"
|
- "HubBoreHole"
|
||||||
- "Manufacturer"
|
- "Manufacturer"
|
||||||
Options:
|
- "VehicleManufacturer"
|
||||||
|
- "VehicleDisplacement"
|
||||||
|
- "VehicleModel"
|
||||||
|
Elements:
|
||||||
type: "array"
|
type: "array"
|
||||||
items:
|
items:
|
||||||
type: "object"
|
type: "object"
|
||||||
|
|
@ -447,34 +988,11 @@ components:
|
||||||
required:
|
required:
|
||||||
- "Guid"
|
- "Guid"
|
||||||
- "Designation"
|
- "Designation"
|
||||||
- "StockType"
|
|
||||||
- "AmountInCart"
|
|
||||||
- "NumberOfDecimalPlacesForStock"
|
|
||||||
properties:
|
properties:
|
||||||
Guid:
|
Guid:
|
||||||
type: "string"
|
type: "string"
|
||||||
Designation:
|
Designation:
|
||||||
type: "string"
|
type: "string"
|
||||||
Price:
|
|
||||||
type: "number"
|
|
||||||
StockType:
|
|
||||||
type: "string"
|
|
||||||
EarliestDeliveryDate:
|
|
||||||
type: "string"
|
|
||||||
format: "date"
|
|
||||||
LatestDeliveryDate:
|
|
||||||
type: "string"
|
|
||||||
format: "date"
|
|
||||||
AmountInCart:
|
|
||||||
type: "number"
|
|
||||||
NumberOfDecimalPlacesForStock:
|
|
||||||
type: "integer"
|
|
||||||
Detail-1:
|
|
||||||
type: "string"
|
|
||||||
Detail-2:
|
|
||||||
type: "integer"
|
|
||||||
Stock-1:
|
|
||||||
type: "number"
|
|
||||||
securitySchemes:
|
securitySchemes:
|
||||||
SessionScheme:
|
SessionScheme:
|
||||||
type: http
|
type: http
|
||||||
|
|
@ -507,18 +1025,18 @@ components:
|
||||||
type: "string"
|
type: "string"
|
||||||
default: null
|
default: null
|
||||||
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
||||||
GuidMaterialType:
|
RequiredGuidMaterialType:
|
||||||
name: "GuidMaterialType"
|
name: "GuidMaterialType"
|
||||||
in: "query"
|
in: "query"
|
||||||
required: false
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: "string"
|
type: "string"
|
||||||
default: null
|
default: null
|
||||||
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
||||||
GuidVehicleType:
|
RequiredGuidVehicleType:
|
||||||
name: "GuidVehicleType"
|
name: "GuidVehicleType"
|
||||||
in: "query"
|
in: "query"
|
||||||
required: false
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: "string"
|
type: "string"
|
||||||
default: null
|
default: null
|
||||||
|
|
@ -603,14 +1121,30 @@ components:
|
||||||
type: "string"
|
type: "string"
|
||||||
default: null
|
default: null
|
||||||
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
||||||
SearchTerm:
|
GuidVehicleManufacturer:
|
||||||
name: "SearchTerm"
|
name: "GuidVehicleManufacturer"
|
||||||
in: "query"
|
in: "query"
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
type: "string"
|
type: "string"
|
||||||
default: null
|
default: null
|
||||||
example: "2055516"
|
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
||||||
|
GuidVehicleDisplacement:
|
||||||
|
name: "GuidVehicleDisplacement"
|
||||||
|
in: "query"
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: "string"
|
||||||
|
default: null
|
||||||
|
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
||||||
|
GuidVehicleModel:
|
||||||
|
name: "GuidVehicleModel"
|
||||||
|
in: "query"
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: "string"
|
||||||
|
default: null
|
||||||
|
example: "ebb89e89-8d25-809e-7814-c53b686ae164"
|
||||||
responses:
|
responses:
|
||||||
GenericError:
|
GenericError:
|
||||||
description: "Unexpected error like 4XX or 5XX http errors."
|
description: "Unexpected error like 4XX or 5XX http errors."
|
||||||
|
|
@ -618,28 +1152,3 @@ components:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/GenericError"
|
$ref: "#/components/schemas/GenericError"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue