openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CCAP_ECN_HEADER_READ_MULTIPLE: post: tags: - CCAP operationId: /rfc/CCAP_ECN_HEADER_READ_MULTIPLE requestBody: content: application/json: schema: properties: CHANGE_HEADER_TABLE: type: array items: type: object properties: CHANGE_NO: type: string maxLength: 12 description: Change Number STATUS: type: integer format: int64 description: Status of change number AUTH_GROUP: type: string maxLength: 4 description: Authorization group for change master record VALID_FROM: type: string maxLength: 10 description: Valid from date (BTCI) DESCRIPT: type: string maxLength: 40 description: Change number description REASON_CHG: type: string maxLength: 40 description: Reason for change CREATED_ON: type: string maxLength: 10 description: Creation date of the record (batch input) CREATED_BY: type: string maxLength: 12 description: User who created record CHANGED_ON: type: string maxLength: 10 description: Change date (batch input) CHANGED_BY: type: string maxLength: 12 description: Name of person who changed object DELETION_MARK: type: string maxLength: 1 description: 'Deletion Flag for Change Number (Reorganization) enumValues: ""=No,X=Yes' enum: - '' - X INDATE_RULE: type: string maxLength: 10 description: Valid from date (BTCI) OUTDATE_RULE: type: string maxLength: 10 description: Valid to date (BTCI) FUNCTION: type: string maxLength: 1 description: 'Change number function enumValues: 1=With release key,3=Leading change master record,""=Without release key,2=Change package' enum: - '1' - '3' - '' - '2' EFFECTIVITY_TYPE: type: string maxLength: 10 description: Effectivity Type OVERRIDING_MARK: type: string maxLength: 1 description: 'Indicator: Overriding possible enumValues: ""=No,X=Yes' enum: - '' - X RANK: type: integer format: int64 description: 'ECM: rank of change number' RELEASE_KEY: type: integer format: int64 description: Release Key for Change Master Record RELEASE_KEY_CHGDATE: type: string format: date description: Date when the release key was changed RELEASE_KEY_CHGTIME: type: string maxLength: 6 description: Time when the release key was changed STATUS_PROFILE: type: string maxLength: 8 description: Status profile TECH_REL: type: string maxLength: 1 description: 'Indicator: Technical release occurs enumValues: ""=No,X=Yes' enum: - '' - X CHANGE_NO_TABLE: type: array items: type: object properties: CHANGE_NO: type: string maxLength: 12 description: Change Number responses: '200': description: OK content: application/json: schema: properties: CHANGE_HEADER_TABLE: type: array items: type: object properties: CHANGE_NO: type: string maxLength: 12 description: Change Number STATUS: type: integer format: int64 description: Status of change number AUTH_GROUP: type: string maxLength: 4 description: Authorization group for change master record VALID_FROM: type: string maxLength: 10 description: Valid from date (BTCI) DESCRIPT: type: string maxLength: 40 description: Change number description REASON_CHG: type: string maxLength: 40 description: Reason for change CREATED_ON: type: string maxLength: 10 description: Creation date of the record (batch input) CREATED_BY: type: string maxLength: 12 description: User who created record CHANGED_ON: type: string maxLength: 10 description: Change date (batch input) CHANGED_BY: type: string maxLength: 12 description: Name of person who changed object DELETION_MARK: type: string maxLength: 1 description: 'Deletion Flag for Change Number (Reorganization) enumValues: ""=No,X=Yes' enum: - '' - X INDATE_RULE: type: string maxLength: 10 description: Valid from date (BTCI) OUTDATE_RULE: type: string maxLength: 10 description: Valid to date (BTCI) FUNCTION: type: string maxLength: 1 description: 'Change number function enumValues: 1=With release key,3=Leading change master record,""=Without release key,2=Change package' enum: - '1' - '3' - '' - '2' EFFECTIVITY_TYPE: type: string maxLength: 10 description: Effectivity Type OVERRIDING_MARK: type: string maxLength: 1 description: 'Indicator: Overriding possible enumValues: ""=No,X=Yes' enum: - '' - X RANK: type: integer format: int64 description: 'ECM: rank of change number' RELEASE_KEY: type: integer format: int64 description: Release Key for Change Master Record RELEASE_KEY_CHGDATE: type: string format: date description: Date when the release key was changed RELEASE_KEY_CHGTIME: type: string maxLength: 6 description: Time when the release key was changed STATUS_PROFILE: type: string maxLength: 8 description: Status profile TECH_REL: type: string maxLength: 1 description: 'Indicator: Technical release occurs enumValues: ""=No,X=Yes' enum: - '' - X CHANGE_NO_TABLE: type: array items: type: object properties: CHANGE_NO: type: string maxLength: 12 description: Change Number '400': description: Bad request. 5XX: description: Unexpected error.