Skip to content

Commit

Permalink
correct response example for get payments method
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanpierreMiccoli17 committed Jan 30, 2024
1 parent 970f454 commit 4f66e52
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions reference/is.ov.importexport.doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ x-stoplight:
id: 91a4ao3uk9mo2
info:
title: Import export Overview
version: '0.10'
version: '0.11'
description: |-
# Overview import export api documentation
Expand Down Expand Up @@ -222,30 +222,29 @@ paths:
id: 159xjgu770m1r
description: Supply amount
examples:
Example 2:
Example 1:
value:
- value:
- payment_id: 0
fuelstation_name: string
iscode: string
supplier_name: string
datetime: string
card_name: string
card_number: string
payment_mode: string
amount: 0
authorization_code: string
stan: string
supplies:
- article_id: 0
article: string
unit_price: 0
ticket_number: 0
pump_number: 0
vat: 0
supply_id: 0
quantity: 0
supply_amount: 0
- payment_id: 0
fuelstation_name: string
iscode: string
supplier_name: string
datetime: string
card_name: string
card_number: string
payment_mode: string
amount: 0
authorization_code: string
stan: string
supplies:
- article_id: 1
article: string
unit_price: 0
ticket_number: 0
pump_number: 0
vat: 0
supply_id: 0
quantity: 0
supply_amount: 0
'201':
description: Created
'401':
Expand Down

0 comments on commit 4f66e52

Please sign in to comment.