openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_PRT_GET_DISP_PCDLOCATOR: post: tags: - CRMC_PRT_NAV operationId: /rfc/CRM_PRT_GET_DISP_PCDLOCATOR requestBody: content: application/json: schema: properties: IM_EP_VERSION: type: string default: 6.4.200502102229 maxLength: 64 responses: '200': description: OK content: application/json: schema: properties: EX_DISP_PCD_LOCATOR: type: string maxLength: 255 '400': description: Bad request. 5XX: description: Unexpected error.