Get Invoice Corrections URLs

Get Invoice Corrections URLs

Request
Security:
query Parameters
type
string

Invoice type (FISCAL or NON_FISCAL)

Enum: "FISCAL" "NON_FISCAL"
Example: type=FISAL
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
suborderIds
required
string

Collection of suborder ids for which we issue fetching invoice document URLs.

Example: suborderIds=LSQNE-7ND5J-FBA-1
Responses
200

Successfully

400

Invalid request

404

Not found

500

Internal server error

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