API Reference
Log In
API Reference

Company object

📘

The company object represents an employer, responsible for the management of employees/contractors and payroll processes, payments, and all company data.

{ "legal_name": "string", "legal_form": "string", "VATID": "string", "REGID": "string", "primary_email": "user@example.com", "primary_phone_number": "string", "org_structure": [ { "name": "string", "parent_id": "string", "description": "string", "id": "string" } ], "locations": [ { "address1": "string", "address2": "string", "city": "string", "state": "string", "postal_code": "string", "country": "string", "phone": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } ], "bank_accounts": [ { "account_number": "string", "account_currency": "string", "type": "checking", "routing_number": "string", "institution_name": "string", "active": true, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } ], "active": true, "trade_name": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "jurisdiction": "Poland", "project_structure": [ null ], "financial_statements": { "income_statement": [ { "date": "2019-08-24", "fillingDate": "Date", "period": "string", "revenue": 0, "costOfRevenue": 0, "grossProfit": 0, "grossProfitRatio": 0, "researchAndDevelopmentExpenses": 0, "generalAndAdministrativeExpenses": 0, "sellingAndMarketingExpenses": 0, "otherExpenses": 0, "operatingExpenses": 0, "costAndExpenses": 0, "interestExpense": 0, "depreciationAndAmortization": 0, "ebitda": 0, "ebitdaratio": 0, "operatingIncome": 0, "operatingIncomeRatio": 0, "totalOtherIncomeExpensesNet": 0, "incomeBeforeTax": 0, "incomeBeforeTaxRatio": 0, "incomeTaxExpense": 0, "netIncome": 0, "netIncomeRatio": 0, "eps": 0, "epsdiluted": 0, "weightedAverageShsOut": 0, "weightedAverageShsOutDil": 0, "link": "string" } ], "balance_sheet": [ { "date": "2019-08-24", "fillingDate": "Date", "period": "string", "cashAndCashEquivalents": 0, "shortTermInvestments": 0, "cashAndShortTermInvestments": 0, "netReceivables": 0, "inventory": 0, "otherCurrentAssets": 0, "totalCurrentAssets": 0, "propertyPlantEquipmentNet": 0, "goodwill": 0, "intangibleAssets": 0, "goodwillAndIntangibleAssets": 0, "longTermInvestments": 0, "taxAssets": 0, "otherNonCurrentAssets": 0, "totalNonCurrentAssets": 0, "otherAssets": 0, "totalAssets": 0, "accountPayables": 0, "shortTermDebt": 0, "taxPayables": 0, "deferredRevenue": 0, "otherCurrentLiabilities": 0, "totalCurrentLiabilities": 0, "longTermDebt": 0, "deferredRevenueNonCurrent": 0, "deferredTaxLiabilitiesNonCurrent": 0, "otherNonCurrentLiabilities": 0, "totalNonCurrentLiabilities": 0, "otherLiabilities": 0, "totalLiabilities": 0, "commonStock": 0, "retainedEarnings": 0, "accumulatedOtherComprehensiveIncomeLoss": 0, "othertotalStockholdersEquity": 0, "totalStockholdersEquity": 0, "totalLiabilitiesAndStockholdersEquity": 0, "totalInvestments": 0, "totalDebt": 0, "netDebt": 0, "link": "string" } ], "cash_flow": [ { "date": "2019-08-24", "fillingDate": "string", "period": "string", "netIncome": 0, "depreciationAndAmortization": 0, "deferredIncomeTax": 0, "stockBasedCompensation": 0, "changeInWorkingCapital": 0, "accountsReceivables": 0, "inventory": 0, "accountsPayables": 0, "otherWorkingCapital": 0, "otherNonCashItems": 0, "netCashProvidedByOperatingActivities": 0, "investmentsInPropertyPlantAndEquipment": 0, "acquisitionsNet": 0, "purchasesOfInvestments": 0, "salesMaturitiesOfInvestments": 0, "otherInvestingActivites": 0, "netCashUsedForInvestingActivites": 0, "debtRepayment": 0, "commonStockIssued": 0, "commonStockRepurchased": 0, "dividendsPaid": 0, "otherFinancingActivites": 0, "netCashUsedProvidedByFinancingActivities": 0, "effectOfForexChangesOnCash": 0, "netChangeInCash": 0, "cashAtEndOfPeriod": 0, "cashAtBeginningOfPeriod": 0, "operatingCashFlow": 0, "capitalExpenditure": 0, "freeCashFlow": 0, "link": "string" } ] }