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
- application/json
Request Body required
- correlation_id string
Random UUID
parameters object
warehouse_id stringAny valid warehouse id from the given list
month stringMonth value like
May
year stringfrom_date stringDate, Start date (format yyyy-MM-dd)
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- report_id string
{
"report_id": "string"
}
Loading...