Skip to content

Commit

Permalink
IS-9366 - Added table for description product enum
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanpierreMiccoli17 committed Oct 25, 2024
1 parent ed55b8c commit e730e05
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions reference/is.ov.importexport.doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,33 @@ x-stoplight:
id: 91a4ao3uk9mo2
info:
title: Import export Overview
version: '1.1'
description: |-
version: '1.2'
description: |
# Overview import export api documentation
The HTTP status codes returned by the endpoints follow these rules:
- If the flow is correct, returns positive response code
- If the flow is incorrect, returns negative response code
- If the flow breaks for some reason (DB connection, malformed input, etc..), returns negative response
# Enums
### Product Code (productCode)
| code | Prodotto (IT) |
| ------ | ---------------- |
| 1 | Verde |
| 2 | Diesel |
| 3 | Benzina Spec. |
| 4 | Gasolio Spec. |
| 5 | AdBlue |
| 6 | GPL |
| 7 | Metano |
| 17 | GNL |
| 20 | Olio Lubr. |
| 21 | HVO |
| 22 | L-GNC |
contact:
email: internal-dev-team@icadsistemi.com
name: Dev team internal
Expand Down

0 comments on commit e730e05

Please sign in to comment.