latestOpenAPI 3.0.32026-08-084947174.1 KB
f9302ec2ef8a
Companies
Add Company
post/companies
Request body
Example request
{
"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"
}
}
}Response
Created
Example response
{
"data": {
"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"
}
}
}
}