{
"event_type": "organisations.created",
"payload": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"company_name": "Acme Corporation",
"contact_name": "John Doe",
"organisation_number": "123456789",
"credit_check": true,
"email": "[email protected]",
"invoice_email": "[email protected]",
"custom_fields": {
"industry": "Technology",
"size": "Enterprise"
},
"phone": "+1-555-123-4567",
"tax_id_vat": "US123456789",
"external_ref": "EXT-001",
"store_group_ids": [
"123e4567-e89b-12d3-a456-426614174001",
"123e4567-e89b-12d3-a456-426614174002"
],
"shipping": [
{
"id": "123e4567-e89b-12d3-a456-426614174003",
"name": "Main Warehouse",
"company_name": "Acme Corporation",
"street_address": "123 Business St",
"co_address": "Suite 100",
"city": "New York",
"state_province": "NY",
"house_number": "123",
"zip_postal_code": "10001",
"country": "US",
"phone": "+1-555-123-4567",
"is_default": true
}
],
"billing": [
{
"id": "123e4567-e89b-12d3-a456-426614174004",
"name": "Billing Department",
"company_name": "Acme Corporation",
"street_address": "456 Finance Ave",
"co_address": "Floor 5",
"city": "New York",
"state_province": "NY",
"house_number": "456",
"zip_postal_code": "10002",
"country": "US",
"phone": "+1-555-987-6543",
"is_default": true
}
],
"status": "active",
"attributes": [
{
"id": "123e4567-e89b-12d3-a456-426614174005",
"name": "Industry Type",
"description": "Type of industry",
"key": "industry_type",
"template_key": "industry_template",
"values": {
"industry_type": [
{
"id": "123e4567-e89b-12d3-a456-426614174006",
"key": "technology",
"type": "text",
"value": "Technology",
"translations": {
"value": [
{
"country_code": "us",
"value": "Technology"
}
]
}
}
]
},
"translations": {
"name": [
{
"country_code": "us",
"value": "Industry Type"
}
],
"description": [
{
"country_code": "us",
"value": "Type of industry"
}
]
},
"filterable": true,
"translatable": true,
"created_at": "2024-02-12T12:00:00Z",
"updated_at": "2024-02-12T12:00:00Z"
}
],
"tags": [
{
"id": "123e4567-e89b-12d3-a456-426614174007",
"key": "enterprise",
"name": "Enterprise",
"translations": {
"name": [
{
"country_code": "us",
"value": "Enterprise"
}
]
},
"filterable": true,
"attributes": [],
"created_at": "2024-02-12T12:00:00Z",
"updated_at": "2024-02-12T12:00:00Z",
"status": "active"
}
]
}
}