Finish Company Registration
#
DetailsThis 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)#
bioForm Parameter
Required
String
Max Length: 1500
Description of the company.
#
contactsForm Parameter
Required
Array
Minimum: 1
Maximum: 10
List of contacts of the company.
#
logoForm 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 RequestCode :
200 OK
- Request
- Response
#
Example 2 - Logged-In as AdminCode :
401 UNAUTHORIZED
- Request
- Response
#
Example 3 - Registration Already FinishedCode :
403 FORBIDDEN
- Request
- Response
#
Example 4 - Invalid logo fileCode :
422 UNPROCESSABLE ENTITY
- Request
- Response
#
Example 5 - Error when saving logo fileCode :
422 UNPROCESSABLE ENTITY
- Request
- Response