{ "openapi": "3.0.1", "info": { "title": "OpenAPI definition", "version": "v0" }, "servers": [ { "url": "http://localhost:8083", "description": "Generated server url" } ], "paths": { "/api/thread/updateSalesQuote": { "put": { "tags": [ "thread-controller" ], "operationId": "updateSalesQuote", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SalesQuoteUpdateSynchDTO" } } }, "required": true }, "responses": { "200": { "description": "OK" } } } }, "/api/thread/visitAttachment": { "post": { "tags": [ "thread-controller" ], "operationId": "addVisitAttachment", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/VisitAttachmentSynchDTO" } } }, "required": true }, "responses": { "200": { "description": "OK" } } } }, "/api/thread/updateRoleContactPerson": { "post": { "tags": [ "thread-controller" ], "operationId": "updateRoleContactPerson", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SynchDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/SynchResponseDTO" } } } } } } }, "/api/thread/updateRoleAuthorizedRepresentative": { "post": { "tags": [ "thread-controller" ], "operationId": "updateRoleAuthorizedRepresentative", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SynchDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/SynchResponseDTO" } } } } } } }, "/api/thread/salesQuoteAttachment": { "post": { "tags": [ "thread-controller" ], "operationId": "addSalesQuoteAttachment", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SalesQuoteAttachmentSynchDTO" } } }, "required": true }, "responses": { "200": { "description": "OK" } } } }, "/api/thread/runParallelSynchronisation": { "post": { "tags": [ "thread-controller" ], "operationId": "runParallelSynchronisation", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SynchDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/SynchResponseParalelListDTO" } } } } } } }, "/api/thread/patchCorporateAccount": { "post": { "tags": [ "thread-controller" ], "operationId": "patchCorporateAccount", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CorporateCompanyInformationSynchDTO" } } }, "required": true }, "responses": { "200": { "description": "OK" } } } }, "/api/thread/patchCorporateAccountContactPerson": { "post": { "tags": [ "thread-controller" ], "operationId": "patchCorporateAccountContactPerson", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CorporateAccountContactPersonSynchDTO" } } }, "required": true }, "responses": { "200": { "description": "OK" } } } }, "/api/thread/myMewaAccount": { "post": { "tags": [ "thread-controller" ], "operationId": "setMyMewaAccount", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SynchDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/SynchResponseDTO" } } } } } } }, "/api/thread/generateContractsPdf": { "post": { "tags": [ "thread-controller" ], "operationId": "generateContractsPdf", "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "required": true }, "responses": { "200": { "description": "OK" } } } }, "/api/thread/generateContractPdf": { "post": { "tags": [ "thread-controller" ], "operationId": "generateContractPdf", "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } }, "required": true }, "responses": { "200": { "description": "OK" } } } }, "/api/thread/createCorporateAccountContactPerson": { "post": { "tags": [ "thread-controller" ], "operationId": "createCorporateAccountContactPerson", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CorporateAccountContactPersonSynchDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/ContactPersonDTO" } } } } } } }, "/api/thread/createContractPreview": { "post": { "tags": [ "thread-controller" ], "operationId": "createContractPreview", "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } }, "required": true }, "responses": { "200": { "description": "OK" } } } }, "/api/thread/corporateAccountWithLanguage": { "post": { "tags": [ "thread-controller" ], "operationId": "getCorporateAccountWithLanguage", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CorporateAccountQueryDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CorporateAccountDTO" } } } } } } }, "/api/thread/corporateAccountName": { "post": { "tags": [ "thread-controller" ], "operationId": "getCorporateAccountName", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CorporateAccountQueryDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "string" } } } } } } }, "/api/thread/corporateAccountLanguage": { "post": { "tags": [ "thread-controller" ], "operationId": "getCorporateAccountLanguage", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CorporateAccountQueryDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "string" } } } } } } }, "/api/thread/corporateAccountCountryCode": { "post": { "tags": [ "thread-controller" ], "operationId": "getCorporateAccountCountryCode", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CorporateAccountQueryDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "string" } } } } } } }, "/api/thread/contactsPersonEmail": { "post": { "tags": [ "thread-controller" ], "operationId": "getContactsPersonEmail", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CorporateAccountQueryDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "string" } } } } } } }, "/api/thread/contactPersonPositions": { "post": { "tags": [ "thread-controller" ], "operationId": "getContactPersonPositions", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CorporateAccountQueryDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CorporatePositionDTO" } } } } } } } }, "/api/thread/completenessCheck": { "post": { "tags": [ "thread-controller" ], "operationId": "completenessCheck", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SynchDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "uniqueItems": true, "type": "array", "items": { "type": "string" } } } } } } } }, "/api/thread/completenessCheckWarnings": { "post": { "tags": [ "thread-controller" ], "operationId": "completenessCheckWarnings", "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CompletenessCheckWarningDTO" } } } } } } } }, "/api/technical/createInternalText": { "post": { "tags": [ "technical-controller" ], "operationId": "createInternalText", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TextCollectionSynchDTO" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/SalesQuoteTextCollectionDTO" } } } } } } }, "/api/thread/signatureForSalesQuote": { "get": { "tags": [ "thread-controller" ], "operationId": "getSignatureForSalesQuote", "parameters": [ { "name": "salesQuoteId", "in": "query", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SalesQuoteAttachmentFolderDTO" } } } } } } } }, "/api/thread/contractPreview": { "get": { "tags": [ "thread-controller" ], "operationId": "getContractPreview", "parameters": [ { "name": "salesQuoteObjectId", "in": "query", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SalesQuoteAttachmentFolderDTO" } } } } } } } }, "/api/technical/visitCollection": { "get": { "tags": [ "technical-controller" ], "operationId": "getVisitCollection", "parameters": [ { "name": "filter", "in": "query", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/VisitCollectionDTO" } } } } } } } }, "/api/technical/trialContractDetails": { "get": { "tags": [ "technical-controller" ], "operationId": "getTrialContractDetails", "parameters": [ { "name": "filter", "in": "query", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/ContractDetailsDTO" } } } } } } } }, "/api/technical/salesQuoteStatus": { "get": { "tags": [ "technical-controller" ], "operationId": "getSalesQuoteStatus", "parameters": [ { "name": "salesQuoteObjectId", "in": "query", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "string" } } } } } } }, "/api/technical/possiblePaymentConditions": { "get": { "tags": [ "technical-controller" ], "operationId": "getPossiblePaymentConditions", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CodeDescriptionDTO" } } } } } } } }, "/api/technical/possibleDeliveryDateTexts": { "get": { "tags": [ "technical-controller" ], "operationId": "getPossibleDeliveryDateTexts", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CodeDescriptionDTO" } } } } } } } }, "/api/technical/paymentOptions": { "get": { "tags": [ "technical-controller" ], "operationId": "getPaymentOptions", "parameters": [ { "name": "language", "in": "query", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CodeDescriptionDTO" } } } } } } } }, "/api/technical/customerDetails": { "get": { "tags": [ "technical-controller" ], "operationId": "getCustomerDetails", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/ContractDetailsDTO" } } } } } } } }, "/api/thread/signatureFromSalesQuote": { "delete": { "tags": [ "thread-controller" ], "operationId": "deleteSignatureFromSalesQuote", "parameters": [ { "name": "salesQuoteAttachmentId", "in": "query", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK" } } } } }, "components": { "schemas": { "SalesQuoteUpdateSynchDTO": { "type": "object", "properties": { "salesQuoteObjectId": { "type": "string" }, "termsAndConditions": { "type": "boolean" } } }, "SalesQuoteAttachmentFolderDTO": { "type": "object", "properties": { "name": { "type": "string" }, "typeCode": { "type": "string" }, "categoryCodeText": { "type": "string" }, "mimeType": { "type": "string" }, "typeCodeText": { "type": "string" }, "objectID": { "type": "string" }, "parentObjectID": { "type": "string" }, "uuid": { "type": "string" }, "salesQuoteID": { "type": "string" }, "binary": { "type": "string" }, "documentLink": { "type": "string" }, "categoryCode": { "type": "string" } } }, "VisitAttachmentSynchDTO": { "type": "object", "properties": { "visitId": { "type": "string" }, "folder": { "$ref": "#/components/schemas/SalesQuoteAttachmentFolderDTO" } } }, "ChecklistStatusDTO": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "checklistLifecycle": { "type": "string", "enum": [ "IS_NOT_COMPATIBLE", "IS_COMPATIBLE", "IS_VALID", "IS_INVALID" ] }, "checklistType": { "type": "string", "enum": [ "PROTEX", "MEWATEX_ULTRA", "TEILEREINIGER", "FINAL_VISIT", "NOT_COMPATIBLE" ] } } }, "CustomerDTO": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "externalId": { "type": "string" }, "corporateName": { "type": "string" }, "contactPartyId": { "type": "string" }, "contactPersonRoleId": { "type": "string" } } }, "RangedValueDTO": { "type": "object", "properties": { "currentValue": { "type": "integer", "format": "int32" }, "min": { "type": "integer", "format": "int32" }, "max": { "type": "integer", "format": "int32" }, "stepSize": { "type": "integer", "format": "int32" } } }, "SalesQuoteDTO": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "externalObjectId": { "type": "string" }, "c4cInternalId": { "type": "string" }, "name": { "type": "string" }, "deliveryCycle": { "$ref": "#/components/schemas/SelectValueDTO" }, "contractPeriod": { "$ref": "#/components/schemas/SelectValueDTO" }, "firstDeliveryDate": { "type": "string" }, "deliveryDateText": { "type": "string", "enum": [ "AS_SOON_AS_POSSIBLE", "NOT_BEFORE", "END_OF_CONTRACT_WITH_COMPETITOR" ] }, "currency": { "type": "string" }, "categoryCode": { "type": "string" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/SalesQuoteItemDTO" } }, "organizationId": { "type": "string" }, "employeeResponsible": { "type": "string" }, "calculatedSuccessfully": { "type": "boolean" }, "paymentConditionCode": { "type": "string" }, "paymentConditionText": { "type": "string" }, "paymentTypeCode": { "type": "string" }, "isReturnQuote": { "type": "boolean" }, "isMyMewaAccount": { "type": "boolean" }, "myMewaEmail": { "type": "string" }, "additionalInformation": { "type": "string" }, "externalObjectIdAdditionalInformation": { "type": "string" }, "internalNote": { "type": "string" }, "externalObjectIdInternalNote": { "type": "string" }, "checklistStatus": { "$ref": "#/components/schemas/ChecklistStatusDTO" }, "trialContractInformation": { "$ref": "#/components/schemas/TrialContractInformationDTO" }, "customer": { "$ref": "#/components/schemas/CustomerDTO" }, "deletedExternal": { "type": "boolean" }, "mewaServiceLocation": { "type": "string" }, "syncStatus": { "$ref": "#/components/schemas/SalesQuoteSyncStatusDTO" }, "priceCheckRequired": { "type": "boolean" }, "outOfSync": { "type": "boolean" } } }, "SalesQuoteItemDTO": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "articleId": { "type": "integer", "format": "int64" }, "externalObjectId": { "type": "string" }, "externalId": { "type": "string" }, "name": { "type": "string" }, "imageUrl": { "type": "string" }, "colorCode": { "type": "string" }, "amount": { "$ref": "#/components/schemas/RangedValueDTO" }, "exchangeAmount": { "type": "integer", "format": "int32" }, "pricePerWeek": { "type": "number", "format": "double" }, "initialCalculatedPrice": { "type": "number", "format": "double" }, "isMandatory": { "type": "boolean" }, "isExchanged": { "type": "boolean" }, "categoryId": { "type": "integer", "format": "int64" }, "categoryCode": { "type": "string" }, "articleAcronym": { "type": "string" }, "articleType": { "type": "string", "enum": [ "SACON", "LAUNDRY_BAG", "LAUNDRY_BAG_STAND", "ARTICLE" ] }, "deletedExternal": { "type": "boolean" }, "priceOutOfSync": { "type": "boolean" }, "amountOutOfSync": { "type": "boolean" }, "outOfSync": { "type": "boolean" }, "deliveryItem": { "type": "boolean" } } }, "SalesQuoteSyncStatusDTO": { "type": "object", "properties": { "generalDataOutOfSync": { "type": "boolean" }, "internalNoteOutOfSync": { "type": "boolean" }, "additionalInformationOutOfSync": { "type": "boolean" }, "contactPersonOutOfSync": { "type": "boolean" }, "authorizedRepresentativeOutOfSync": { "type": "boolean" }, "deliveryRhythmOutOfSync": { "type": "boolean" }, "outOfSync": { "type": "boolean" } } }, "SelectValueDTO": { "type": "object", "properties": { "value": { "type": "string" }, "options": { "type": "array", "items": { "type": "string" } } } }, "SynchDTO": { "type": "object", "properties": { "salesQuoteList": { "type": "array", "items": { "$ref": "#/components/schemas/SalesQuoteDTO" } }, "contactPersonEmail": { "type": "string" }, "contactId": { "type": "string" }, "appointmentId": { "type": "integer", "format": "int64" } } }, "TrialContractInformationDTO": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "isTrialContract": { "type": "boolean" }, "warrantyVisit": { "$ref": "#/components/schemas/SelectValueDTO" }, "trialPeriods": { "$ref": "#/components/schemas/SelectValueDTO" }, "supplementaryAgreement": { "type": "string" }, "syncNeeded": { "type": "boolean" } } }, "SynchResponseDTO": { "type": "object", "properties": { "message": { "type": "string" } } }, "SalesQuoteAttachmentSynchDTO": { "type": "object", "properties": { "folder": { "$ref": "#/components/schemas/SalesQuoteAttachmentFolderDTO" }, "salesQuoteId": { "type": "string" } } }, "SynchResponseCreateDTO": { "type": "object", "properties": { "salesQuoteId": { "type": "integer", "format": "int64" }, "externalObjectId": { "type": "string" }, "c4cInternalId": { "type": "string" }, "triggerCreateInitialDocumentEvent": { "type": "boolean" }, "salesQuote": { "$ref": "#/components/schemas/SalesQuoteDTO" } } }, "SynchResponseParalelListDTO": { "type": "object", "properties": { "listParallelResponse": { "type": "array", "items": { "$ref": "#/components/schemas/SynchResponseParallelDTO" } } } }, "SynchResponseParallelDTO": { "type": "object", "properties": { "updateExistingDTO": { "$ref": "#/components/schemas/SynchResponseUpdateExistingDTO" }, "createDTO": { "$ref": "#/components/schemas/SynchResponseCreateDTO" } } }, "SynchResponseUpdateExistingDTO": { "type": "object", "properties": { "salesQuoteId": { "type": "integer", "format": "int64" }, "triggerCreateInternalNote": { "type": "boolean" }, "triggerAdditionalInformation": { "type": "boolean" }, "listSalesQuoteItemsDeleted": { "type": "array", "items": { "type": "integer", "format": "int64" } }, "isPriceCheckRequired": { "type": "boolean" }, "salesQuote": { "$ref": "#/components/schemas/SalesQuoteDTO" } } }, "CorporateCompanyInformationSynchDTO": { "type": "object", "properties": { "objectId": { "type": "string" }, "italyExtraExternalMail": { "type": "string" }, "italyExtraMail": { "type": "string" }, "phone": { "type": "string" }, "email": { "type": "string" }, "webSite": { "type": "string" } } }, "CorporateAccountContactPersonSynchDTO": { "type": "object", "properties": { "objectId": { "type": "string" }, "position": { "type": "string" }, "zz_MailTwoContent_KUT": { "type": "string" }, "lastName": { "type": "string" }, "firstName": { "type": "string" }, "zz_MyMEWA": { "type": "boolean" }, "accountID": { "type": "string" }, "phone": { "type": "string" }, "email": { "type": "string" }, "mobile": { "type": "string" }, "languageCode": { "type": "string" }, "titleCode": { "type": "string" }, "secondMobile": { "type": "string" }, "secondPhone": { "type": "string" } } }, "ContactPersonDTO": { "type": "object", "properties": { "objectID": { "type": "string" }, "parentObjectID": { "type": "string" }, "languageCode": { "type": "string" }, "accountID": { "type": "string" }, "contactID": { "type": "string" }, "contactFormattedName": { "type": "string" }, "mainIndicator": { "type": "boolean" }, "departmentCode": { "type": "string" }, "departmentCodeText": { "type": "string" }, "functionCode": { "type": "string" }, "functionCodeText": { "type": "string" }, "jobTitle": { "type": "string" }, "titleCode": { "type": "string" }, "department": { "type": "string" }, "building": { "type": "string" }, "floor": { "type": "string" }, "room": { "type": "string" }, "email": { "type": "string" }, "fax": { "type": "string" }, "mobile": { "type": "string" }, "secondMobile": { "type": "string" }, "phone": { "type": "string" }, "secondPhone": { "type": "string" }, "emailInvalidIndicator": { "type": "boolean" }, "bestReachedByCode": { "type": "string" }, "bestReachedByCodeText": { "type": "string" }, "organisationAddressUUID": { "type": "string" }, "entityLastChangedOn": { "type": "string" }, "position": { "type": "string" }, "positionText": { "type": "string" }, "zz_Consent_Recording_ConversationContactNew_KUTText": { "type": "string" }, "vipreasonCodeText": { "type": "string" }, "zz_MailTwoContent_KUT": { "type": "string" }, "zz_CPValidationOn_KUT": { "type": "string" }, "zz_CRM_KKD_CONTACT_ID_REL_KUT": { "type": "string" }, "zz_ContactAddPosition": { "type": "string" }, "zz_InactiveRelation_KUT": { "type": "boolean" }, "zz_InactiveSince_KUT": { "type": "string" }, "zz_MyMewaPortal_KUT": { "type": "boolean" }, "zz_RolesForMEWA": { "type": "string" }, "zz_Position": { "type": "string" }, "zz_TourListRel": { "type": "boolean" }, "zz_MyMEWA": { "type": "boolean" }, "etag": { "type": "string" }, "vipreasonCode": { "type": "string" }, "zz_Consent_Recording_ConversationContactNew_KUT": { "type": "string" } } }, "CorporateAccountQueryDTO": { "type": "object", "properties": { "filter": { "type": "string" }, "expand": { "type": "string" }, "language": { "type": "string" }, "contactPartyId": { "type": "string" } } }, "ContactPersonRolesDTO": { "type": "object", "properties": { "contactPersonContactId": { "type": "string" }, "authorizedRepresentativeContactId": { "type": "string" } } }, "CorporateAccountDTO": { "type": "object", "properties": { "contactPersonRoles": { "$ref": "#/components/schemas/ContactPersonRolesDTO" }, "objectID": { "type": "string" }, "accountID": { "type": "string" }, "organisationId": { "type": "string" }, "externalID": { "type": "string" }, "externalSystem": { "type": "string" }, "roleCode": { "type": "string" }, "roleCodeText": { "type": "string" }, "lifeCycleStatusCode": { "type": "string" }, "lifeCycleStatusCodeText": { "type": "string" }, "legalFormCode": { "type": "string" }, "legalFormCodeText": { "type": "string" }, "customerABCClassificationCode": { "type": "string" }, "customerABCClassificationCodeText": { "type": "string" }, "nielsenRegionCode": { "type": "string" }, "nielsenRegionCodeText": { "type": "string" }, "industrialSectorCode": { "type": "string" }, "industrialSectorCodeText": { "type": "string" }, "contactPermissionCode": { "type": "string" }, "contactPermissionCodeText": { "type": "string" }, "businessPartnerFormattedName": { "type": "string" }, "name": { "type": "string" }, "additionalName": { "type": "string" }, "additionalName2": { "type": "string" }, "additionalName3": { "type": "string" }, "currentDefaultAddressUUID": { "type": "string" }, "formattedPostalAddressDescription": { "type": "string" }, "countryCode": { "type": "string" }, "countryCodeText": { "type": "string" }, "stateCode": { "type": "string" }, "stateCodeText": { "type": "string" }, "careOfName": { "type": "string" }, "addressLine1": { "type": "string" }, "addressLine2": { "type": "string" }, "houseNumber": { "type": "string" }, "additionalHouseNumber": { "type": "string" }, "street": { "type": "string" }, "addressLine4": { "type": "string" }, "addressLine5": { "type": "string" }, "district": { "type": "string" }, "city": { "type": "string" }, "differentCity": { "type": "string" }, "streetPostalCode": { "type": "string" }, "county": { "type": "string" }, "companyPostalCode": { "type": "string" }, "timeZoneCode": { "type": "string" }, "timeZoneCodeText": { "type": "string" }, "building": { "type": "string" }, "floor": { "type": "string" }, "room": { "type": "string" }, "phone": { "type": "string" }, "normalisedPhone": { "type": "string" }, "mobile": { "type": "string" }, "normalisedMobile": { "type": "string" }, "fax": { "type": "string" }, "email": { "type": "string" }, "webSite": { "type": "string" }, "languageCode": { "type": "string" }, "languageCodeText": { "type": "string" }, "bestReachedByCode": { "type": "string" }, "bestReachedByCodeText": { "type": "string" }, "orderBlockingReasonCode": { "type": "string" }, "orderBlockingReasonCodeText": { "type": "string" }, "deliveryBlockingReasonCode": { "type": "string" }, "deliveryBlockingReasonCodeText": { "type": "string" }, "billingBlockingReasonCode": { "type": "string" }, "billingBlockingReasonCodeText": { "type": "string" }, "salesSupportBlockingIndicator": { "type": "boolean" }, "legalCompetenceIndicator": { "type": "boolean" }, "recommendedVisitingFrequency": { "type": "string" }, "visitDuration": { "type": "string" }, "lastVisitingDate": { "type": "string" }, "nextVisitingDate": { "type": "string" }, "latestRecommendedVisitingDate": { "type": "string" }, "ownerID": { "type": "string" }, "ownerUUID": { "type": "string" }, "parentAccountID": { "type": "string" }, "topLevelAccountID": { "type": "string" }, "creationOn": { "type": "string" }, "createdBy": { "type": "string" }, "createdByIdentityUUID": { "type": "string" }, "changedOn": { "type": "string" }, "changedBy": { "type": "string" }, "changedByIdentityUUID": { "type": "string" }, "entityLastChangedOn": { "type": "string" }, "corporateAccountTaxNumber": { "type": "array", "items": { "$ref": "#/components/schemas/CorporateAccountTaxNumberDTO" } }, "corporateAccountHasContactPerson": { "type": "array", "items": { "$ref": "#/components/schemas/ContactPersonDTO" } }, "corporateAccountSalesData": { "type": "array", "items": { "$ref": "#/components/schemas/CorporateAccountSalesDataDTO" } }, "zz_Consent_Recording_ConversationContactHead_KUT": { "type": "string" }, "zz_Consent_Recording_ConversationContactHead_KUTText": { "type": "string" }, "zz_CustValidationBy_Name_SDK": { "type": "string" }, "zz_MBW_SupportTeam_ID_SDK": { "type": "string" }, "zz_SupportTeam_ID_SDK": { "type": "string" }, "zzcrm_KKD_CONTACT_ID_KUT": { "type": "string" }, "zz_AccContactPermission_KUT": { "type": "string" }, "zz_AccContactPermission_KUTText": { "type": "string" }, "zz_AddInformation": { "type": "boolean" }, "zz_AssociationManagers_KUT": { "type": "string" }, "zz_BlockingReason": { "type": "string" }, "zz_BlockingReasonText": { "type": "string" }, "zz_CleanRoomAccount_KUT": { "type": "boolean" }, "zz_CompPotential_MBK_KUT": { "type": "string" }, "zz_CompPotential_MBS_KL_KUT": { "type": "string" }, "zz_CompPotential_MBS_KUT": { "type": "string" }, "zz_CompPotential_MBS_TT_KUT": { "type": "string" }, "zz_CompPotential_MBW_KUT": { "type": "string" }, "zz_CompPotential_MFS_KUT": { "type": "string" }, "zz_CompPotential_MRS_KUT": { "type": "string" }, "zz_CompPotential_MRS_RA_KUT": { "type": "string" }, "zz_CompPotential_MRS_RK_KUT": { "type": "string" }, "zz_CompPotential_MRS_RM_KUT": { "type": "string" }, "zz_CompPotential_MRS_RS_KUT": { "type": "string" }, "zz_CompPotential_MRS_RT_KUT": { "type": "string" }, "zz_CompPotential_MTS_KUT": { "type": "string" }, "zz_CompPotential_MTS_MO_KUT": { "type": "string" }, "zz_CompPotential_MTS_MX_KUT": { "type": "string" }, "zz_CompPotential_MTS_PT_KUT": { "type": "string" }, "zz_CompPotential_MTS_TR_KUT": { "type": "string" }, "zz_CompPotential_MWS_KUT": { "type": "string" }, "zz_CompanyCard_KUT": { "type": "boolean" }, "zz_CompanyLogoColor_KUT": { "type": "string" }, "zz_Contract_MBK_KUT": { "type": "boolean" }, "zz_Contract_MBS_KL_KUT": { "type": "boolean" }, "zz_Contract_MBS_KUT": { "type": "boolean" }, "zz_Contract_MBS_TT_KUT": { "type": "boolean" }, "zz_Contract_MBW_KUT": { "type": "boolean" }, "zz_Contract_MFS_KUT": { "type": "boolean" }, "zz_Contract_MRS_KUT": { "type": "boolean" }, "zz_Contract_MRS_RA_KUT": { "type": "boolean" }, "zz_Contract_MRS_RK_KUT": { "type": "boolean" }, "zz_Contract_MRS_RM_KUT": { "type": "boolean" }, "zz_Contract_MRS_RS_KUT": { "type": "boolean" }, "zz_Contract_MRS_RT_KUT": { "type": "boolean" }, "zz_Contract_MTS_KUT": { "type": "boolean" }, "zz_Contract_MTS_MO_KUT": { "type": "boolean" }, "zz_Contract_MTS_MX_KUT": { "type": "boolean" }, "zz_Contract_MTS_PT_KUT": { "type": "boolean" }, "zz_Contract_MTS_TR_KUT": { "type": "boolean" }, "zz_Contract_MWS_KUT": { "type": "boolean" }, "zz_CustStatusFormerSince_KUT": { "type": "string" }, "zz_CustValidationOn_KUT": { "type": "string" }, "zz_CustomerCompanyBrand_KUT": { "type": "string" }, "zz_CustomerCompanyColor_KUT": { "type": "string" }, "zz_CustomerShopText": { "type": "string" }, "zz_CustomerStatus_KUT": { "type": "string" }, "zz_CustomerStatus_KUTText": { "type": "string" }, "zz_DunningLevel_KUT": { "type": "string" }, "zz_DuplicateReason_KUT": { "type": "string" }, "zz_DuplicateReason_KUTText": { "type": "string" }, "zz_ERPID_INT_YMKT": { "type": "string" }, "zz_GeneralAgreement_KUT": { "type": "boolean" }, "zz_IconRelations_KUT": { "type": "string" }, "zz_IndustryRestriction_KUT": { "type": "string" }, "zz_IndustryRestriction_KUTText": { "type": "string" }, "zz_IsTopLevelAccount_KUT": { "type": "boolean" }, "zz_LastContractStatusUpdate_KUT": { "type": "string" }, "zz_Litigation_KUT": { "type": "boolean" }, "zz_MBKEmployees_KUT": { "type": "string" }, "zz_MBSEmployees_KUT": { "type": "string" }, "zz_MBWDeliveryText": { "type": "string" }, "zz_MBWFakturaText": { "type": "string" }, "zz_MBW_ABC_Klassifikation": { "type": "string" }, "zz_MBW_ABC_KlassifikationText": { "type": "string" }, "zz_MBW_CustomerService": { "type": "string" }, "zz_MBW_Forecast_KUT": { "type": "string" }, "zz_MBW_Retailer_KUT": { "type": "boolean" }, "zz_MTSEmployees_KUT": { "type": "string" }, "zz_MassMigDateCust_KUT": { "type": "string" }, "zz_MyMewaAdmin_KUT": { "type": "boolean" }, "zz_MyMewaEmailLoginContent_KUT": { "type": "string" }, "zz_MyMewaRelease_KUT": { "type": "boolean" }, "zz_NumbOfGuilds_KUT": { "type": "string" }, "zz_PDF_EMAIL_MBWContent_KUT": { "type": "string" }, "zz_PDF_EMAILcontent": { "type": "string" }, "zz_PRIMAER_SO_KUT": { "type": "string" }, "zz_Potential_MBK_KUT": { "type": "string" }, "zz_Potential_MBS_KL_KUT": { "type": "string" }, "zz_Potential_MBS_KUT": { "type": "string" }, "zz_Potential_MBS_TT_KUT": { "type": "string" }, "zz_Potential_MBW_KUT": { "type": "string" }, "zz_Potential_MFS_KUT": { "type": "string" }, "zz_Potential_MRS_KUT": { "type": "string" }, "zz_Potential_MRS_RA_KUT": { "type": "string" }, "zz_Potential_MRS_RK_KUT": { "type": "string" }, "zz_Potential_MRS_RM_KUT": { "type": "string" }, "zz_Potential_MRS_RS_KUT": { "type": "string" }, "zz_Potential_MRS_RT_KUT": { "type": "string" }, "zz_Potential_MTS_KUT": { "type": "string" }, "zz_Potential_MTS_MO_KUT": { "type": "string" }, "zz_Potential_MTS_MX_KUT": { "type": "string" }, "zz_Potential_MTS_PT_KUT": { "type": "string" }, "zz_Potential_MTS_TR_KUT": { "type": "string" }, "zz_Potential_MWS_KUT": { "type": "string" }, "zz_PrivateCustomer_KUT": { "type": "boolean" }, "zz_ProspectFlag_AccountHead": { "type": "boolean" }, "zz_SecondaryIndustrySector_KUT": { "type": "string" }, "zz_SponsoringMembIndicator_KUT": { "type": "boolean" }, "zz_SponsoringMembText_KUT": { "type": "string" }, "zz_TimeStampCustomer_KUT": { "type": "string" }, "zz_TopLvlAcc_INT_YMKT_KUT": { "type": "string" }, "zz_TotalMembers_KUT": { "type": "string" }, "zz_referenceCustomer": { "type": "boolean" }, "poboxDeviatingCountryCode": { "type": "string" }, "poboxDeviatingCountryCodeText": { "type": "string" }, "poboxDeviatingRegionCode": { "type": "string" }, "poboxDeviatingRegionCodeText": { "type": "string" }, "poboxDeviatingCity": { "type": "string" }, "uuid": { "type": "string" }, "dunsid": { "type": "string" }, "poboxIndicator": { "type": "boolean" }, "pobox": { "type": "string" }, "poboxPostalCode": { "type": "string" }, "etag": { "type": "string" }, "zz_BPNotes": { "type": "string" }, "zz_CARD_TOKEN": { "type": "string" }, "zz_CustomerShop": { "type": "string" }, "zz_GSTeam_KUT": { "type": "boolean" }, "zz_KATR10": { "type": "string" }, "zz_KATR9": { "type": "string" }, "zz_KATR9Text": { "type": "string" }, "zz_MBSWearer": { "type": "string" }, "zz_MBWDelivery": { "type": "string" }, "zz_MBWFaktura": { "type": "string" }, "zz_MBWNotes": { "type": "string" }, "zz_MBWQuote": { "type": "string" }, "zz_MBWQuoteText": { "type": "string" }, "zz_MTSWiper": { "type": "string" }, "zz_Mail2content": { "type": "string" }, "zz_Mobil2": { "type": "string" }, "zz_NoEmployees": { "type": "string" }, "zz_PAYPAL_TRANS": { "type": "string" }, "zz_Phone2": { "type": "string" }, "zz_Support": { "type": "string" }, "z_MajorAcc": { "type": "boolean" }, "zz_PrimaryServicePerson_UUIDcontent_SDK": { "type": "string" }, "zz_CustValidationBy_UUIDcontent_SDK": { "type": "string" }, "zz_CustValidationBy_ID_Migration_SDK": { "type": "string" }, "zz_BlockTicketAutomatisation_KUT": { "type": "boolean" }, "zz_CRM_EDOC_CERT_MAILContent_KUT": { "type": "string" }, "zz_CRM_EDOC_CERT_MAIL_EXTContent_KUT": { "type": "string" }, "zz_SecondaryIndustrySector_KUTText": { "type": "string" } } }, "CorporateAccountSalesDataDTO": { "type": "object", "properties": { "objectID": { "type": "string" }, "accountID": { "type": "string" }, "salesOrganisationID": { "type": "string" }, "paymentTermsCode": { "type": "string" }, "zz_PrimaryCompany": { "type": "boolean" } } }, "CorporateAccountTaxNumberDTO": { "type": "object", "properties": { "objectID": { "type": "string" }, "parentObjectID": { "type": "string" }, "countryCode": { "type": "string" }, "taxTypeCode": { "type": "string" }, "taxID": { "type": "string" }, "accountID": { "type": "string" }, "countryCodeText": { "type": "string" }, "taxTypeCodeText": { "type": "string" } } }, "CorporatePositionDTO": { "type": "object", "properties": { "description": { "type": "string" }, "code": { "type": "string" } } }, "CompletenessCheckWarningDTO": { "type": "object", "properties": { "code": { "type": "string" }, "description": { "type": "string" } } }, "TextCollectionSynchDTO": { "type": "object", "properties": { "externalId": { "type": "string" }, "note": { "type": "string" }, "code": { "type": "string" } } }, "SalesQuoteTextCollectionDTO": { "type": "object", "properties": { "text": { "type": "string" }, "typeCode": { "type": "string" }, "typeCodeText": { "type": "string" }, "objectID": { "type": "string" }, "salesQuoteID": { "type": "string" } } }, "VisitCollectionDTO": { "type": "object", "properties": { "subject": { "type": "string" }, "location": { "type": "string" }, "owner": { "type": "string" }, "id": { "type": "string" }, "markedForDeletion": { "type": "string" }, "lastChangeDateTime": { "type": "string" }, "recurringBusinessActivityNodeID": { "type": "string" }, "recurrenceActGroupwareID": { "type": "string" }, "outOfRangeCheckIn": { "type": "string" }, "zz_LinkedPotential_ID_SDK": { "type": "string" }, "collaborationChannelCode": { "type": "string" }, "collaborationChannelCodeText": { "type": "string" }, "collaborationURL": { "type": "string" }, "createdBySSIText": { "type": "string" }, "zz_Context_SDKText": { "type": "string" }, "zz_ApprovalBasicBusiness_KUT": { "type": "string" }, "zz_ApprovalKAM_KUT": { "type": "string" }, "zz_ApprovalKAM_KUTText": { "type": "string" }, "zz_CallTypeCode_KUT": { "type": "string" }, "zz_CallTypeCode_KUTText": { "type": "string" }, "zz_CategoryCall_KUT": { "type": "string" }, "zz_ConfigUsed_KUT": { "type": "string" }, "zz_CreatedByNexus_Visit_KUT": { "type": "string" }, "zz_DiscussedContent_KUT": { "type": "string" }, "zz_FromActivityAdvisor_KUT": { "type": "string" }, "zz_ICM_REF_TAN_VISIT_KUT": { "type": "string" }, "zz_ImportantInternalNotes_KUT": { "type": "string" }, "zz_MassMigDateAct_KUT": { "type": "string" }, "zz_OtherParticipants_KUT": { "type": "string" }, "zz_PhoneReason_KUT": { "type": "string" }, "zz_PhoneReason_KUTText": { "type": "string" }, "zz_PhoneResult_KUT": { "type": "string" }, "zz_PhoneResult_KUTText": { "type": "string" }, "zz_ProductGroupAct_KUT": { "type": "string" }, "zz_ProductGroupAct_KUTText": { "type": "string" }, "zz_ProduktcodeAkt": { "type": "string" }, "zz_ReasonForVisitResult_KUT": { "type": "string" }, "zz_ReasonForVisitResult_KUTText": { "type": "string" }, "zz_ResponsibleDetermination_KUT": { "type": "string" }, "zz_SalesActivities_KUT": { "type": "string" }, "zz_SalesOfficeID_KUT": { "type": "string" }, "zz_SendReminder_KUT": { "type": "string" }, "zz_ServiceAreaActMulti_KUT": { "type": "string" }, "zz_ServicebereichAkt": { "type": "string" }, "zz_ServicebereichAktText": { "type": "string" }, "zz_StartTPWithoutTimeZone_KUT": { "type": "string" }, "zz_VisitCategory_MW_KUT": { "type": "string" }, "zz_VisitDateIndicator_KUT": { "type": "string" }, "zz_VisitFromActivityAdvisor_KUT": { "type": "string" }, "zz_VisitQualityText": { "type": "string" }, "zz_VisitResult_KUT": { "type": "string" }, "zz_VisitResult_KUTText": { "type": "string" }, "zz_VisitSendEmail_KUT": { "type": "string" }, "z_TypeVisitconfirmation_KUT": { "type": "string" }, "z_TypeVisitconfirmation_KUTText": { "type": "string" }, "z_ZTMUpdated_KUT": { "type": "string" }, "entityLastChangedOn": { "type": "string" }, "salesOrganisationID": { "type": "string" }, "priorityCodeText": { "type": "string" }, "mainAccountPartyID": { "type": "string" }, "accountPartyName": { "type": "string" }, "primaryContactUUID": { "type": "string" }, "mainContactPartyID": { "type": "string" }, "primaryContactPartyName": { "type": "string" }, "startTimeZoneCode": { "type": "string" }, "startTimeZoneCodeText": { "type": "string" }, "endTimeZoneCodeText": { "type": "string" }, "actualStartDateTime": { "type": "string" }, "actualEndDateTime": { "type": "string" }, "organizerPartyID": { "type": "string" }, "organizerPartyName": { "type": "string" }, "organizerEmailURI": { "type": "string" }, "salesTerritoryID": { "type": "string" }, "salesTerritoryName": { "type": "string" }, "distributionChannel": { "type": "string" }, "distributionChannelText": { "type": "string" }, "perfectStoreIndicator": { "type": "string" }, "addressSnapshotUUID": { "type": "string" }, "dataOriginTypeCode": { "type": "string" }, "dataOriginTypeCodeText": { "type": "string" }, "additionalLocationName": { "type": "string" }, "creationDateTime": { "type": "string" }, "reportedDateTime": { "type": "string" }, "markedForDeletionDate": { "type": "string" }, "endDateTime": { "type": "string" }, "endTimeZoneCode": { "type": "string" }, "allDayEvent": { "type": "string" }, "organizer": { "type": "string" }, "division": { "type": "string" }, "divisionText": { "type": "string" }, "visitType": { "type": "string" }, "visitTypeText": { "type": "string" }, "groupwareItemID": { "type": "string" }, "route": { "type": "string" }, "tour": { "type": "string" }, "occurrenceDate": { "type": "string" }, "draft": { "type": "string" }, "createdBySSI": { "type": "string" }, "accountName": { "type": "string" }, "zz_Context_SDK": { "type": "string" }, "zz_Online_KUT": { "type": "string" }, "zz_ToDo_KUT": { "type": "string" }, "zz_VisitQuality": { "type": "string" }, "zz_ZTMID_KUT": { "type": "string" }, "objectID": { "type": "string" }, "uuid": { "type": "string" }, "createdBy": { "type": "string" }, "etag": { "type": "string" }, "statusText": { "type": "string" }, "priorityCode": { "type": "string" }, "account": { "type": "string" }, "ownerPartyID": { "type": "string" }, "ownerEmailURI": { "type": "string" }, "ownerPartyName": { "type": "string" }, "formattedName": { "type": "string" }, "startDateTime": { "type": "string" }, "status": { "type": "string" }, "startGeoCoordinatesAltitudeMeasure": { "type": "string" }, "startGeoCoordinatesLatitudeMeasure": { "type": "string" }, "startGeoCoordinatesLongitudeMeasure": { "type": "string" }, "endGeoCoordinatesAltitudeMeasure": { "type": "string" }, "endGeoCoordinatesLatitudeMeasure": { "type": "string" }, "endGeoCoordinatesLongitudeMeasure": { "type": "string" }, "zz_ICM_REF_TAN_VISIT_NEWcontent_SDK": { "type": "string" }, "zz_ApprovalBasicBusiness_KUTText": { "type": "string" }, "zz_ReasonCustomerEscalationAct_KUT": { "type": "string" }, "zz_ResponsibleDetermination_KUTText": { "type": "string" } } }, "ContractDetailsDTO": { "type": "object", "properties": { "allowedContrPeriods": { "type": "string" }, "allowedDeliveryFreq": { "type": "string" }, "btDocType": { "type": "string" }, "entryNumber": { "type": "string" }, "kam": { "type": "boolean" }, "productCodes": { "type": "string" }, "salesOrg": { "type": "string" }, "serviceArea": { "type": "string" }, "allowedTrialPeriods": { "type": "string" }, "flexContract": { "type": "boolean" }, "contractType": { "type": "string" }, "id": { "type": "string" }, "pdicustomizingRootExternalKey": { "type": "string" }, "objectID": { "type": "string" }, "parentObjectID": { "type": "string" }, "headerObjectID": { "type": "string" }, "recordNumber": { "type": "string" }, "externalKey": { "type": "string" } } }, "CodeDescriptionDTO": { "type": "object", "properties": { "code": { "type": "string" }, "description": { "type": "string" } } } } } }