Skip to content

Commit

Permalink
IS-8420 [SN new I/E] Telematic printer receipt data export endpoint (…
Browse files Browse the repository at this point in the history
…refactoring)
  • Loading branch information
marcobarbero committed Jul 9, 2024
1 parent 1885dd5 commit 94f53f6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions reference/IS-SN-importexport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ paths:
description: Optional customer code. This parameter must be set to export only customer's transactions.
name: customer_code
description: Used to export OIL transactions filtered by input values. The maximum range between date_start and date_end is 7 days.
/transactions/receipts:
/receipts/transactions:
get:
summary: Get receipts transactions
tags: []
Expand All @@ -575,7 +575,17 @@ paths:
description: Forbidden
'500':
description: Internal Server Error
operationId: get-non-oil-transactions
'':
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/ReceiptTransaction'
x-stoplight:
id: 0sefiagxjrh8m
description: ''
operationId: get-receipts-transactions
parameters:
- schema:
type: string
Expand Down

0 comments on commit 94f53f6

Please sign in to comment.