Skip to main content
POST
Create Bulk Revenues
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Create Bulk Revenues Description: The /revenue/bulk endpoint allows creation of multiple revenue records simultaneously. Authorization:
  • Required role: admin or higher
Method: POST Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
revenues
object[]
required

Response

Created with possible errors

message
string
createdRevenues
string[]
processedCount
integer
totalAmount
number
errors
string[]