Company Master Data API

Manage your company data — basic details, contact information, and NAV settings

Base URL

https://{tenant}.logzi.com/api/company/

Every request returns a JSON response. On success result.code == 1, on failure result.code == 0.

GET /api/company/get

Retrieve a single company by identifier, with full data.

Query Parameters

ParameterTypeRequiredDescription
idintUnique identifier of the company

Example Request

GET /api/company/get?id=1
X-API-KEY: {your_api_key}
GET /api/company/list

Retrieve a paginated list of companies with filtering options.

Query Parameters

ParameterTypeRequiredDescription
list_offsetintPagination offset (default: 0)
list_conditionarrayArray of filter conditions

Example Request

GET /api/company/list?list_offset=0
X-API-KEY: {your_api_key}
POST /api/company/save

Save the company's basic details, contact information, and NAV Online settings.

POST Fields — data object

FieldTypeRequiredDescription
idintCompany identifier (for updates)
namestringCompany name
emailstringEmail address
telephonestringPhone number
taxcodestringDomestic tax number
taxcode_internationalstringEU tax number (community)
websitestringWebsite URL
registration_numberstringCompany registration number
bank_accountstringBank account number
ibanstringIBAN bank account number
legal_entity_type_idintLegal entity type identifier
nav_online_api_urlstringNAV Online API URL
nav_online_usernamestringNAV Online username
nav_online_passwordstringNAV Online password
nav_online_sign_keystringNAV Online signing key
nav_online_exchange_keystringNAV Online exchange key

Example Request

POST /api/company/save
X-API-KEY: {your_api_key}
Content-Type: application/json

{
  "data": {
    "id": 1,
    "name": "Minta Kft.",
    "taxcode": "12345678-2-41",
    "email": "info@minta.hu"
  }
}
POST /api/company/delete

Delete a company by identifier.

POST Fields — data object

FieldTypeRequiredDescription
idintIdentifier of the company to delete

Example Request

POST /api/company/delete
X-API-KEY: {your_api_key}
Content-Type: application/json

{ "data": { "id": 1 } }

Get in touch with us

Interested in our software? Feel free to write to us!

Need help?

If you can't find the answer and need assistance

Create your account now,
pay later!

Try it free for 3 days, no risk, no obligation!