Incorporation Requests
Add incorporation info
Submit information required to incorporate a new entity
POST
/
incorporation-requests
/
{id}
Copy
curl --request POST \
--url http://staging.api.commenda.io/api/v1/incorporation-requests/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"corporationDetails": {
"US": {
"CCorp": {
"corporationName": "Commenda Technologies Inc.",
"website": "<string>",
"descriptionOfBusiness": "<string>",
"fiscalYearEndDate": "2023-12-25",
"physicalAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"mailingAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"authorizedShares": {
"shareCount": 10000000,
"sharesRetainedForESOPPool": 2000000,
"shareValuation": 0.00001
},
"keyPersons": [
{
"keyPersonId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"isDirector": true,
"isAuthorizedSignatory": true,
"boardAppointedRoles": [
"President"
],
"sharesToIssue": 10000
}
]
},
"LLC": {
"llcName": "Commenda Technologies LLC.",
"website": "<string>",
"descriptionOfBusiness": "<string>",
"fiscalYearEndDate": "2023-12-25",
"physicalAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"mailingAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"keyPersons": [
{
"keyPersonId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"isAuthorizedSignatory": true,
"membershipInterestAllocation": 123
}
]
}
},
"IN": {
"PvtLtd": {
"corporationName": "Commenda Technologies Pvt. Ltd.",
"website": "<string>",
"physicalAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"addressProofFileId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"keyPersons": [
{
"keyPersonId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"isDirector": true,
"isAuthorizedSignatory": true,
"boardAppointedRoles": [
"President"
],
"sharesToIssue": 10000
}
]
},
"LLP": {
"corporationName": "Commenda Technologies Inc.",
"website": "<string>",
"descriptionOfBusiness": "<string>",
"capitalContribution": 123,
"addressProofFileId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"keyPersons": [
{
"keyPersonId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"isAuthorizedSignatory": true,
"capitalContribution": 123
}
]
}
}
}
}'
Copy
{
"id": "<string>",
"country": "US",
"corporationTypeInfo": {
"US": {
"state": "DE",
"corporationType": "CCorp"
},
"IN": {
"state": "KA",
"corporationType": "PvtLtd"
}
},
"status": "NotSubmitted",
"signedFormUrl": "https://app.commenda.io/incorporate/us/bf98ab92-4271-4ce8-a77a-742abefad853?key=1MO/rp2/LekU9aI3dNW5nj19U+VLw7PF1GOo5unzyR4"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the incorporation request to delete.
Body
application/json
Response
200 - application/json
Successfully updated corporation details.
The response is of type object
.
Was this page helpful?
Copy
curl --request POST \
--url http://staging.api.commenda.io/api/v1/incorporation-requests/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"corporationDetails": {
"US": {
"CCorp": {
"corporationName": "Commenda Technologies Inc.",
"website": "<string>",
"descriptionOfBusiness": "<string>",
"fiscalYearEndDate": "2023-12-25",
"physicalAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"mailingAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"authorizedShares": {
"shareCount": 10000000,
"sharesRetainedForESOPPool": 2000000,
"shareValuation": 0.00001
},
"keyPersons": [
{
"keyPersonId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"isDirector": true,
"isAuthorizedSignatory": true,
"boardAppointedRoles": [
"President"
],
"sharesToIssue": 10000
}
]
},
"LLC": {
"llcName": "Commenda Technologies LLC.",
"website": "<string>",
"descriptionOfBusiness": "<string>",
"fiscalYearEndDate": "2023-12-25",
"physicalAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"mailingAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"keyPersons": [
{
"keyPersonId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"isAuthorizedSignatory": true,
"membershipInterestAllocation": 123
}
]
}
},
"IN": {
"PvtLtd": {
"corporationName": "Commenda Technologies Pvt. Ltd.",
"website": "<string>",
"physicalAddress": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "US"
},
"addressProofFileId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"keyPersons": [
{
"keyPersonId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"isDirector": true,
"isAuthorizedSignatory": true,
"boardAppointedRoles": [
"President"
],
"sharesToIssue": 10000
}
]
},
"LLP": {
"corporationName": "Commenda Technologies Inc.",
"website": "<string>",
"descriptionOfBusiness": "<string>",
"capitalContribution": 123,
"addressProofFileId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"keyPersons": [
{
"keyPersonId": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"isAuthorizedSignatory": true,
"capitalContribution": 123
}
]
}
}
}
}'
Copy
{
"id": "<string>",
"country": "US",
"corporationTypeInfo": {
"US": {
"state": "DE",
"corporationType": "CCorp"
},
"IN": {
"state": "KA",
"corporationType": "PvtLtd"
}
},
"status": "NotSubmitted",
"signedFormUrl": "https://app.commenda.io/incorporate/us/bf98ab92-4271-4ce8-a77a-742abefad853?key=1MO/rp2/LekU9aI3dNW5nj19U+VLw7PF1GOo5unzyR4"
}
Assistant
Responses are generated using AI and may contain mistakes.