swagger: '2.0' info: description: testAPI title: testAPI version: 1.0.0 basePath: /MS_QSM_CREATE_QUESTNR/V1 paths: /qsm/questionnaire: post: summary: Add a new ms_qsm_create_questnr to the store description: Post operationId: createMsQsmCreateQuestnr produces: - application/json consumes: - application/json parameters: - in: body name: body description: Ms_qsm_create_questnr object that needs to be added to the store required: true schema: $ref: '#/definitions/MsQsmCreateQuestnrHeaderCreate' responses: '200': description: An Ms_qsm_create_questnr object definitions: 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 items: properties: name_sec: type: string description: Section Name can be entered in this field