List Broker Commissions
GET/brokers/:brokerId/commissions
List Broker Commissions
Request
Path Parameters
brokerId stringrequired
Query Parameters
limit number
Number of items to return
offset number
Number of items to skip
filter.id string
Id
filter.campaignId string
Campaign
filter.type string
Type
filter.value number
Value
filter.effective string
Effective
filter.expires string
Expires
filter.tags string
Tags
filter.createdAt string
Created At
filter.updatedAt string
Updated At
filter.deletedAt string
Deleted At
filter.deleted string
Deleted
filter.createdBy string
Created By
filter.updatedBy string
Updated By
filter.deletedBy string
Deleted By
filter.institutionId string
Institution
include string[]
Possible values: [id, campaignId, type, value, effective, expires, tags, createdAt, updatedAt, deletedAt, deleted, createdBy, updatedBy, deletedBy, institutionId]
Responses
- 200
List of Broker Commissions
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
campaignId string
Campaign
type string
Type
Possible values: [Fixed, Percentage]
value number
Value
effective string
Effective
expires string
Expires
tags string
Tags
institutionId string
Institution
id string
Id
createdAt string
Created At
updatedAt string
Updated At
deletedAt string
Deleted At
deleted string
Deleted
createdBy string
Created By
updatedBy string
Updated By
deletedBy string
Deleted By
[
{
"campaignId": "string",
"type": "Fixed",
"value": 0,
"effective": "string",
"expires": "string",
"tags": "string",
"institutionId": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
]
Loading...