curl --request POST \
--url https://sandbox.intermezzo.ai/organizations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"legalName": "<string>",
"legalAddress": "<string>",
"bankAccounts": [
{
"financialInstitutionName": "<string>",
"accountNumber": "DE89370400440532013000",
"routingNumber": "<string>",
"iban": "<string>",
"isActive": true,
"isPrimary": false
}
],
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"correspondenceAddress": "<string>",
"dbaName": "<string>",
"registrationCountry": "DE",
"incorporationDate": "2023-12-25",
"website": "<string>",
"externalRef": "<string>",
"workSites": [
{
"name": "<string>",
"address": "<string>",
"isActive": true,
"isPrimary": true,
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"correspondenceAddress": "<string>",
"contacts": [
{
"name": "<string>",
"email": "[email protected]",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}
],
"taxIdentifiers": [],
"insuranceData": [
{
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"insuranceCountry": "DE",
"worksiteLocationNumber": "98797889",
"accidentInsuranceCompanyNumber": "98797889",
"accidentInsurancePin": "DE-WS-PIN-456",
"payrollServiceProviderNumber": "98797889",
"payrollProcessingLocationNumber": "98797889"
}
]
}
],
"contacts": [
{
"name": "<string>",
"email": "[email protected]",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}
],
"insuranceData": [
{
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"insuranceCountry": "DE",
"companyNumber": "98797889",
"unrs": "DE987654321",
"accidentInsuranceCompanyNumber": "98797889",
"accidentInsurancePin": "12345",
"payrollServiceProviderNumber": "98797889",
"payrollProcessingLocationNumber": "98797889",
"economicSector": 1,
"u1Selected": false,
"u2Selected": false,
"u3Selected": false,
"agencyId": "<string>",
"alternateAgencyId": "<string>",
"contactId": "<string>"
}
],
"sepaMandates": [
{
"creditorId": "<string>",
"bankAccountId": "<string>",
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"mandateReference": "<string>",
"isRecurring": true
}
],
"taxIdentifiers": [],
"preferences": {
"isInsolvent": false,
"insolvencyStartDate": "2023-12-25",
"insolvencyEndDate": "2023-12-25",
"insolvencyCompanyNumber": "<string>",
"insuranceSubsidyMethod": "remuneration",
"extraPaidLeaveDays": 123,
"insuranceCreditPreference": "<string>",
"firstPayrollDate": "2023-12-25",
"lastPayrollDate": "2023-12-25",
"firstPayrollIntermezzo": "2023-12-25",
"daysForSicknessCertificate": 4,
"additionalChildcareSickDaysReason": 0
}
}
'{
"legalName": "<string>",
"legalAddress": "<string>",
"registrationCountry": "DE",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"workSites": [
{
"name": "<string>",
"address": "<string>",
"isActive": true,
"isPrimary": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"correspondenceAddress": "<string>",
"orgId": "<string>",
"contacts": [
{
"name": "<string>",
"id": "<string>",
"email": "[email protected]",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}
],
"taxIdentifiers": [],
"insuranceData": []
}
],
"bankAccounts": [
{
"financialInstitutionName": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"accountNumber": "DE89370400440532013000",
"routingNumber": "<string>",
"iban": "<string>",
"isActive": true,
"isPrimary": false
}
],
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"correspondenceAddress": "<string>",
"dbaName": "<string>",
"incorporationDate": "2023-12-25",
"website": "<string>",
"externalRef": "<string>",
"shutdownDate": "2023-12-25",
"contacts": [
{
"name": "<string>",
"id": "<string>",
"email": "[email protected]",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}
],
"taxIdentifiers": [],
"insuranceData": [],
"sepaMandates": [],
"preferences": {
"isInsolvent": false,
"insolvencyStartDate": "2023-12-25",
"insolvencyEndDate": "2023-12-25",
"insolvencyCompanyNumber": "<string>",
"insuranceSubsidyMethod": "remuneration",
"extraPaidLeaveDays": 123,
"insuranceCreditPreference": "<string>",
"firstPayrollDate": "2023-12-25",
"lastPayrollDate": "2023-12-25",
"firstPayrollIntermezzo": "2023-12-25",
"daysForSicknessCertificate": 4,
"additionalChildcareSickDaysReason": 0
}
}curl --request POST \
--url https://sandbox.intermezzo.ai/organizations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"legalName": "<string>",
"legalAddress": "<string>",
"bankAccounts": [
{
"financialInstitutionName": "<string>",
"accountNumber": "DE89370400440532013000",
"routingNumber": "<string>",
"iban": "<string>",
"isActive": true,
"isPrimary": false
}
],
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"correspondenceAddress": "<string>",
"dbaName": "<string>",
"registrationCountry": "DE",
"incorporationDate": "2023-12-25",
"website": "<string>",
"externalRef": "<string>",
"workSites": [
{
"name": "<string>",
"address": "<string>",
"isActive": true,
"isPrimary": true,
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"correspondenceAddress": "<string>",
"contacts": [
{
"name": "<string>",
"email": "[email protected]",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}
],
"taxIdentifiers": [],
"insuranceData": [
{
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"insuranceCountry": "DE",
"worksiteLocationNumber": "98797889",
"accidentInsuranceCompanyNumber": "98797889",
"accidentInsurancePin": "DE-WS-PIN-456",
"payrollServiceProviderNumber": "98797889",
"payrollProcessingLocationNumber": "98797889"
}
]
}
],
"contacts": [
{
"name": "<string>",
"email": "[email protected]",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}
],
"insuranceData": [
{
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"insuranceCountry": "DE",
"companyNumber": "98797889",
"unrs": "DE987654321",
"accidentInsuranceCompanyNumber": "98797889",
"accidentInsurancePin": "12345",
"payrollServiceProviderNumber": "98797889",
"payrollProcessingLocationNumber": "98797889",
"economicSector": 1,
"u1Selected": false,
"u2Selected": false,
"u3Selected": false,
"agencyId": "<string>",
"alternateAgencyId": "<string>",
"contactId": "<string>"
}
],
"sepaMandates": [
{
"creditorId": "<string>",
"bankAccountId": "<string>",
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"mandateReference": "<string>",
"isRecurring": true
}
],
"taxIdentifiers": [],
"preferences": {
"isInsolvent": false,
"insolvencyStartDate": "2023-12-25",
"insolvencyEndDate": "2023-12-25",
"insolvencyCompanyNumber": "<string>",
"insuranceSubsidyMethod": "remuneration",
"extraPaidLeaveDays": 123,
"insuranceCreditPreference": "<string>",
"firstPayrollDate": "2023-12-25",
"lastPayrollDate": "2023-12-25",
"firstPayrollIntermezzo": "2023-12-25",
"daysForSicknessCertificate": 4,
"additionalChildcareSickDaysReason": 0
}
}
'{
"legalName": "<string>",
"legalAddress": "<string>",
"registrationCountry": "DE",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"workSites": [
{
"name": "<string>",
"address": "<string>",
"isActive": true,
"isPrimary": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"correspondenceAddress": "<string>",
"orgId": "<string>",
"contacts": [
{
"name": "<string>",
"id": "<string>",
"email": "[email protected]",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}
],
"taxIdentifiers": [],
"insuranceData": []
}
],
"bankAccounts": [
{
"financialInstitutionName": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"accountNumber": "DE89370400440532013000",
"routingNumber": "<string>",
"iban": "<string>",
"isActive": true,
"isPrimary": false
}
],
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"correspondenceAddress": "<string>",
"dbaName": "<string>",
"incorporationDate": "2023-12-25",
"website": "<string>",
"externalRef": "<string>",
"shutdownDate": "2023-12-25",
"contacts": [
{
"name": "<string>",
"id": "<string>",
"email": "[email protected]",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}
],
"taxIdentifiers": [],
"insuranceData": [],
"sepaMandates": [],
"preferences": {
"isInsolvent": false,
"insolvencyStartDate": "2023-12-25",
"insolvencyEndDate": "2023-12-25",
"insolvencyCompanyNumber": "<string>",
"insuranceSubsidyMethod": "remuneration",
"extraPaidLeaveDays": 123,
"insuranceCreditPreference": "<string>",
"firstPayrollDate": "2023-12-25",
"lastPayrollDate": "2023-12-25",
"firstPayrollIntermezzo": "2023-12-25",
"daysForSicknessCertificate": 4,
"additionalChildcareSickDaysReason": 0
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
"DE89370400440532013000"
934"DE"255Show child attributes
Show child attributes
Show child attributes
Show child attributes
"GB"Sole Trader, Partnership, Limited Company, Public Limited Company, Limited Liability Partnership, Community Interest Company Show child attributes
"DE"DE: BBNRVU
"98797889"
DE: BBNR UV
"98797889"
DE: UV PIN
"DE-WS-PIN-456"
DE: BBNR AS
"98797889"
DE: BBNR LB
"98797889"
Show child attributes
"DE"DE: BBNR
"98797889"
DE: UNRS
"DE987654321"
DE: BBNR UV
"98797889"
DE: UV PIN
"12345"
DE: BBNRAS
"98797889"
DE: BBNR LB
"98797889"
DE: Wirtschaftssektor
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 Show child attributes
Show child attributes
"GB"Sole Trader, Partnership, Limited Company, Public Limited Company, Limited Liability Partnership, Community Interest Company Show child attributes
remuneration, assessment_ceiling Für die Möglichkeit der Überweisung, Verrechnung oder Gutschrift ist eine entsprechende Eingabemöglichkeit vorzusehen.
First payroll (ever) run by the company
Last payroll run in other system before Intermezzo's first payroll
First date Intermezzo software is used for payroll
Reason for the selection of the number of additional paid sick days for childcare.
0, 1, 2, 3 Successful Response
Enum for CountryAlpha2 codes
DE, IE, GB, US, GB Show child attributes
Show child attributes
Show child attributes
Show child attributes
"GB"Sole Trader, Partnership, Limited Company, Public Limited Company, Limited Liability Partnership, Community Interest Company Show child attributes
"DE"DE: BBNRVU
"98797889"
DE: BBNR UV
"98797889"
DE: UV PIN
"DE-WS-PIN-456"
DE: BBNR AS
"98797889"
DE: BBNR LB
"98797889"
Show child attributes
"DE89370400440532013000"
9255Show child attributes
Show child attributes
Show child attributes
"GB"Sole Trader, Partnership, Limited Company, Public Limited Company, Limited Liability Partnership, Community Interest Company Show child attributes
"DE"DE: BBNR
"98797889"
DE: UNRS
"DE987654321"
DE: BBNR UV
"98797889"
DE: UV PIN
"12345"
DE: BBNRAS
"98797889"
DE: BBNR LB
"98797889"
DE: Wirtschaftssektor
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 Show child attributes
Show child attributes
remuneration, assessment_ceiling Für die Möglichkeit der Überweisung, Verrechnung oder Gutschrift ist eine entsprechende Eingabemöglichkeit vorzusehen.
First payroll (ever) run by the company
Last payroll run in other system before Intermezzo's first payroll
First date Intermezzo software is used for payroll
Reason for the selection of the number of additional paid sick days for childcare.
0, 1, 2, 3 Was this page helpful?