Skip to main content
POST
Create General Report

Authorizations

Authorization
string
header
required

Provide your Bearer token in the format: Bearer <your_api_key>

Path Parameters

company_id
string
required

Company ID for which the report is created

Response

Successfully created the general report" example({"status": "created", "message": "Report created successfully", "data": {"report_id": "generated-uuid"}})

A standard successful API response.

message
string

A detailed success message.

Example:

"Operation completed successfully"

status
integer

HTTP status code.

Example:

200