openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /idoc/FLIGHTCUSTOMER_CHANGE01/FLIGHTCUSTOMER_CHANGE: post: summary: Change Flight Customer operationId: /idoc/FLIGHTCUSTOMER_CHANGE01/FLIGHTCUSTOMER_CHANGE 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 E1SCU_CHG: type: array items: properties: CUSTOMERNUMBER: type: string maxLength: 8 description: Customer Number E1BPSCUNEW: type: array items: properties: CUSTNAME: type: string maxLength: 25 description: Customer name FORM: type: string maxLength: 15 description: Form of address STREET: type: string maxLength: 30 description: Street POBOX: type: string maxLength: 10 description: PO Box POSTCODE: type: string maxLength: 10 description: Postal Code CITY: type: string maxLength: 25 description: City COUNTR: type: string maxLength: 3 description: Country Indic. COUNTR_ISO: type: string maxLength: 2 description: ISO country code REGION: type: string maxLength: 3 description: Region PHONE: type: string maxLength: 30 description: Telephone number of flight customer EMAIL: type: string maxLength: 40 description: Customer e-mail address CUSTTYPE: type: string maxLength: 1 description: 'Customer type: B=Business Customer,P=Private Customer' enum: - B - P DISCOUNT: type: string maxLength: 3 description: Discount rate LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: ISO language code E1BPSCUNEX: type: array items: properties: CUSTNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FORM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STREET: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' POBOX: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' POSTCODE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CITY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTR_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' REGION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PHONE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EMAIL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CUSTTYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DISCOUNT: type: string maxLength: 1 description: 'Updated information in related user data field: 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: 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: X=Update for the field,""=No update for the field' enum: - X - '' E1BPPAREX: type: array items: properties: STRUCTURE: type: string maxLength: 30 description: Structure name of BAPI table extension VALUEPART1: type: string maxLength: 240 description: Data part of BAPI extension parameter VALUEPART2: type: string maxLength: 240 description: Data part of BAPI extension parameter VALUEPART3: type: string maxLength: 240 description: Data part of BAPI extension parameter VALUEPART4: type: string maxLength: 240 description: Data part of BAPI extension parameter required: - E1SCU_CHG responses: '200': description: OK content: application/json: schema: type: object properties: TID: type: string description: tid '400': description: Bad request. 5XX: description: Unexpected error.