Create multiple transactions

Authentication

AuthorizationBearer

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

Headers

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
datalist of objectsRequired
A list of transactions to create.

Response

Successful Response
datalist of objects
statusenum
The overall status of the bulk creation operation.
Allowed values:

Errors

400
Post Transactions Bulk Request Bad Request Error
401
Post Transactions Bulk Request Unauthorized Error
403
Post Transactions Bulk Request Forbidden Error
422
Post Transactions Bulk Request Unprocessable Entity Error
429
Post Transactions Bulk Request Too Many Requests Error