Response Codes and Statuses

Response Codes and Statuses for Creating Callback Profile

CodeMessageHTTP Status
RBC024Profile created successfully201
RBC302Error Occurred in Creating Callback Profile.400
RBC2372Invalid Api Key!401
RBC201API key does not exist401

Response Codes and Statuses for Getting All the Callback Profiles

CodeMessageHTTP Status
RBC024Profiles fetched successfully200
RBC302Error Occurred in Fetching Callback Profiles400
RBC2372Invalid Api Key!401
RBC201API key does not exist401

Response Codes and Statuses for Getting Callback Profile by ID

CodeMessageHTTP Status
RBC024Profiles fetched successfully200
RBC302Error Occurred in Fetching the Callback Profile400
RBC2372Invalid Api Key!401
RBC201API key does not exist401
RBC302No profile exists with this id404

Response Codes and Statuses for Updating Callback Profile by ID

CodeMessageHTTP Status
RBC024Profiles updated successfully200
RBC302Error Occurred in Updating Callback Profile400
RBC2372Invalid Api Key!401
RBC201API key does not exist401
RBC302No profile exists with this id404

Response Codes and Statuses for Deleting Callback Profile by ID

CodeMessageHTTP Status
RBC024Profiles deleted successfully200
RBC302Error Occurred in Deleting Callback Profile400
RBC2372Invalid Api Key!401
RBC201API key does not exist401
RBC302No profile exists with this id404