Skip to main content

Report Trigger API

POST /reports/:reportTypeIdentifier

Report trigger API is to generate a specific type of report given in request.

Path Parameters
  • reportTypeIdentifier string required

    A unique identifier of report type, It is from a list of report type

Request Body required
  • correlation_id string

    Random UUID

  • parameters object
  • warehouse_id string

    Any valid warehouse id from the given list

  • month string

    Month value like May

  • year string
  • from_date string

    Date, Start date (format yyyy-MM-dd)

Responses

successful operation

Schema
  • report_id string
Loading...