openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BUPA_CENTRAL_CHANGE: post: tags: - BUBA_4 operationId: /rfc/BUPA_CENTRAL_CHANGE requestBody: content: application/json: schema: properties: IS_CENTRAL_CUSTOMER_EXT: type: object properties: BP_EEW_DUMMY: type: string maxLength: 1 description: Dummy function in length 1 IS_CENTRAL_CUSTOMER_EXT_X: type: object properties: BP_EEW_DUMMY: type: string maxLength: 1 description: Dummy function in length 1 IS_DATA: type: object properties: SEARCHTERM1: type: string maxLength: 20 description: Search term 1 for business partner SEARCHTERM2: type: string maxLength: 20 description: Search term 2 for business partner PARTNERTYPE: type: string maxLength: 4 description: Business partner type AUTHORIZATIONGROUP: type: string maxLength: 4 description: Authorization Group PARTNERLANGUAGE: type: string maxLength: 1 description: 'Business partner: Language' PARTNERLANGUAGEISO: type: string maxLength: 2 description: Language according to ISO 639 DATAORIGINTYPE: type: string maxLength: 4 description: Data origin types CENTRALARCHIVINGFLAG: type: string maxLength: 1 description: 'Central archiving flag enumValues: ""=No,X=Yes' enum: - '' - X CENTRALBLOCK: type: string maxLength: 1 description: 'Central Block for Business Partner enumValues: ""=No,X=Yes' enum: - '' - X TITLE_KEY: type: string maxLength: 4 description: Form-of-Address Key CONTACTALLOWANCE: type: string maxLength: 1 description: 'Business Partner: Contact Permission enumValues: 2=Disallowed,3=Check Permission,1=Allowed' enum: - '2' - '3' - '1' PARTNEREXTERNAL: type: string maxLength: 20 description: Business partner number in external system TITLELETTER: type: string maxLength: 50 description: Salutation NOTRELEASED: type: string maxLength: 1 description: 'Indicator: Not Released enumValues: ""=No,X=Yes' enum: - '' - X COMM_TYPE: type: string maxLength: 3 description: Communication Method (Key) (Business Address Services) PRINT_MODE: type: string maxLength: 1 description: 'Business Partner Print Format enumValues: 2=Large Print,1=Braille' enum: - '2' - '1' IS_DATA_GROUP: type: object properties: NAMEGROUP1: type: string maxLength: 40 description: Name 1 (group) NAMEGROUP2: type: string maxLength: 40 description: Name 2 (group) GROUPTYPE: type: string maxLength: 4 description: Group type IS_DATA_GROUP_X: type: object properties: NAMEGROUP1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' NAMEGROUP2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' GROUPTYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IS_DATA_ORGAN: type: object properties: NAME1: type: string maxLength: 40 description: Name 1 of organization NAME2: type: string maxLength: 40 description: Name 2 of organization NAME3: type: string maxLength: 40 description: Name 3 of organization NAME4: type: string maxLength: 40 description: Name 4 of organization LEGALFORM: type: string maxLength: 2 description: 'BP: Legal form of organization' INDUSTRYSECTOR: type: string maxLength: 10 description: Industry sector FOUNDATIONDATE: type: string format: date description: Date organization founded LIQUIDATIONDATE: type: string format: date description: Liquidation date of organization LOC_NO_1: type: integer format: int64 description: International location number (part 1) LOC_NO_2: type: integer format: int64 description: International location number (Part 2) CHK_DIGIT: type: integer format: int64 description: Check digit for the international location number LEGALORG: type: string maxLength: 2 description: Legal Entity of Organization IS_DATA_ORGAN_X: type: object properties: NAME1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' NAME2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' NAME3: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' NAME4: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LEGALFORM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' INDUSTRYSECTOR: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FOUNDATIONDATE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LIQUIDATIONDATE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LOC_NO_1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LOC_NO_2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CHK_DIGIT: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LEGALORG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IS_DATA_PERSON: type: object properties: FIRSTNAME: type: string maxLength: 40 description: First name of business partner (person) LASTNAME: type: string maxLength: 40 description: Last name of business partner (person) BIRTHNAME: type: string maxLength: 40 description: Name at birth of business partner MIDDLENAME: type: string maxLength: 40 description: Middle name or second forename of a person SECONDNAME: type: string maxLength: 40 description: Other Last Name of a Person TITLE_ACA1: type: string maxLength: 4 description: 'Academic Title: Key' TITLE_ACA2: type: string maxLength: 4 description: Second academic title (key) TITLE_SPPL: type: string maxLength: 4 description: Name supplement, e.g. noble title (key) PREFIX1: type: string maxLength: 4 description: Name Prefix (Key) PREFIX2: type: string maxLength: 4 description: 2nd name prefix (key) NICKNAME: type: string maxLength: 40 description: Nickname of Business Partner (Person) INITIALS: type: string maxLength: 10 description: '"Middle Initial" or personal initials' NAMEFORMAT: type: string maxLength: 2 description: Name format NAMCOUNTRY: type: string maxLength: 3 description: Country for name format rule NAMCOUNTRYISO: type: string maxLength: 2 description: Country ISO code SEX: type: string maxLength: 1 description: 'Sex of business partner (person) enumValues: ""=Unknown,1=Female,2=Male' enum: - '' - '1' - '2' BIRTHPLACE: type: string maxLength: 40 description: Birthplace of business partner BIRTHDATE: type: string format: date description: Date of birth of business partner DEATHDATE: type: string format: date description: Date of death of business partner MARITALSTATUS: type: string maxLength: 1 description: Marital status of business partner CORRESPONDLANGUAGE: type: string maxLength: 1 description: 'Business Partner: Correspondence Language' CORRESPONDLANGUAGEISO: type: string maxLength: 2 description: Language according to ISO 639 FULLNAME: type: string maxLength: 80 description: Full Name EMPLOYER: type: string maxLength: 35 description: Employer of business partner OCCUPATION: type: string maxLength: 4 description: Occupation/group NATIONALITY: type: string maxLength: 3 description: Nationality NATIONALITYISO: type: string maxLength: 2 description: Country ISO code COUNTRYORIGIN: type: string maxLength: 3 description: 'Ctry of origin: non-res.companies' IS_DATA_PERSON_X: type: object properties: FIRSTNAME: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LASTNAME: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' BIRTHNAME: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' MIDDLENAME: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SECONDNAME: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TITLE_ACA1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TITLE_ACA2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TITLE_SPPL: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PREFIX1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PREFIX2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' NICKNAME: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' INITIALS: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' NAMEFORMAT: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' NAMCOUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' NAMCOUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SEX: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' BIRTHPLACE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' BIRTHDATE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DEATHDATE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' MARITALSTATUS: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CORRESPONDLANGUAGE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CORRESPONDLANGUAGEISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FULLNAME: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' EMPLOYER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' OCCUPATION: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' NATIONALITY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' NATIONALITYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYORIGIN: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IS_DATA_X: type: object properties: SEARCHTERM1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SEARCHTERM2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PARTNERTYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' AUTHORIZATIONGROUP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PARTNERLANGUAGE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PARTNERLANGUAGEISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DATAORIGINTYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CENTRALARCHIVINGFLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CENTRALBLOCK: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TITLE_KEY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONTACTALLOWANCE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PARTNEREXTERNAL: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TITLELETTER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' NOTRELEASED: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COMM_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PRINT_MODE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IV_CHANGE_BAS: type: string default: X maxLength: 1 description: Indicator IV_CHECK_ADDRESS: type: string default: X maxLength: 1 description: Indicator IV_DUPLICATE_MESSAGE_TYPE: type: string maxLength: 1 description: Indicator IV_PARTNER: type: string maxLength: 10 description: Business Partner Number IV_PARTNER_GUID: type: string format: byte description: Business Partner GUID IV_VALID_DATE: type: string format: date default: SY-DATLO description: Indicator IV_X_SAVE: type: string default: X maxLength: 1 description: Indicator ET_ADDR_DUPLICATES: type: array items: type: object properties: ADDRNUMBER: type: string maxLength: 10 description: Address number PERSNUMBER: type: string maxLength: 10 description: Person number PERCENTAGE: type: integer format: int64 description: '(Obsolete) Percentage: Similarity in Duplicate Check' BUSINESSPARTNER: type: string maxLength: 10 description: Business Partner Number ADDRESSGUID: type: string maxLength: 32 description: GUID of a BP Address in CHAR 32 Format for BAPIs PERCENT_COMPL: type: integer format: int64 description: 'Percentage: Similarity in Duplicate Check' ET_RETURN: type: array items: type: object properties: TYPE: type: string maxLength: 1 description: 'Message type: S Success, E Error, W Warning, I Info, A Abort' ID: type: string maxLength: 20 description: Message Class NUMBER: type: integer format: int64 description: Message Number MESSAGE: type: string maxLength: 220 description: Message Text LOG_NO: type: string maxLength: 20 description: 'Application log: log number' LOG_MSG_NO: type: integer format: int64 description: 'Application log: Internal message serial number' MESSAGE_V1: type: string maxLength: 50 description: Message Variable MESSAGE_V2: type: string maxLength: 50 description: Message Variable MESSAGE_V3: type: string maxLength: 50 description: Message Variable MESSAGE_V4: type: string maxLength: 50 description: Message Variable PARAMETER: type: string maxLength: 32 description: Parameter Name ROW: type: integer format: int32 description: Lines in parameter FIELD: type: string maxLength: 30 description: Field in parameter SYSTEM: type: string maxLength: 10 description: Logical system from which message originates IT_ADCOMREM_ADDR_IND: type: array items: type: object properties: COMM_TYPE: type: string maxLength: 3 description: Communication Method (Key) (Business Address Services) LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 COMM_NOTES: type: string maxLength: 50 description: Communication link notes CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X IT_ADCOMREM_ADDR_IND_X: type: array items: type: object properties: COMM_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LANGU: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U IT_ADCOMUSE_ADDR_IND: type: array items: type: object properties: COMM_TYPE: type: string maxLength: 3 description: Communication Method (Key) (Business Address Services) CONSNUMBER: type: integer format: int64 description: Sequence number COMM_USAGE: type: string maxLength: 10 description: 'Communication Usage: Key Field' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' DEF_USAGE: type: string maxLength: 1 description: 'Indicator: Default for this Usage enumValues: ""=No,X=Yes' enum: - '' - X ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X IT_ADCOMUSE_ADDR_IND_X: type: array items: type: object properties: COMM_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COMM_USAGE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DEF_USAGE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U IT_ADFAX_ADDR_IND: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X FAX: type: string maxLength: 30 description: 'Fax number: dialling code+number' EXTENSION: type: string maxLength: 10 description: 'Fax no.: Extension' FAX_NO: type: string maxLength: 30 description: 'Complete number: dialling code+number+extension' SENDER_NO: type: string maxLength: 30 description: Fax number for finding sender FAX_GROUP: type: string maxLength: 1 description: 'Fax group (G3, G4, ...) enumValues: 3=G3,4=G4' enum: - '3' - '4' STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADFAX_ADDR_IND_X: type: array items: type: object properties: COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FAX: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' EXTENSION: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FAX_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SENDER_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FAX_GROUP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADPAG_ADDR_IND: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X PAGER_TYPE: type: string maxLength: 4 description: Pager Service PAGER: type: string maxLength: 30 description: Pager number PAGER_NO: type: string maxLength: 30 description: Normalized pager search field CALLER_NO: type: string maxLength: 30 description: Pager number for finding sender STD_RECIP: type: string maxLength: 1 description: Encoded Reference to a Sequence Number R_3_USER: type: string maxLength: 1 description: Encoded Reference to a Sequence Number HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADPAG_ADDR_IND_X: type: array items: type: object properties: COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PAGER_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PAGER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PAGER_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CALLER_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADPRT_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X PRINT_DEST: type: string maxLength: 4 description: 'Spool: Output device' STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADPRT_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PRINT_DEST: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADRFC_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X LOG_DEST: type: string maxLength: 32 description: RFC logical destination STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADRFC_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LOG_DEST: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADRML_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X SYMB_DEST: type: string maxLength: 10 description: Symbolic destination REC_TYPE: type: string maxLength: 1 description: Recipient type (not currently used) R_MAIL_CLT: type: string maxLength: 3 description: RML- Client (Remote Mail, SAP - SAP - Communication) R_MAIL: type: string maxLength: 12 description: RML Name (Remote Mail, SAP - SAP - Communication) STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADRML_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SYMB_DEST: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' REC_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_MAIL_CLT: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_MAIL: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADSMTP_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X E_MAIL: type: string maxLength: 241 description: E-Mail Address EMAIL_SRCH: type: string maxLength: 20 description: E-Mail Address Search Field STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X ENCODE: type: string maxLength: 1 description: 'Desired Data Coding (E-Mail) enumValues: 1=MIME,2=UUENCODE,0=NONE' enum: - '1' - '2' - '0' TNEF: type: string maxLength: 1 description: 'Flag: Receiver can receive TNEF coding via SMTP enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADSMTP_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' E_MAIL: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' EMAIL_SRCH: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ENCODE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TNEF: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADSSF_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X DUMMY: type: string maxLength: 1 description: Single-Character Flag STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number RFCDEST: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) SSFIDSHORT: type: string maxLength: 132 description: SSFID field for screen display SSF_NS: type: string maxLength: 10 description: 'SSF Namespace label enumValues: ALL=All known namespaces,SMARTCARD=Chip card/smart card,LOCALDB=Local database,LOCALFILE=Local file,X500=X.500 directory,LOCALDIR=Local directory' enum: - ALL - SMARTCARD - LOCALDB - LOCALFILE - X500 - LOCALDIR SSF_PROF: type: string maxLength: 132 description: SSF profile name SSFIDPART1: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART2: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART3: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART4: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART5: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART6: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART7: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART8: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART9: type: string maxLength: 48 description: SSF name signatory/recipient - part 9 ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADSSF_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DUMMY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U RFCDEST: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDSHORT: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSF_NS: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSF_PROF: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART3: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART4: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART5: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART6: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART7: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART8: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART9: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADTEL_ADDR_IND: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X TELEPHONE: type: string maxLength: 30 description: 'Telephone no.: dialling code+number' EXTENSION: type: string maxLength: 10 description: 'Telephone no.: Extension' TEL_NO: type: string maxLength: 30 description: 'Complete number: dialling code+number+extension' CALLER_NO: type: string maxLength: 30 description: Telephone number for determining caller STD_RECIP: type: string maxLength: 1 description: 'Indicator: Telephone is SMS-Enabled enumValues: ""=Telephone is Not SMS-Enabled,X=Telephone is SMS-Enabled' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Indicator: Telephone is a Mobile Telephone enumValues: ""=Telephone is Landline Telephone,2=Telephone is Mobile Telephone but Not Default Mobile Phone,X=Obsolete - No Longer Valid,1=Telephone is Default Under Landline Telephones,3=Telephone is Default Mobile Telephone' enum: - '' - '2' - X - '1' - '3' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADTEL_ADDR_IND_X: type: array items: type: object properties: COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TELEPHONE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' EXTENSION: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TEL_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CALLER_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADTLX_ADDR_IND: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X TELEX_NO: type: string maxLength: 30 description: Telex number STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADTLX_ADDR_IND_X: type: array items: type: object properties: COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TELEX_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADTTX_ADDR_IND: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X TELETEX: type: string maxLength: 30 description: Teletex number STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADTTX_ADDR_IND_X: type: array items: type: object properties: COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TELETEX: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADURI_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X URI_TYPE: type: string maxLength: 3 description: 'URI type flag enumValues: ACC=Bank statement request,LOG=Company logo,PFB=Published Free/Busy information (calendar),INT=Intranet page,FTP=FTP address,STK=Callup share prices,HPG=Homepage (WWW),ROU=Link to Route Planner' enum: - ACC - LOG - PFB - INT - FTP - STK - HPG - ROU URI: type: string maxLength: 132 description: URI, e.g. Homepage or ftp Address STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number URI_PART1: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART2: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART3: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART4: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART5: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART6: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART7: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART8: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART9: type: string maxLength: 48 description: Universal Resource Identifier (URI) - Part 9 ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADURI_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U URI_PART1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART3: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART4: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART5: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART6: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART7: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART8: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART9: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADX400_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X COUNTRY: type: string maxLength: 3 description: X.400 country code COUNTRYISO: type: string maxLength: 2 description: Country ISO code ADM_DOM: type: string maxLength: 16 description: X.400 administration domain PRIV_DOM: type: string maxLength: 16 description: X.400 private domain ORGANIZATN: type: string maxLength: 64 description: X.400 organization ORG_UNIT_1: type: string maxLength: 32 description: X.400 organizational unit 1 ORG_UNIT_2: type: string maxLength: 32 description: X.400 organizational unit 2 ORG_UNIT_3: type: string maxLength: 32 description: X.400 organizational unit 3 ORG_UNIT_4: type: string maxLength: 32 description: X.400 organizational unit 4 LASTNAME: type: string maxLength: 40 description: X.400 last name FIRSTNAME: type: string maxLength: 16 description: X.400 first name INITIALS: type: string maxLength: 5 description: X.400 Initials GENERATION: type: string maxLength: 3 description: X.400 generation X_121_ADDR: type: string maxLength: 15 description: X.400 X.121 network address TERM_ID: type: string maxLength: 24 description: X.400 Terminal ID TERM_TYPE: type: string maxLength: 1 description: X.400 terminal type UANID: type: string maxLength: 32 description: X.400 user agent numeric ID DDA_TYPE1: type: string maxLength: 8 description: X.400 domain defined attribute, type 1 DDA_VALUE1: type: string maxLength: 128 description: X.400 domain defined attribute, value 1 DDA_TYPE2: type: string maxLength: 8 description: X.400 domain defined attribute, type 2 DDA_VALUE2: type: string maxLength: 128 description: X.400 domain defined attribute, value 2 DDA_TYPE3: type: string maxLength: 8 description: X.400 domain defined attribute, type 3 DDA_VALUE3: type: string maxLength: 128 description: X.400 domain defined attribute, value 3 DDA_TYPE4: type: string maxLength: 8 description: X.400 domain defined attribute, type 4 DDA_VALUE4: type: string maxLength: 128 description: X.400 domain defined attribute, value 4 STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X TXT_ENCODE: type: string maxLength: 1 description: 'Desired text data coding (X.400) enumValues: 0=NONE,1=T61' enum: - '0' - '1' TNEF: type: string maxLength: 1 description: 'Flag: Receiver can receive TNEF coding via X.400 enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADX400_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ADM_DOM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PRIV_DOM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ORGANIZATN: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_3: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_4: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LASTNAME: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FIRSTNAME: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' INITIALS: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' GENERATION: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' X_121_ADDR: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TERM_ID: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TERM_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UANID: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE3: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE3: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE4: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE4: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TXT_ENCODE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TNEF: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' responses: '200': description: OK content: application/json: schema: properties: ET_ADDR_DUPLICATES: type: array items: type: object properties: ADDRNUMBER: type: string maxLength: 10 description: Address number PERSNUMBER: type: string maxLength: 10 description: Person number PERCENTAGE: type: integer format: int64 description: '(Obsolete) Percentage: Similarity in Duplicate Check' BUSINESSPARTNER: type: string maxLength: 10 description: Business Partner Number ADDRESSGUID: type: string maxLength: 32 description: GUID of a BP Address in CHAR 32 Format for BAPIs PERCENT_COMPL: type: integer format: int64 description: 'Percentage: Similarity in Duplicate Check' ET_RETURN: type: array items: type: object properties: TYPE: type: string maxLength: 1 description: 'Message type: S Success, E Error, W Warning, I Info, A Abort' ID: type: string maxLength: 20 description: Message Class NUMBER: type: integer format: int64 description: Message Number MESSAGE: type: string maxLength: 220 description: Message Text LOG_NO: type: string maxLength: 20 description: 'Application log: log number' LOG_MSG_NO: type: integer format: int64 description: 'Application log: Internal message serial number' MESSAGE_V1: type: string maxLength: 50 description: Message Variable MESSAGE_V2: type: string maxLength: 50 description: Message Variable MESSAGE_V3: type: string maxLength: 50 description: Message Variable MESSAGE_V4: type: string maxLength: 50 description: Message Variable PARAMETER: type: string maxLength: 32 description: Parameter Name ROW: type: integer format: int32 description: Lines in parameter FIELD: type: string maxLength: 30 description: Field in parameter SYSTEM: type: string maxLength: 10 description: Logical system from which message originates IT_ADCOMREM_ADDR_IND: type: array items: type: object properties: COMM_TYPE: type: string maxLength: 3 description: Communication Method (Key) (Business Address Services) LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 COMM_NOTES: type: string maxLength: 50 description: Communication link notes CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X IT_ADCOMREM_ADDR_IND_X: type: array items: type: object properties: COMM_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LANGU: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U IT_ADCOMUSE_ADDR_IND: type: array items: type: object properties: COMM_TYPE: type: string maxLength: 3 description: Communication Method (Key) (Business Address Services) CONSNUMBER: type: integer format: int64 description: Sequence number COMM_USAGE: type: string maxLength: 10 description: 'Communication Usage: Key Field' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' DEF_USAGE: type: string maxLength: 1 description: 'Indicator: Default for this Usage enumValues: ""=No,X=Yes' enum: - '' - X ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X IT_ADCOMUSE_ADDR_IND_X: type: array items: type: object properties: COMM_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COMM_USAGE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DEF_USAGE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U IT_ADFAX_ADDR_IND: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X FAX: type: string maxLength: 30 description: 'Fax number: dialling code+number' EXTENSION: type: string maxLength: 10 description: 'Fax no.: Extension' FAX_NO: type: string maxLength: 30 description: 'Complete number: dialling code+number+extension' SENDER_NO: type: string maxLength: 30 description: Fax number for finding sender FAX_GROUP: type: string maxLength: 1 description: 'Fax group (G3, G4, ...) enumValues: 3=G3,4=G4' enum: - '3' - '4' STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADFAX_ADDR_IND_X: type: array items: type: object properties: COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FAX: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' EXTENSION: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FAX_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SENDER_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FAX_GROUP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADPAG_ADDR_IND: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X PAGER_TYPE: type: string maxLength: 4 description: Pager Service PAGER: type: string maxLength: 30 description: Pager number PAGER_NO: type: string maxLength: 30 description: Normalized pager search field CALLER_NO: type: string maxLength: 30 description: Pager number for finding sender STD_RECIP: type: string maxLength: 1 description: Encoded Reference to a Sequence Number R_3_USER: type: string maxLength: 1 description: Encoded Reference to a Sequence Number HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADPAG_ADDR_IND_X: type: array items: type: object properties: COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PAGER_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PAGER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PAGER_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CALLER_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADPRT_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X PRINT_DEST: type: string maxLength: 4 description: 'Spool: Output device' STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADPRT_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PRINT_DEST: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADRFC_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X LOG_DEST: type: string maxLength: 32 description: RFC logical destination STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADRFC_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LOG_DEST: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADRML_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X SYMB_DEST: type: string maxLength: 10 description: Symbolic destination REC_TYPE: type: string maxLength: 1 description: Recipient type (not currently used) R_MAIL_CLT: type: string maxLength: 3 description: RML- Client (Remote Mail, SAP - SAP - Communication) R_MAIL: type: string maxLength: 12 description: RML Name (Remote Mail, SAP - SAP - Communication) STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADRML_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SYMB_DEST: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' REC_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_MAIL_CLT: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_MAIL: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADSMTP_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X E_MAIL: type: string maxLength: 241 description: E-Mail Address EMAIL_SRCH: type: string maxLength: 20 description: E-Mail Address Search Field STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X ENCODE: type: string maxLength: 1 description: 'Desired Data Coding (E-Mail) enumValues: 1=MIME,2=UUENCODE,0=NONE' enum: - '1' - '2' - '0' TNEF: type: string maxLength: 1 description: 'Flag: Receiver can receive TNEF coding via SMTP enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADSMTP_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' E_MAIL: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' EMAIL_SRCH: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ENCODE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TNEF: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADSSF_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X DUMMY: type: string maxLength: 1 description: Single-Character Flag STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number RFCDEST: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) SSFIDSHORT: type: string maxLength: 132 description: SSFID field for screen display SSF_NS: type: string maxLength: 10 description: 'SSF Namespace label enumValues: ALL=All known namespaces,SMARTCARD=Chip card/smart card,LOCALDB=Local database,LOCALFILE=Local file,X500=X.500 directory,LOCALDIR=Local directory' enum: - ALL - SMARTCARD - LOCALDB - LOCALFILE - X500 - LOCALDIR SSF_PROF: type: string maxLength: 132 description: SSF profile name SSFIDPART1: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART2: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART3: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART4: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART5: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART6: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART7: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART8: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART9: type: string maxLength: 48 description: SSF name signatory/recipient - part 9 ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADSSF_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DUMMY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U RFCDEST: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDSHORT: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSF_NS: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSF_PROF: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART3: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART4: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART5: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART6: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART7: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART8: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART9: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADTEL_ADDR_IND: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X TELEPHONE: type: string maxLength: 30 description: 'Telephone no.: dialling code+number' EXTENSION: type: string maxLength: 10 description: 'Telephone no.: Extension' TEL_NO: type: string maxLength: 30 description: 'Complete number: dialling code+number+extension' CALLER_NO: type: string maxLength: 30 description: Telephone number for determining caller STD_RECIP: type: string maxLength: 1 description: 'Indicator: Telephone is SMS-Enabled enumValues: ""=Telephone is Not SMS-Enabled,X=Telephone is SMS-Enabled' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Indicator: Telephone is a Mobile Telephone enumValues: ""=Telephone is Landline Telephone,2=Telephone is Mobile Telephone but Not Default Mobile Phone,X=Obsolete - No Longer Valid,1=Telephone is Default Under Landline Telephones,3=Telephone is Default Mobile Telephone' enum: - '' - '2' - X - '1' - '3' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADTEL_ADDR_IND_X: type: array items: type: object properties: COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TELEPHONE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' EXTENSION: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TEL_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CALLER_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADTLX_ADDR_IND: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X TELEX_NO: type: string maxLength: 30 description: Telex number STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADTLX_ADDR_IND_X: type: array items: type: object properties: COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TELEX_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADTTX_ADDR_IND: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X TELETEX: type: string maxLength: 30 description: Teletex number STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADTTX_ADDR_IND_X: type: array items: type: object properties: COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TELETEX: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADURI_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X URI_TYPE: type: string maxLength: 3 description: 'URI type flag enumValues: ACC=Bank statement request,LOG=Company logo,PFB=Published Free/Busy information (calendar),INT=Intranet page,FTP=FTP address,STK=Callup share prices,HPG=Homepage (WWW),ROU=Link to Route Planner' enum: - ACC - LOG - PFB - INT - FTP - STK - HPG - ROU URI: type: string maxLength: 132 description: URI, e.g. Homepage or ftp Address STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number URI_PART1: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART2: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART3: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART4: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART5: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART6: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART7: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART8: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART9: type: string maxLength: 48 description: Universal Resource Identifier (URI) - Part 9 ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADURI_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U URI_PART1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART3: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART4: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART5: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART6: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART7: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART8: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART9: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' IT_ADX400_ADDR_IND: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X COUNTRY: type: string maxLength: 3 description: X.400 country code COUNTRYISO: type: string maxLength: 2 description: Country ISO code ADM_DOM: type: string maxLength: 16 description: X.400 administration domain PRIV_DOM: type: string maxLength: 16 description: X.400 private domain ORGANIZATN: type: string maxLength: 64 description: X.400 organization ORG_UNIT_1: type: string maxLength: 32 description: X.400 organizational unit 1 ORG_UNIT_2: type: string maxLength: 32 description: X.400 organizational unit 2 ORG_UNIT_3: type: string maxLength: 32 description: X.400 organizational unit 3 ORG_UNIT_4: type: string maxLength: 32 description: X.400 organizational unit 4 LASTNAME: type: string maxLength: 40 description: X.400 last name FIRSTNAME: type: string maxLength: 16 description: X.400 first name INITIALS: type: string maxLength: 5 description: X.400 Initials GENERATION: type: string maxLength: 3 description: X.400 generation X_121_ADDR: type: string maxLength: 15 description: X.400 X.121 network address TERM_ID: type: string maxLength: 24 description: X.400 Terminal ID TERM_TYPE: type: string maxLength: 1 description: X.400 terminal type UANID: type: string maxLength: 32 description: X.400 user agent numeric ID DDA_TYPE1: type: string maxLength: 8 description: X.400 domain defined attribute, type 1 DDA_VALUE1: type: string maxLength: 128 description: X.400 domain defined attribute, value 1 DDA_TYPE2: type: string maxLength: 8 description: X.400 domain defined attribute, type 2 DDA_VALUE2: type: string maxLength: 128 description: X.400 domain defined attribute, value 2 DDA_TYPE3: type: string maxLength: 8 description: X.400 domain defined attribute, type 3 DDA_VALUE3: type: string maxLength: 128 description: X.400 domain defined attribute, value 3 DDA_TYPE4: type: string maxLength: 8 description: X.400 domain defined attribute, type 4 DDA_VALUE4: type: string maxLength: 128 description: X.400 domain defined attribute, value 4 STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X TXT_ENCODE: type: string maxLength: 1 description: 'Desired text data coding (X.400) enumValues: 0=NONE,1=T61' enum: - '0' - '1' TNEF: type: string maxLength: 1 description: 'Flag: Receiver can receive TNEF coding via X.400 enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' IT_ADX400_ADDR_IND_X: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ADM_DOM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' PRIV_DOM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ORGANIZATN: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_3: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_4: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LASTNAME: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' FIRSTNAME: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' INITIALS: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' GENERATION: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' X_121_ADDR: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TERM_ID: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TERM_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UANID: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE1: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE2: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE3: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE3: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE4: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE4: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TXT_ENCODE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' TNEF: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag enumValues: D=Delete,""=no action,I=Insert,U=Update' enum: - D - '' - I - U FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' '400': description: Bad request. 5XX: description: Unexpected error.