Skip to main content
POST
Create multiple transactions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-finops-version
string<date>
required
x-organization-id
string<uuid>
required

The ID of the entity that owns the requested resource.

Example:

"9d2b4c8f-2087-4738-ba91-7359683c49a4"

Body

application/json
data
object[]
required

A list of transactions to create.

Response

Successful Response

data
object[]
required
Required array length: 1 - 5000 elements
status
enum<string>
required

The overall status of the bulk creation operation.

Available options:
success,
partial_success,
error