Skip to content

Commit

Permalink
IS-7910 Aggiornare documentazione nuovo export OV inserendo il nuovo …
Browse files Browse the repository at this point in the history
…export chiusure
  • Loading branch information
marcobarbero committed Apr 18, 2024
1 parent 5f167c4 commit 40bf12a
Showing 1 changed file with 62 additions and 7 deletions.
69 changes: 62 additions & 7 deletions reference/is.ov.importexport.doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ paths:
description: 'Incames with grouping amount by payment type '
type: array
items:
$ref: '#/components/schemas/incames'
$ref: '#/components/schemas/incame'
x-stoplight:
id: 4wtxw6r2tkfzs
sold:
Expand All @@ -348,7 +348,7 @@ paths:
description: Totalizers data
type: array
items:
$ref: '#/components/schemas/totalizers'
$ref: '#/components/schemas/totalizer'
x-stoplight:
id: ljugq7enrs9lw
selfCash:
Expand All @@ -371,9 +371,18 @@ paths:
id: s3ow948x671w3
description: Deliveries with supplies and payments details
items:
$ref: '#/components/schemas/deliveries'
$ref: '#/components/schemas/delivery'
x-stoplight:
id: j6nwvgm7z1rxn
cashPayments:
type: array
x-stoplight:
id: kpdrisjgeoyvd
description: Cash payments details
items:
$ref: '#/components/schemas/cashPayment'
x-stoplight:
id: zddppz6urqvee
'400':
description: Bad Request
'401':
Expand Down Expand Up @@ -426,7 +435,7 @@ components:
x-stoplight:
id: b9gm2v6bo5hbq
description: Outdoor amount
incames:
incame:
title: incames
x-stoplight:
id: sr7ci8khxr4xy
Expand All @@ -452,7 +461,7 @@ components:
x-stoplight:
id: ld8lwi50qtkhj
description: Total amount for the payment type
totalizers:
totalizer:
title: totalizers
x-stoplight:
id: 2iy6m6czaozb1
Expand Down Expand Up @@ -545,7 +554,7 @@ components:
x-stoplight:
id: 0c3kkkfxi5xfx
description: Refunds amounts
payments:
payment:
title: payments
x-stoplight:
id: swl8s0k43rwfm
Expand Down Expand Up @@ -581,7 +590,7 @@ components:
x-stoplight:
id: f63oygkku7iiy
description: Unique numeric code generated by the payment card issuer during the authorization process
deliveries:
delivery:
title: deliveries
x-stoplight:
id: r2qe1aiifn4he
Expand Down Expand Up @@ -685,6 +694,52 @@ components:
x-stoplight:
id: iyolgt1x6u3ty
description: Mode
cashPayment:
title: cashPayments
x-stoplight:
id: mtblj5mtu8lmk
type: object
properties:
cashId:
type: number
x-stoplight:
id: 5z6e07tfxpl9c
description: System cash identifier
paymentId:
type: number
x-stoplight:
id: p002n8iqiu0x0
description: System payment identifier
activityId:
type: number
x-stoplight:
id: vansz59f8lxdq
description: System activity identifier
activity:
type: string
x-stoplight:
id: r4t3n7brkgrpd
description: Activity description
payment:
type: string
x-stoplight:
id: ia0ruonouw5ob
description: Payment description
inAmount:
type: number
x-stoplight:
id: hmh07e5hvxdpt
description: Indoor amount
outAmount:
type: number
x-stoplight:
id: 1lmpjsajy2vcv
description: Outdoor amount
note:
type: string
x-stoplight:
id: dbmawocrambkv
description: Additional note
securitySchemes:
develop:
type: oauth2
Expand Down

0 comments on commit 40bf12a

Please sign in to comment.