OrganizationUnit
Required. Name of the organization unit.
Required. Unique code that identifies the organization unit. Used as a reference in parent-child relationships.
Required. Type of the organization unit:
1 = Group
2 = Unit
3 = Business Unit
Code of the parent organization unit. Must reference a valid unit of the correct type.
Whether the organization unit is active. Defaults to true.
Optional start date when the organization unit becomes active.
Optional end date after which the organization unit is no longer active.
ISO currency code (e.g., USD, EUR) to be used as the default for this unit.
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Timestamp when the record was created.
Timestamp of the last update to the record.
identifiers object[]
List of identifiers for the organization unit (e.g., DUNS, Tax ID).
Required. Display name of the identifier (e.g., "VAT Number").
Required. The actual value of the identifier.
Required. Type code of the identifier (e.g., VAT, DUNS, EIN).
Timestamp when the identifier was created.
Timestamp when the identifier was last updated.
addresses object[]
List of address records associated with the organization unit.
Label for the address (e.g., "Headquarters", "Warehouse").
Required. Street address.
Required. City name.
State, region, or province.
Postal or ZIP code.
Required. ISO 2-letter country code (e.g., US, CA, GB).
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Free to use text field
Timestamp when the address was created.
Timestamp when the address was last updated.
{
"name": "string",
"code": "string",
"organization_type": 0,
"parent_id": "string",
"active": true,
"active_from": "2024-07-29T15:51:28.071Z",
"active_to": "2024-07-29T15:51:28.071Z",
"default_currency": "string",
"custom_field_1": "string",
"custom_field_2": "string",
"custom_field_3": "string",
"custom_field_4": "string",
"custom_field_5": "string",
"custom_field_6": "string",
"custom_field_7": "string",
"custom_field_8": "string",
"custom_field_9": "string",
"custom_field_10": "string",
"custom_field_11": "string",
"custom_field_12": "string",
"custom_field_13": "string",
"custom_field_14": "string",
"custom_field_15": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"identifiers": [
{
"identifier_label": "string",
"identifier_value": "string",
"identifier_type": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
],
"addresses": [
{
"name": "string",
"street": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"country_code": "string",
"custom_field_1": "string",
"custom_field_2": "string",
"custom_field_3": "string",
"custom_field_4": "string",
"custom_field_5": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
]
}