Skip to main content
Version: 1.2.0 - Production

Get Institution Commission Groups

GET 

/v1.2/master-data/commission/groups

This endpoint gives the commission groups.

Request

Query Parameters

    exchange string

    This is optional. If it presents, response indicates commission groups for the given exchange. If not response indicates all the commission groups for the institution.

Header Parameters

    Throttle-Key string

Responses

OK

Schema
    status stringrequired
    reason string
    rejectCode integer

    Find error codes here

    list object[]
  • Array [
  • commissionGroupId number

    Id of commission group.

    nameOfGroup string

    Name of commission group.

    exchange string

    Commission group assigned exchange - Master data > Get Exchange List

    additionalDetails string

    Additional details related to commission group.

  • ]
Loading...
Is this page helpful for you?