openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BDM_DISPUTE_CONTACT_PRINTADDRS: post: tags: - DISPUTE operationId: /rfc/BDM_DISPUTE_CONTACT_PRINTADDRS requestBody: content: application/json: schema: properties: IT_ATTRIBUTES: type: array items: type: object properties: ATTR_ID: type: string maxLength: 30 description: 'FSCM-DM: Attribute ID' ATTR_VALUE: type: string maxLength: 132 description: 'FSCM-DM: Attribute Value' XDELTA: type: string maxLength: 1 description: 'Indicator: Attribute Value is A Difference' I_CASE_GUID: type: string maxLength: 32 responses: '200': description: OK content: application/json: schema: properties: ES_ADDRESS: type: object properties: TITLE_TEXT: type: string maxLength: 30 description: Title text NAME1: type: string maxLength: 40 description: Name 1 of an address NAME2: type: string maxLength: 40 description: Name 2 of an address NAME3: type: string maxLength: 40 description: Name 3 of an address NAME4: type: string maxLength: 40 description: Name 4 of an address NAME_CO: type: string maxLength: 40 description: c/o name STREET: type: string maxLength: 60 description: Street HOUSE_NUM1: type: string maxLength: 10 description: House Number HOUSE_NUM2: type: string maxLength: 10 description: House number supplement STR_SUPPL1: type: string maxLength: 40 description: Street 2 STR_SUPPL2: type: string maxLength: 40 description: Street 3 STR_SUPPL3: type: string maxLength: 40 description: Street 4 CITY1: type: string maxLength: 40 description: City CITY2: type: string maxLength: 40 description: District HOME_CITY: type: string maxLength: 40 description: City (different from postal city) POST_CODE1: type: string maxLength: 10 description: City postal code POST_CODE2: type: string maxLength: 10 description: PO Box postal code POST_CODE3: type: string maxLength: 10 description: Company postal code (for large customers) PCODE1_EXT: type: string maxLength: 10 description: (Not Supported)City Postal Code Extension, e.g. ZIP+4+2 Code PCODE2_EXT: type: string maxLength: 10 description: (Not Supported) PO Box Postal Code Extension PCODE3_EXT: type: string maxLength: 10 description: (Not Supported) Major Customer Postal Code Extension PO_BOX: type: string maxLength: 10 description: PO Box PO_BOX_NUM: type: string maxLength: 1 description: 'Flag: PO Box without number enumValues: ""=No,X=Yes' enum: - '' - X PO_BOX_LOC: type: string maxLength: 40 description: PO Box city PO_BOX_REG: type: string maxLength: 3 description: Region for PO Box (Country, State, Province, ...) PO_BOX_CTY: type: string maxLength: 3 description: PO box country LOCATION: type: string maxLength: 40 description: Street 5 REGION: type: string maxLength: 3 description: Region (State, Province, County) COUNTRY: type: string maxLength: 3 description: Country Key ES_RETURN: 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 '400': description: Bad request. 5XX: description: Unexpected error.