Response Codes and Statuses
Response Codes and Statuses for Creating Callback Profile
| Code | Message | HTTP Status |
|---|---|---|
| RBC024 | Profile created successfully | 201 |
| RBC302 | Error Occurred in Creating Callback Profile. | 400 |
| RBC2372 | Invalid Api Key! | 401 |
| RBC201 | API key does not exist | 401 |
Response Codes and Statuses for Getting All the Callback Profiles
| Code | Message | HTTP Status |
|---|---|---|
| RBC024 | Profiles fetched successfully | 200 |
| RBC302 | Error Occurred in Fetching Callback Profiles | 400 |
| RBC2372 | Invalid Api Key! | 401 |
| RBC201 | API key does not exist | 401 |
Response Codes and Statuses for Getting Callback Profile by ID
| Code | Message | HTTP Status |
|---|---|---|
| RBC024 | Profiles fetched successfully | 200 |
| RBC302 | Error Occurred in Fetching the Callback Profile | 400 |
| RBC2372 | Invalid Api Key! | 401 |
| RBC201 | API key does not exist | 401 |
| RBC302 | No profile exists with this id | 404 |
Response Codes and Statuses for Updating Callback Profile by ID
| Code | Message | HTTP Status |
|---|---|---|
| RBC024 | Profiles updated successfully | 200 |
| RBC302 | Error Occurred in Updating Callback Profile | 400 |
| RBC2372 | Invalid Api Key! | 401 |
| RBC201 | API key does not exist | 401 |
| RBC302 | No profile exists with this id | 404 |
Response Codes and Statuses for Deleting Callback Profile by ID
| Code | Message | HTTP Status |
|---|---|---|
| RBC024 | Profiles deleted successfully | 200 |
| RBC302 | Error Occurred in Deleting Callback Profile | 400 |
| RBC2372 | Invalid Api Key! | 401 |
| RBC201 | API key does not exist | 401 |
| RBC302 | No profile exists with this id | 404 |
Updated 4 months ago
