A command to create a new company, including identification, contact, banking, and tax information.
Documentation Index
Fetch the complete documentation index at: https://developer.jtl-software.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Optional: If no token is present, the API Gateway injects it.
Headers
This is the name of your application, e.g. "MyApp/1.0.0". It is used to identify your application.
This is where the version number of your application is entered, e.g. "1.0.0".
The User-Id (int or uuid) on whose behalf the request is executed. Requires scope 'Application.RunAs'.
The id of a session in which the call will be executed.
The Company-Id (int or uuid) of the company on whose behalf the request is executed.
The tenant ID for the target ERP instance.
Body
Request parameters
A command to create a new company, including identification, contact, banking, and tax information. - Request
The name of the company to be created.
The owner of the company.
The street address of the company.
The postal code of the company.
The city of the company.
The country name of the company.
The country ISO code of the company.
The phone number of the company.
The fax number of the company.
The email address of the company.
The website URL of the company.
The bank code of the company.
The bank account number of the company.
The bank name of the company.
The tax identification number of the company.
The International Bank Account Number (IBAN) of the company.
The Bank Identifier Code (BIC) of the company.
The account holder name of the company.
The creditor ID for SEPA direct debit.
The PayPal email address of the company.
A value indicating whether the owner of the company is a small business owner (Kleinunternehmer). This affects the VAT handling of the company.
The DHL Intraship customer ID of the company.
The UPS customer ID of the company.
The collection of VAT identifiers for this company.
Response
Company was successfully created