Create a company. All companies created with 'parent' company specified are considered a subsidiary of the parent company.
OK
Bad Request
{- "name": "GCV Cannabis",
- "parent_id": "a06a7a59e8b74545a960b7c026c0e433",
- "contacts": [
- {
- "first_name": "Yuki",
- "last_name": "Mori",
- "email_address": "ymori@Trace.com",
- "phone_number": "408-123-4567"
}
],
}
{- "results": {
- "type": "object",
- "data": {
- "company_id": "1296656d615b4c3e8e20a21fb6ca5771",
- "parent_id": "7dd2bd95b9c947248bf8b3e23691b0c7",
- "name": "My First Trace Company",
- "contacts": [
- {
- "first_name": "Kevin",
- "last_name": "Hart",
- "email_address": "Support@greencheckverified.com",
- "phone_number": "123-456-7890"
}
], - "entity_state": [
- {
- "state": "active",
- "date": "2023-12-14T15:47:26Z",
- "reason": "company creation",
- "actioned_by": "system generated"
}, - {
- "state": "updated",
- "date": "2023-12-14T15:47:26Z",
- "reason": "company updated",
- "actioned_by": "system generated"
}
]
}
}, - "warnings": [ ]
}