{
"success": true,
"response_message": "Data fetched successfully",
"response_code": "",
"data": {
"id": 1,
"shop_insure_policy_id": 43,
"user_id": 301,
"product_id": 3,
"merchant_id": 1,
"incident_details": "This is a detail",
"phone_number": "07016000160",
"name_of_claiment": "",
"signature": "ffafaf_sfdfs",
"status": true,
"deleted_at": null,
"created_at": "2022-05-23T12:05:08.000000Z",
"updated_at": "2022-05-23T12:05:08.000000Z",
"user": {
"first_name": "Joshua",
"middle_name": null,
"surname": "Nwosu",
"phone_no": "09033648902",
"email": "joshnwosu01@gmail.com",
"address": null,
"gender": null,
"date_of_birth": "2022-01-20T00:00:00.000000Z",
"password": null,
"policy_no": "2022058004",
"have_beneficiaries": false,
"enable": true,
"next_of_kin_full_name": null,
"merchant_user_id": 1,
"user_type": "user",
"created_at": "2022-01-20T10:51:04.000000Z",
"updated_at": "2022-01-27T12:25:25.000000Z",
"principal_policy_no": "2022058004_0",
"nin_number": null,
"id_url": null,
"profile_url": null,
"company_id": null,
"verify_phone": 0,
"verify_email": 0,
"town": null,
"state_of_residence": null,
"transaction_pin": null,
"occupation": null,
"id_type": null
},
"shop_insure_policy": {
"id": 43,
"user_id": 301,
"product_id": 3,
"merchant_id": 1,
"policy_number": "UIC/RE/INP/SI/23052022/80883",
"type_of_goods_sold": "Clothes",
"shop_duration": 1,
"number_of_staff": 3,
"wall_construction_material": "concrete block",
"roof_construction_material": "concrete",
"avg_value_shop": 10000000,
"shop_address": "15 Lawal street Iyana Ipaja",
"status": true,
"start_date": "2022-05-23T00:00:00.000000Z",
"end_date": "2023-05-23T00:00:00.000000Z",
"deleted_at": null,
"created_at": "2022-05-23T10:39:58.000000Z",
"updated_at": "2022-05-23T10:40:47.000000Z"
},
"attached_bills": [
{
"id": 1,
"name": "Joshua Nwosu",
"treatment_cost": 3000,
"file_path": "https://www.attachment.com",
"claims_id": 1,
"claims_type": "App\\Models\\ShopInsurePolicyClaim",
"created_at": null,
"updated_at": null
}
],
"suspects": [
{
"id": 1,
"name": "Joshua Nwosu",
"address": "15 Lawal street",
"phone": null,
"email": null,
"claims_id": 1,
"claims_type": "App\\Models\\ShopInsurePolicyClaim",
"created_at": null,
"updated_at": null
}
],
"witnesses": [
{
"id": 1,
"name": "Kolawole",
"address": "109 main street",
"phone": "09074366630",
"email": null,
"claims_id": 1,
"claims_type": "App\\Models\\ShopInsurePolicyClaim",
"created_at": null,
"updated_at": null
}
],
"items": [
{
"id": 1,
"item": "Phone",
"value": 250000,
"claims_id": 1,
"claims_type": "App\\Models\\ShopInsurePolicyClaim",
"created_at": null,
"updated_at": null
}
]
}
}