latestOpenAPI 3.0.32026-08-084947174.1 KB
f9302ec2ef8a
Record Books
Create Record Book
Enrolls a company in the Records Manager module, creating a new record book. The company's business structure determines the entity type (LLC, Corp, Nonprofit Corp). For LLCs, you must specify whether the company is manager-managed or member-managed.
post/record-books
Request body
Response
Created
Example response
{
"data": {
"company": {
"domicile": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"principal_address": {
"administrative_area": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"country": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
},
"mailing_address": {
"administrative_area": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"country": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
}
}
}
}