{
"note": {
"note": "string"
},
"tags": [
{
"id": "123456789012345678901234",
"text": "SomeTag"
}
],
"socialMedias": [
{
"type": "string",
"profileLink": "string"
}
],
"name": "string",
"companyNameShort": "string",
"website": "string",
"industrySector": {
"id": "string"
},
"lifecycle": {
"lifecycleId": "string"
},
"foundingYear": 0,
"annualTurnover": "string",
"numberOfEmployees": {
"id": "string"
},
"numberOfCustomers": {
"id": "string"
},
"legalForm": {
"id": "string"
},
"commercialRegisterNumber": "string",
"vatNumber": "string",
"taxId": "string",
"businessRelationSince": "2019-08-24T14:15:22.123Z",
"referenceNumbers": [
{
"type": {
"id": "string"
},
"number": "string"
}
],
"bankAccounts": [
{
"mandateReference": "string",
"mandateValidUntil": "2019-08-24T14:15:22.123Z",
"iban": "string",
"bic": "string",
"directDebitAuthorized": true
}
],
"status": "string"
}curl --location 'https://api.cobra.de/v1/crm/companies' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'X-Integration-Contact: info@cobra.de' \
--header 'Accept-Language: de' \
--header 'Content-Type: application/json' \
--data '{
"note": {
"note": "string"
},
"tags": [
{
"id": "123456789012345678901234",
"text": "SomeTag"
}
],
"socialMedias": [
{
"type": "string",
"profileLink": "string"
}
],
"name": "string",
"companyNameShort": "string",
"website": "string",
"industrySector": {
"id": "string"
},
"lifecycle": {
"lifecycleId": "string"
},
"foundingYear": 0,
"annualTurnover": "string",
"numberOfEmployees": {
"id": "string"
},
"numberOfCustomers": {
"id": "string"
},
"legalForm": {
"id": "string"
},
"commercialRegisterNumber": "string",
"vatNumber": "string",
"taxId": "string",
"businessRelationSince": "2019-08-24T14:15:22.123Z",
"referenceNumbers": [
{
"type": {
"id": "string"
},
"number": "string"
}
],
"bankAccounts": [
{
"mandateReference": "string",
"mandateValidUntil": "2019-08-24T14:15:22.123Z",
"iban": "string",
"bic": "string",
"directDebitAuthorized": true
}
],
"status": "string"
}'