diff --git a/reference/is.ov.importexport.doc.yaml b/reference/is.ov.importexport.doc.yaml index 96d8232..138024b 100644 --- a/reference/is.ov.importexport.doc.yaml +++ b/reference/is.ov.importexport.doc.yaml @@ -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: @@ -348,7 +348,7 @@ paths: description: Totalizers data type: array items: - $ref: '#/components/schemas/totalizers' + $ref: '#/components/schemas/totalizer' x-stoplight: id: ljugq7enrs9lw selfCash: @@ -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': @@ -426,7 +435,7 @@ components: x-stoplight: id: b9gm2v6bo5hbq description: Outdoor amount - incames: + incame: title: incames x-stoplight: id: sr7ci8khxr4xy @@ -452,7 +461,7 @@ components: x-stoplight: id: ld8lwi50qtkhj description: Total amount for the payment type - totalizers: + totalizer: title: totalizers x-stoplight: id: 2iy6m6czaozb1 @@ -545,7 +554,7 @@ components: x-stoplight: id: 0c3kkkfxi5xfx description: Refunds amounts - payments: + payment: title: payments x-stoplight: id: swl8s0k43rwfm @@ -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 @@ -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