openapi: 3.0.1 info: title: testAPI description: testAPI version: 1.0.0 servers: - url: /MS_QSM_CREATE_QUESTNR/V1 paths: /qsm/questionnaire: post: summary: Add a new ms_qsm_create_questnr to the store description: Post operationId: createMsQsmCreateQuestnr requestBody: description: Ms_qsm_create_questnr object that needs to be added to the store content: application/json: schema: $ref: '#/components/schemas/MsQsmCreateQuestnrHeaderCreate' required: true responses: 200: description: An Ms_qsm_create_questnr object content: {} x-codegen-request-body-name: body components: schemas: MsQsmCreateQuestnrHeaderCreate: type: object properties: ownership_and_security: type: object properties: owner_organizations: type: array description: Use this field to specify MDOS data for owner organizations. items: type: string questions: type: object properties: sections: type: array properties: name_sec: type: string description: Section Name can be entered in this field