Get all invoices corrections

Get all invoices corrections

Request
Security:
query Parameters
dateFrom
required
string

Date from (ex 2022-05-17T23:59:00.1457765Z)

Example: dateFrom=2022-05-17T23:59:00.1457765Z
dateTo
required
string

Date to (ex 2022-05-17T23:59:00.1457765Z)

Example: dateTo=2022-05-17T23:59:00.1457765Z
type
string

Invoice type (FISCAL or NON_FISCAL)

Enum: "FISCAL" "NON_FISCAL"
Example: type=FISAL
Responses
200

Successfully returned list of invoices

400

Invalid request

500

Internal server error

get/order/api/v1/merchant-integration/invoice-corrections
Request samples
curl -i -X GET \
  'https://api.stage.ananastest.com/order/api/v1/merchant-integration/invoice-corrections?dateFrom=string&dateTo=string&type=FISCAL' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response samples
[]
Copyright © Ananas 2023. All right reserved.