openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /idoc/ORGMASTER01/ORGMASTER: post: summary: Replicate (OrgMasterDataReplica) operationId: /idoc/ORGMASTER01/ORGMASTER requestBody: content: application/json: schema: type: object properties: EDI_DC40: properties: TABNAM: type: string maxLength: 10 description: Name of Table Structure MANDT: type: string maxLength: 3 description: Client DOCNUM: type: string maxLength: 16 description: IDoc number DOCREL: type: string maxLength: 4 description: SAP Release for IDoc STATUS: type: string maxLength: 2 description: Status of IDoc DIRECT: type: string maxLength: 1 description: 'Direction enumValues: 1=Outbound, 2=Inbound' enum: - '1' - '2' OUTMOD: type: string maxLength: 1 description: 'Output mode enumValues: 1=Transfer IDoc immediately and start external subsystem, 2=Transfer IDoc immediately, 3=Collect IDocs, transfer and start external subsystem, 4=Collect IDocs and transfer' enum: - '1' - '2' - '3' - '4' EXPRSS: type: string maxLength: 1 description: 'Overriding in inbound processing enumValues: ""=No overriding, X=Overriding' enum: - '' - X TEST: type: string maxLength: 1 description: 'Test flag enumValues: ""=IDoc contains a productive message, X=IDoc contains a test message' enum: - '' - X IDOCTYP: type: string maxLength: 30 description: Name of basic type CIMTYP: type: string maxLength: 30 description: Extension (defined by customer) MESTYP: type: string maxLength: 30 description: Message type MESCOD: type: string maxLength: 3 description: Message code MESFCT: type: string maxLength: 3 description: Message Function STD: type: string maxLength: 1 description: EDI standard, flag STDVRS: type: string maxLength: 6 description: EDI standard, version and release STDMES: type: string maxLength: 6 description: EDI message type SNDPOR: type: string maxLength: 10 description: Sender port (SAP System, external subsystem) SNDPRT: type: string maxLength: 2 description: Partner type of sender SNDPFC: type: string maxLength: 2 description: Partner Function of Sender SNDPRN: type: string maxLength: 10 description: Partner Number of Sender SNDSAD: type: string maxLength: 21 description: Sender address (SADR) SNDLAD: type: string maxLength: 70 description: Logical address of sender RCVPOR: type: string maxLength: 10 description: Receiver port RCVPRT: type: string maxLength: 2 description: Partner Type of Receiver RCVPFC: type: string maxLength: 2 description: Partner function of recipient RCVPRN: type: string maxLength: 10 description: Partner Number of Receiver RCVSAD: type: string maxLength: 21 description: Recipient address (SADR) RCVLAD: type: string maxLength: 70 description: Logical address of recipient CREDAT: type: string format: date maxLength: 8 description: Created on CRETIM: type: string maxLength: 6 description: Created at REFINT: type: string maxLength: 14 description: Transmission file (EDI Interchange) REFGRP: type: string maxLength: 14 description: Message group (EDI Message Group) REFMES: type: string maxLength: 14 description: Message (EDI Message) ARCKEY: type: string maxLength: 70 description: Key for external message archive SERIAL: type: string maxLength: 20 description: Serialization E1BPHROBJ: type: array items: properties: PLAN_VER: type: string maxLength: 2 description: Plan Version OBJ_TYPE: type: string maxLength: 2 description: Object Type OBJ_ID: type: string maxLength: 8 description: Object ID PROOF: type: string maxLength: 1 description: 'Indicator: Transfer Data With Validations' OPERATOR: type: string maxLength: 1 description: Operation Indicator E1BPHRINF: type: array items: properties: PLAN_VER: type: string maxLength: 2 description: Plan Version OBJ_TYPE: type: string maxLength: 2 description: Object Type OBJ_ID: type: string maxLength: 8 description: Object ID INFOTYPE: type: string maxLength: 4 description: Infotype SUBTYPE: type: string maxLength: 4 description: Subtype FROM_DATE: type: string format: date maxLength: 8 description: Start Date TO_DATE: type: string format: date maxLength: 8 description: End Date E1BPHR1000: type: array items: properties: CLIENT: type: string maxLength: 3 description: Client PLAN_VER: type: string maxLength: 2 description: Plan Version OBJ_TYPE: type: string maxLength: 2 description: Object Type OBJ_ID: type: string maxLength: 8 description: Object ID INFOTYPE: type: string maxLength: 4 description: Infotype SUBTYPE: type: string maxLength: 4 description: Subtype PL_STATUS: type: string maxLength: 1 description: Planning Status PRIORITY: type: string maxLength: 2 description: Priority FROM_DATE: type: string format: date maxLength: 8 description: Start Date TO_DATE: type: string format: date maxLength: 8 description: End Date LANGU: type: string maxLength: 1 description: Language Key DUMMY_9: type: string maxLength: 9 description: Dummy Function With Length 9 IT_REC_NO: type: string maxLength: 3 description: Number of Infotype Record With Same Key CHANGED_ON: type: string format: date maxLength: 8 description: Changed on CHANGED_BY: type: string maxLength: 12 description: User Name REASON: type: string maxLength: 2 description: Reason HIST_FLAG: type: string maxLength: 1 description: Historical Record Flag IT_TXT_MOD: type: string maxLength: 8 description: Text Module for Infotype OBJ_ABB: type: string maxLength: 12 description: Object Abbreviation OBJ_NAME: type: string maxLength: 40 description: Object Name DELIM_DATE: type: string format: date maxLength: 8 description: Delimitation date LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 E1BPHR1001: type: array items: properties: CLIENT: type: string maxLength: 3 description: Client PLAN_VER: type: string maxLength: 2 description: Plan Version OBJ_TYPE: type: string maxLength: 2 description: Object Type OBJ_ID: type: string maxLength: 8 description: Object ID INFOTYPE: type: string maxLength: 4 description: Infotype SUBTYPE: type: string maxLength: 4 description: Subtype PL_STATUS: type: string maxLength: 1 description: Planning Status PRIORITY: type: string maxLength: 2 description: Priority FROM_DATE: type: string format: date maxLength: 8 description: Start Date TO_DATE: type: string format: date maxLength: 8 description: End Date VAR_FIELD: type: string maxLength: 10 description: Variation Field for File PLOG IT_REC_NO: type: string maxLength: 3 description: Number of Infotype Record With Same Key CHANGED_ON: type: string format: date maxLength: 8 description: Changed on CHANGED_BY: type: string maxLength: 12 description: User Name REASON: type: string maxLength: 2 description: Reason HIST_FLAG: type: string maxLength: 1 description: Historical Record Flag IT_TXT_MOD: type: string maxLength: 8 description: Text Module for Infotype REL_OBJ_TY: type: string maxLength: 2 description: Type of Related Object REL_OBJ_ID: type: string maxLength: 45 description: ID of Related Object PERCENTAGE: type: number maxLength: 7 description: Weighting Percentage E1BPHRADD2: type: array items: properties: CLIENT: type: string maxLength: 3 description: Client PLAN_VER: type: string maxLength: 2 description: Plan Version OBJ_TYPE: type: string maxLength: 2 description: Object Type OBJ_ID: type: string maxLength: 8 description: Object ID INFOTYPE: type: string maxLength: 4 description: Infotype SUBTYPE: type: string maxLength: 4 description: Subtype PL_STATUS: type: string maxLength: 1 description: Planning Status PRIORITY: type: string maxLength: 2 description: Priority FROM_DATE: type: string format: date maxLength: 8 description: Start Date TO_DATE: type: string format: date maxLength: 8 description: End Date VAR_FIELD: type: string maxLength: 10 description: Variation Field for File PLOG IT_REC_NO: type: string maxLength: 3 description: Number of Infotype Record With Same Key CHANGED_ON: type: string format: date maxLength: 8 description: Changed on CHANGED_BY: type: string maxLength: 12 description: User Name REASON: type: string maxLength: 2 description: Reason HIST_FLAG: type: string maxLength: 1 description: Historical Record Flag IT_TXT_MOD: type: string maxLength: 8 description: Text Module for Infotype REL_OBJ_TY: type: string maxLength: 2 description: Type of Related Object REL_OBJ_ID: type: string maxLength: 45 description: ID of Related Object PERCENTAGE: type: number maxLength: 7 description: Weighting Percentage SUB_PROFIL: type: string maxLength: 12 description: Substitute Profile SUB_ACTIVE: type: string maxLength: 1 description: 'Indicator: Substitution Active: ""=Not Selected,X=Selected' enum: - '' - X E1BPHRADXN: type: array items: properties: CLIENT: type: string maxLength: 3 description: Client PLAN_VER: type: string maxLength: 2 description: Plan Version OBJ_TYPE: type: string maxLength: 2 description: Object Type OBJ_ID: type: string maxLength: 8 description: Object ID INFOTYPE: type: string maxLength: 4 description: Infotype SUBTYPE: type: string maxLength: 4 description: Subtype PL_STATUS: type: string maxLength: 1 description: Planning Status PRIORITY: type: string maxLength: 2 description: Priority FROM_DATE: type: string format: date maxLength: 8 description: Start Date TO_DATE: type: string format: date maxLength: 8 description: End Date VAR_FIELD: type: string maxLength: 10 description: Variation Field for File PLOG IT_REC_NO: type: string maxLength: 3 description: Number of Infotype Record With Same Key CHANGED_ON: type: string format: date maxLength: 8 description: Changed on CHANGED_BY: type: string maxLength: 12 description: User Name REASON: type: string maxLength: 2 description: Reason HIST_FLAG: type: string maxLength: 1 description: Historical Record Flag IT_TXT_MOD: type: string maxLength: 8 description: Text Module for Infotype REL_OBJ_TY: type: string maxLength: 2 description: Type of Related Object REL_OBJ_ID: type: string maxLength: 45 description: ID of Related Object PERCENTAGE: type: number maxLength: 7 description: Weighting Percentage MESTYP: type: string maxLength: 30 description: Message Type E1BPHR1002: type: array items: properties: CLIENT: type: string maxLength: 3 description: Client PLAN_VER: type: string maxLength: 2 description: Plan Version OBJ_TYPE: type: string maxLength: 2 description: Object Type OBJ_ID: type: string maxLength: 8 description: Object ID INFOTYPE: type: string maxLength: 4 description: Infotype SUBTYPE: type: string maxLength: 4 description: Subtype PL_STATUS: type: string maxLength: 1 description: Planning Status PRIORITY: type: string maxLength: 2 description: Priority FROM_DATE: type: string format: date maxLength: 8 description: Start Date TO_DATE: type: string format: date maxLength: 8 description: End Date LANGU: type: string maxLength: 1 description: Language Key DUMMY_9: type: string maxLength: 9 description: Dummy Function With Length 9 IT_REC_NO: type: string maxLength: 3 description: Number of Infotype Record With Same Key CHANGED_ON: type: string format: date maxLength: 8 description: Changed on CHANGED_BY: type: string maxLength: 12 description: User Name REASON: type: string maxLength: 2 description: Reason HIST_FLAG: type: string maxLength: 1 description: Historical Record Flag IT_TXT_MOD: type: string maxLength: 8 description: Text Module for Infotype TD_REF_NO: type: string maxLength: 32 description: Reference Number to Table Part TD_SEQ_NO: type: string maxLength: 6 description: Sequence Number in Table Part of Table Infotype LENGTH_79: type: string maxLength: 79 description: Line With Length 79 for Infotype 1002 FORMAT_COL: type: string maxLength: 2 description: Tag column LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 E1BPHR1016: type: array items: properties: CLIENT: type: string maxLength: 3 description: Client PLAN_VER: type: string maxLength: 2 description: Plan Version OBJ_TYPE: type: string maxLength: 2 description: Object Type OBJ_ID: type: string maxLength: 8 description: Object ID INFOTYPE: type: string maxLength: 4 description: Infotype SUBTYPE: type: string maxLength: 4 description: Subtype PL_STATUS: type: string maxLength: 1 description: Planning Status PRIORITY: type: string maxLength: 2 description: Priority FROM_DATE: type: string format: date maxLength: 8 description: Start Date TO_DATE: type: string format: date maxLength: 8 description: End Date VAR_FIELD: type: string maxLength: 10 description: Variation Field for File PLOG IT_REC_NO: type: string maxLength: 3 description: Number of Infotype Record With Same Key CHANGED_ON: type: string format: date maxLength: 8 description: Changed on CHANGED_BY: type: string maxLength: 12 description: User Name REASON: type: string maxLength: 2 description: Reason HIST_FLAG: type: string maxLength: 1 description: Historical Record Flag IT_TXT_MOD: type: string maxLength: 8 description: Text Module for Infotype GEN_TIME: type: string maxLength: 6 description: Generation Time SAP_REL: type: string maxLength: 4 description: Release Status of SAP System ACT_FLAG: type: string maxLength: 1 description: 'Profile Flagged for Activation: ""=Not Selected,X=Selected' enum: - '' - X TD_REF_NO: type: string maxLength: 32 description: Reference Number to Table Part TD_SEQ_NO: type: string maxLength: 6 description: Sequence Number in Table Part of Table Infotype PROF_NAME: type: string maxLength: 12 description: Profile name GEN_VAR: type: string maxLength: 4 description: Variants for Profile Generator GENERATED: type: string maxLength: 1 description: 'Indicator: Entry Generated: ""=Not Selected,X=Selected' enum: - '' - X ACT_MAINT: type: string maxLength: 1 description: Active or maintenance version E1BPHR1017: type: array items: properties: CLIENT: type: string maxLength: 3 description: Client PLAN_VER: type: string maxLength: 2 description: Plan Version OBJ_TYPE: type: string maxLength: 2 description: Object Type OBJ_ID: type: string maxLength: 8 description: Object ID INFOTYPE: type: string maxLength: 4 description: Infotype SUBTYPE: type: string maxLength: 4 description: Subtype PL_STATUS: type: string maxLength: 1 description: Planning Status PRIORITY: type: string maxLength: 2 description: Priority FROM_DATE: type: string format: date maxLength: 8 description: Start Date TO_DATE: type: string format: date maxLength: 8 description: End Date VAR_FIELD: type: string maxLength: 10 description: Variation Field for File PLOG IT_REC_NO: type: string maxLength: 3 description: Number of Infotype Record With Same Key CHANGED_ON: type: string format: date maxLength: 8 description: Changed on CHANGED_BY: type: string maxLength: 12 description: User Name REASON: type: string maxLength: 2 description: Reason HIST_FLAG: type: string maxLength: 1 description: Historical Record Flag IT_TXT_MOD: type: string maxLength: 8 description: Text Module for Infotype TD_REF_NO: type: string maxLength: 32 description: Reference Number to Table Part TD_SEQ_NO: type: string maxLength: 6 description: Sequence Number in Table Part of Table Infotype AUTH_PROF: type: string maxLength: 12 description: Authorization Profile E1BPHR1028: type: array items: properties: CLIENT: type: string maxLength: 3 description: Client PLAN_VER: type: string maxLength: 2 description: Plan Version OBJ_TYPE: type: string maxLength: 2 description: Object Type OBJ_ID: type: string maxLength: 8 description: Object ID INFOTYPE: type: string maxLength: 4 description: Infotype SUBTYPE: type: string maxLength: 4 description: Subtype PL_STATUS: type: string maxLength: 1 description: Planning Status PRIORITY: type: string maxLength: 2 description: Priority FROM_DATE: type: string format: date maxLength: 8 description: Start Date TO_DATE: type: string format: date maxLength: 8 description: End Date VAR_FIELD: type: string maxLength: 10 description: Variation Field for File PLOG IT_REC_NO: type: string maxLength: 3 description: Number of Infotype Record With Same Key CHANGED_ON: type: string format: date maxLength: 8 description: Changed on CHANGED_BY: type: string maxLength: 12 description: User Name REASON: type: string maxLength: 2 description: Reason HIST_FLAG: type: string maxLength: 1 description: Historical Record Flag IT_TXT_MOD: type: string maxLength: 8 description: Text Module for Infotype C_O: type: string maxLength: 25 description: Address Supplement (c/o) STREET: type: string maxLength: 30 description: House Number and Street CITY: type: string maxLength: 20 description: City POSTAL_CD: type: string maxLength: 10 description: Postal Code COUNTRY: type: string maxLength: 3 description: Country TEL_NO: type: string maxLength: 25 description: Telephone Number FAX_NO: type: string maxLength: 25 description: Fax Number DISTANCE: type: number maxLength: 4 description: Distance in Kilometers BUILDING: type: string maxLength: 8 description: Building ROOM_NO: type: string maxLength: 8 description: Physical Room Number ADDRESS: type: string maxLength: 10 description: Address REGION: type: string maxLength: 3 description: Region (State, Province, County) STREET2: type: string maxLength: 35 description: House number and street HOUSE_NO: type: string maxLength: 6 description: House number COUNTRYISO: type: string maxLength: 2 description: Country E1BPHR1032: type: array items: properties: CLIENT: type: string maxLength: 3 description: Client PLAN_VER: type: string maxLength: 2 description: Plan Version OBJ_TYPE: type: string maxLength: 2 description: Object Type OBJ_ID: type: string maxLength: 8 description: Object ID INFOTYPE: type: string maxLength: 4 description: Infotype SUBTYPE: type: string maxLength: 4 description: Subtype PL_STATUS: type: string maxLength: 1 description: Planning Status PRIORITY: type: string maxLength: 2 description: Priority FROM_DATE: type: string format: date maxLength: 8 description: Start Date TO_DATE: type: string format: date maxLength: 8 description: End Date VAR_FIELD: type: string maxLength: 10 description: Variation Field for File PLOG IT_REC_NO: type: string maxLength: 3 description: Number of Infotype Record With Same Key CHANGED_ON: type: string format: date maxLength: 8 description: Changed on CHANGED_BY: type: string maxLength: 12 description: User Name REASON: type: string maxLength: 2 description: Reason HIST_FLAG: type: string maxLength: 1 description: Historical Record Flag IT_TXT_MOD: type: string maxLength: 8 description: Text Module for Infotype USER_NAME1: type: string maxLength: 12 description: SAPoffice user name USER_NAME2: type: string maxLength: 12 description: SAPoffice user name USER_NAME3: type: string maxLength: 12 description: SAPoffice user name USER_NAME4: type: string maxLength: 12 description: SAPoffice user name USER_NAME5: type: string maxLength: 12 description: SAPoffice user name E_MAIL: type: string maxLength: 241 description: E-Mail Address responses: '200': description: OK content: application/json: schema: type: object properties: TID: type: string description: tid '400': description: Bad request. 5XX: description: Unexpected error.