Number of APIs: 4
POST {{URL_ORIGIN}}/api/cbrs
This API allows to create a new CBR. ID will be returned in the response, this ID is the unique identifier of the CBR and should be used when sending update commands. Note: this ID can be retrieved via Get CBRs API.Create CBR - Error Codes
Code
Message
1
System is unavailable
100
Missing or invalid parameter: [FieldName]
101
[FieldName] not found
102
name already exists
105
Priority [value] already exists
10001
Permission denied
GET {{URL_ORIGIN}}/api/cbrs
This API allows to get CBRs details.
GET {{URL_ORIGIN}}/api/cbrs/:id
This API allows to get a single CBR details.
PUT {{URL_ORIGIN}}/api/cbrs/31
This API allows to update existing CBR. All validations in create CBRUpdate CBR - Error Codes
Code
Message
101
[FieldName] not found
10001
Permission denied