Get CBR
GET {{URL_ORIGIN}}/api/cbrs/:id
This API allows to get a single CBR details.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": "21",
"name": "yael test",
"type": "DYNAMIC_MARKET_RATE",
"value": "1",
"actionType": "NOTIFY_BACKOFFICE",
"priority": "1",
"status": "ACTIVE",
"rounding": "NONE"
} |