Finish Company Registration
Details#
This endpoint finishes a previously created company application.
URL : /company/application/finish
Method :
POST
Authentication
Auth as a Company is required to finish an Application.
Parameters (form data)#
bio#
Form Parameter
Required
String
Max Length: 1500
Description of the company.
contacts#
Form Parameter
Required
Array
Minimum: 1
Maximum: 10
List of contacts of the company.
logo#
Form Parameter
Required
File
Logo to be displayed in the company's profile and offers.
File types
The only valid file types are: png, jpeg and jpg.
Request examples#
Example 1 - Valid Request#
Code :
200 OK
- Request
- Response
Example 2 - Logged-In as Admin#
Code :
401 UNAUTHORIZED
- Request
- Response
Example 3 - Registration Already Finished#
Code :
403 FORBIDDEN
- Request
- Response
Example 4 - Invalid logo file#
Code :
422 UNPROCESSABLE ENTITY
- Request
- Response
Example 5 - Error when saving logo file#
Code :
422 UNPROCESSABLE ENTITY
- Request
- Response