Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| company_id | integer | Yes | The rootfi_company_id to associate this contact with |
| data | array | Yes | Array of contact objects to create |
| data[].name | string | Yes | Full name of the contact |
| data[].email | string | No | Primary email address for the contact |
| data[].phone | string | No | Primary phone number in E.164 format |
| data[].status | string | No | Contact status (active, inactive, suspended). Defaults to active |
| data[].address | object | No | Address object for billing/shipping |