"openapi: 3.0.1\ninfo:\n title: Claims\n description: Submit claims and check claim's status\n termsOfService: http://sandbox.takaful-ikhlas.com.my\n contact:\n email: digital@mnrb.com.my\n version: 1.0.0\n logoUrl: assets/images/catalog-icon/vectorHomeSolution.svg\nservers:\n- url: https://sandbox.takaful-ikhlas.com.my/api/v1/claims\ntags:\n- name: Enquiry\n description: Check claims status\n- name: Submit\n description: Submit claims\npaths:\n /motor:\n get:\n tags:\n - Enquiry\n summary: Check motor claims status\n parameters:\n - name: VehRegNo\n in: query\n description: 'Example: CFT1010'\n example: 'CFT1010'\n schema:\n type: string\n - name: AccLossDate\n in: query\n description: 'Example: 20210413'\n example: '20210413'\n schema:\n type: string\n responses:\n 200:\n description: Success\n content: {}\n security:\n - api_key: []\n /nonmotor:\n get:\n tags:\n - Enquiry\n summary: Check nonmotor claims status\n parameters:\n - name: PolicyNo\n in: query\n description: 'Example: HOF101FR20204604'\n example: 'HOF101FR20204604'\n schema:\n type: string\n - name: AccLossDate\n in: query\n description: 'Example: 20210529'\n example: '20210529'\n schema:\n type: string\n responses:\n 200:\n description: Success\n content: {}\n security:\n - api_key: []\n /notification/motor:\n post:\n tags:\n - Submit\n summary: Create Notification Entry\n requestBody:\n content:\n multipart/form-data:\n schema:\n $ref: '#/components/schemas/PostNotification'\n responses:\n 200:\n description: Success\n content: {}\n security:\n - api_key: []\n /notification/motor/{id}:\n get:\n tags:\n - Submit\n summary: Get Notification Documents Details\n parameters:\n - in: path\n name: id\n schema:\n type: integer\n required: true\n description: Notification ID\n responses:\n 200:\n description: Success\n content: {}\n security:\n - api_key: []\n put:\n tags:\n - Submit\n summary: Update Notification Documents\n parameters:\n - in: path\n name: id\n schema:\n type: integer\n required: true\n description: Notification ID\n requestBody:\n content:\n multipart/form-data:\n schema:\n $ref: '#/components/schemas/PutNotification'\n responses:\n 200:\n description: Success\n content: {}\n security:\n - api_key: []\n /notification/motor/notify/{id}:\n post:\n tags:\n - Submit\n summary: Submit Notification Claims to Merimen\n parameters:\n - in: path\n name: id\n schema:\n type: integer\n required: true\n description: Notification ID\n responses:\n 200:\n description: Success\n content: {}\n security:\n - api_key: []\ncomponents:\n schemas:\n AcceptQuotation:\n description: All required fields must be completed before quotation acceptance is allowed\n type: object\n properties:\n aqad:\n type: boolean\n example: true\n consent:\n type: boolean\n example: true\n PostNotification:\n type: object\n required:\n - claimType\n - vehicleNo\n - dateOfLoss\n - name\n - email\n - mobile\n - certificateNo\n properties:\n claimType:\n type: string\n enum: [OD, OD KFK, TF, WS, TP PD, TP BI]\n example: OD\n vehicleNo:\n type: string\n example: WTF5790\n dateOfLoss:\n type: string\n example: 07/12/2021\n name:\n type: string\n example: Customer Name\n email:\n type: string\n example: email@domain.com\n mobile:\n type: string\n example: \"60123456789\"\n certificateNo:\n type: string\n example: \"ML123456\"\n 4:Police_Report:\n type: string\n format: binary\n 5:Vehicle_Registration_Card:\n type: string\n format: binary\n 6:Driver's_Driving_License:\n type: string\n format: binary\n 8:Driver's_NRIC:\n type: string\n format: binary\n 9:Insured's_NRIC:\n type: string\n format: binary\n 13:Police_Investigation_Result:\n type: string\n format: binary\n 90:Third_Party_Insurance_Policy:\n type: string\n format: binary\n 745:Medical history:\n type: string\n format: binary\n 1118:Quotation/Replacement/Repair_Invoices:\n type: string\n format: binary\n 1119:Detailed Technical Report:\n type: string\n format: binary\n 1121:Photographs of Damaged Items:\n type: string\n format: binary\n 1126:Original Official Receipts:\n type: string\n format: binary\n 1187:Letter of Demand from Third Party:\n type: string\n format: binary\n 1675:Detailed Claim Listing - items claimed with date, price and place of purchased:\n type: string\n format: binary\n 1942:Copy of Authorization Letter:\n type: string\n format: binary\n 2052:Copy_of_front_page_of_savings_account_book/bank_statement:\n type: string\n format: binary\n 2062:Copy_of_purchase_receipt_or_Original_repair/replacement_receipt:\n type: string\n format: binary\n 9505:4_angles_of_vehicle_photos:\n type: string\n format: binary\n 120265:A_copy_of_Claimant_I/C_and_D/L:\n type: string\n format: binary\n 5704:Photos_of_Windscreen_Damages:\n type: string\n format: binary\n 120206:Photographs_before_replacement:\n type: string\n format: binary\n 120207:Photographs_during_replacement:\n type: string\n format: binary\n 5705:Photos_of_Replaced_Windscreen:\n type: string\n format: binary\n 2407:Photos_showing_logo/brand_windscreen_after_replaced:\n type: string\n format: binary\n 89:Third_Party_Police_Report:\n type: string\n format: binary\n 110483:Police_Sketch_Plan_and_Key:\n type: string\n format: binary\n 110479:Copy_of_Business_Registration:\n type: string\n format: binary\n PutNotification:\n type: object\n properties:\n 4:Police_Report:\n type: string\n format: binary\n 5:Vehicle_Registration_Card:\n type: string\n format: binary\n 6:Driver's_Driving_License:\n type: string\n format: binary\n 8:Driver's_NRIC:\n type: string\n format: binary\n 9:Insured's_NRIC:\n type: string\n format: binary\n 13:Police_Investigation_Result:\n type: string\n format: binary\n 90:Third_Party_Insurance_Policy:\n type: string\n format: binary\n 745:Medical history:\n type: string\n format: binary\n 1118:Quotation/Replacement/Repair_Invoices:\n type: string\n format: binary\n 1119:Detailed Technical Report:\n type: string\n format: binary\n 1121:Photographs of Damaged Items:\n type: string\n format: binary\n 1126:Original Official Receipts:\n type: string\n format: binary\n 1187:Letter of Demand from Third Party:\n type: string\n format: binary\n 1675:Detailed Claim Listing - items claimed with date, price and place of purchased:\n type: string\n format: binary\n 1942:Copy of Authorization Letter:\n type: string\n format: binary\n 2052:Copy_of_front_page_of_savings_account_book/bank_statement:\n type: string\n format: binary\n 2062:Copy_of_purchase_receipt_or_Original_repair/replacement_receipt:\n type: string\n format: binary\n 9505:4_angles_of_vehicle_photos:\n type: string\n format: binary\n 120265:A_copy_of_Claimant_I/C_and_D/L:\n type: string\n format: binary\n 5704:Photos_of_Windscreen_Damages:\n type: string\n format: binary\n 120206:Photographs_before_replacement:\n type: string\n format: binary\n 120207:Photographs_during_replacement:\n type: string\n format: binary\n 5705:Photos_of_Replaced_Windscreen:\n type: string\n format: binary\n 2407:Photos_showing_logo/brand_windscreen_after_replaced:\n type: string\n format: binary\n 89:Third_Party_Police_Report:\n type: string\n format: binary\n 110483:Police_Sketch_Plan_and_Key:\n type: string\n format: binary\n 110479:Copy_of_Business_Registration:\n type: string\n format: binary\n securitySchemes:\n api_key:\n type: apiKey\n name: apikey\n in: header\n"
{}