Skip to main content
POST
Bulk Create Settlements

Authorizations

Authorization
string
header
required

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

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Path Parameters

company-id
string<uuid>
required

Company ID

Body

application/json
start_date
string<date-time>
required
end_date
string<date-time>
required
bulk_create_for
enum<string>[]
Available options:
customers,
vendors,
drivers
customer_account_ids
string<uuid>[]

Optional list of customer account IDs to filter settlements by

vendor_account_ids
string<uuid>[]

Optional list of vendor account IDs to filter settlements by

driver_ids
string<uuid>[]

Optional list of driver IDs to filter settlements by

settlement_config
object

Response

Accepted

The response is of type object.