v1

latestOpenAPI 3.0.02026-07-2631334151.4 KB
business domain

Commission inquiry

Endpoint to consult a broker's commissions

get/commission/list

Query parameters

startDatestring required

Start Date

endDatestring required

End Date

Headers

X-Application-Idstring required

Id of the Application that is using the API.

X-User-Idstring required

Id of the User that is using the API.

Content-Typestring required

Content-Type

X-Company-Idstring required

X-Company-Id

X-Sucursal-Codestring required

X-Sucursal-Code

X-Susep-Codestring required

X-Susep-Code

X-Trace-Idstring required

Trace ID that is using the API.

X-Company-Idstring required

Id of the Company that is using the API.

Response

Sucesso

Example response

[
  {
    "demonstrative": {
      "comissions": {
        "company": {
          "id": 1,
          "code": "01",
          "name": "HDI"
        },
        "product": {
          "id": 5,
          "code": "005",
          "name": "Residencial"
        }
      }
    }
  }
]