PUT
/
api
/
external
/
v2
/
companies
/
{id}
/
complete_registration
Complete registration for a company
curl --request PUT \
  --url https://app.pennylane.com/api/external/v2/companies/{id}/complete_registration \
  --header 'Content-Type: application/json' \
  --data '{
  "reg_no": "123456789"
}'
This response does not have an example.

Path Parameters

id
integer
required

The ID of the company

Body

application/json
reg_no
string
required

The registration number of the company

Example:

"123456789"

Response

Company registration completed