Reject Application
#
DetailsThis endpoint is used to reject a company Application, specified by applicationId.
URL : /applications/company/:applicationId/reject
Method :
POST
Authentication
Auth is required an Admin to reject applications.
#
Parameters#
rejectReasonBody Parameter
Required
String
Min Length: 10
Max Length: 1500
Reason for the application to be rejected. Only meant to be used internally between admins.
#
ResponseObject
Information about the application just rejected.
#
Request examples#
Example 1 - Valid Request (Logged-in as Admin)Code :
200 OK
- Request
- Response
#
Example 2 - Logged-in as CompanyCode :
401 UNAUTHORIZED
- Request
- Response
#
Example 3 - Non-Existing ApplicationCode :
422 UNPROCESSABLE ENTITY
- Request
- Response
#
Example 4 - Application Already ReviewedCode :
409 CONFLICT
- Request
- Response