Skip to content

Commit

Permalink
IS-7822 C2A: added supply_amount, stan and fixed auth code
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobarbero committed Jan 25, 2024
1 parent ada853a commit 3d8f621
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 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.8'
version: '0.9'
description: |-
# Overview import export api documentation
Expand Down Expand Up @@ -95,14 +95,17 @@ paths:
type: string
x-stoplight:
id: cz3wsnszjc6ke
description: Fuel station name
iscode:
type: string
x-stoplight:
id: 42a1a3p1si83w
description: IS code assigned to the fuel station
supplier_name:
type: string
x-stoplight:
id: 7gmtuucyzixm4
description: Supplier name
datetime:
type: string
x-stoplight:
Expand All @@ -112,47 +115,62 @@ paths:
type: string
x-stoplight:
id: 858hju9eoym6u
description: Card name
payment_mode:
type: string
x-stoplight:
id: 1fhvtm9t0dm34
description: Payment mode
amount:
type: number
x-stoplight:
id: jr1wu7zqgwwvi
description: Payment amount
authorization_code:
type: string
x-stoplight:
id: vcy19nvuy02rh
description: Unique numeric code generated by the payment card issuer during the authorization process
stan:
type: string
x-stoplight:
id: oi49prt95n3l8
description: System Trace Audit Number
supplies:
type: array
x-stoplight:
id: gl5qcjez2wwex
description: Array of supplies that that were paid with this transaction
items:
x-stoplight:
id: 953yqy8qnzj8e
type: object
properties:
authorization_code:
type: string
x-stoplight:
id: bs4ft7zekdu5k
article:
type: string
x-stoplight:
id: hjddmpeihlcub
description: Article description
unit_price:
type: number
x-stoplight:
id: 3dyamvx1t8jel
description: Article unit price
ticket_number:
type: integer
x-stoplight:
id: wy9qcjf3cai8q
description: Ticket number assignet to the supply
pump_number:
type: integer
x-stoplight:
id: entlewabvnfyx
description: Pump number
vat:
type: number
x-stoplight:
id: lxfnb3laj4ap8
description: Article VAT
supply_id:
type: integer
x-stoplight:
Expand All @@ -167,6 +185,11 @@ paths:
x-stoplight:
id: zhnoba96kcltj
description: Last 4 chars from card number
supply_amount:
type: number
x-stoplight:
id: 159xjgu770m1r
description: Supply amount
required:
- fuelstation_name
- iscode
Expand Down

0 comments on commit 3d8f621

Please sign in to comment.