Create Contact
POST {{base-url}}/tso/webconnector/v2.0/companies({{company}})/contactsKTG
Request Body
{"displayName"=>"{{$randomLastName}}", "customerTemplateCode"=>"{{CustomerTemplateCode}}", "responsibilityCenter"=>"{{responsibilityCenterCode}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
"{\n \"@odata.context\": \"https://start.tso.de/bc/api/tso/webconnector/v2.0/$metadata#companies(f50cfd20-dcd8-ed11-a7cd-000d3a392f9f)/contacts/$entity\",\n \"@odata.etag\": \"W/\\\"JzE4OzM0MTk2MjA2MjE2Mjg1MzA1MzE7MDA7Jw==\\\"\",\n \"id\": \"f3e2c016-5146-ee11-a0d4-c5c00941e173\",\n \"number\": \"KT000262\",\n \"type\": \"Company\",\n \"displayName\": \"TSO-DATA GmbH\",\n \"companyNumber\": \"KT000262\",\n \"companyName\": \"TSO-DATA GmbH\",\n \"contactBusinessRelation\": \"None\",\n \"addressLine1\": \"Preußenweg 10\",\n \"addressLine2\": \"\",\n \"city\": \"Osnabrück\",\n \"state\": \"\",\n \"country\": \"DE\",\n \"postalCode\": \"49076\",\n \"phoneNumber\": \"\",\n \"mobilePhoneNumber\": \"\",\n \"email\": \"\",\n \"website\": \"\",\n \"searchName\": \"TSO-DATA GMBH\",\n \"privacyBlocked\": false,\n \"taxRegistrationNumber\": \"\",\n \"lastInteractionDate\": \"0001-01-01\",\n \"lastModifiedDateTime\": \"2023-08-29T09:47:42.157Z\",\n \"customerTemplateId\": \"909ba35d-323a-eb11-b472-9503ebc958c9\",\n \"customerTemplate\": \"DEBITOR UNTERNEHMEN\",\n \"currencyCode\": \"EUR\",\n \"languageCode\": \"DES\",\n \"responsibilityCenter\": \"HAMBURG\",\n \"salutationCode\": \"UNISEX\",\n}"