id | string | Required | Unique identifier for the business profile. Automatically generated when the profile is created. |
org_id | string | Required | The organization ID that owns this business profile. Automatically set based on the authenticated organization. |
profile_id | string | Required | Use this field when referencing the business profile in document creation (e.g. in accounting_supplier_party.profile_id). |
name | string | Required | The business profile name or display name. |
party_name | string | Required | The legal name of the business entity. This is the official name used in legal documents and tax registrations. |
party_name_in_local_language | string | Optional | The party name in Arabic or local language. |
email | string | Required | The business profile's email address. Used for notifications and communication. |
telephone | string | Optional | The business profile's telephone number. |
logo_url | string | Optional | URL to the business profile's logo image. |
scheme_agency_id | string | Optional | Scheme agency identifier code (e.g. EID, PAS, TL, CD, OTH). |
company_id | string | Optional | Commercial register or trade license identifier for the business profile. |
authority_name | string | Optional | Name of the authority that issued or governs the registration details for this profile. |
tin | string | Optional | Taxpayer Identification Number (TIN) for the business entity. |
endpoint_id | string | Optional | Electronic endpoint identifier used for document exchange (e.g. PEPPOL endpoint/participant ID). |
endpoint_scheme_id | string | Optional | Scheme identifier for the endpoint_id value. |
passport_issuing_country_code | string | Optional | ISO 3166-1 alpha-2 country code of the passport issuing country, when applicable. |
status | string | Optional | Current onboarding lifecycle status of the business profile (e.g. ONBOARDED, COMPLETED). |
created_by | string (UUID) | Optional | UUID of the user who created this business profile record (X-User-Id context). |
updated_by | string (UUID) | Optional | UUID of the user who last updated this business profile record (X-User-Id context). |
created_at | number (int64) | Optional | Record creation timestamp stored as Unix time (int64). |
updated_at | number (int64) | Optional | Record update timestamp stored as Unix time (int64). |
postal_address | object | Required | The business profile's postal address. See Address object below. |
party_tax_scheme | object | Required | Tax scheme information for the business profile. For nested attribute details, see the Party tax scheme object table below. |