Motor Insurance

    API Endpoint

        https://test.bima.om/
                

Motor APIs & Flow

  • Create quotation: Get motor quotation by passing very basic vehicle details
  • Customize offer: Add or remove optional covers
  • Purchase: Confirm payment by providing payment, customer and additional driver details
  • Required Documents: Finally upload documents if its required

API TOKEN

Token is required to call any API from Bima portal, you can use below API to create new token which is valid for 24 hours.
/api/Auth/Token


    Token Payload :

    {
    "username": "appuser_abc",
    "password": "password"
    }


    Token Response :

    {
    "status_code": "200",
    "status_message": "Token Created Successfully",
    "data": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJCaW1hQXBwVXNlciIsImp0aSI6IkFQSVVzZXJfX0lkZW50aWZpZXIiLCJyb2xlIjoiQVBJVXNlciIsImNsaWVudENvZGUiOiJCSU1BQVBQIiwicGF5bWVudEdhdGV3YXkiOiJFeHRlcm5hbF9CSU1BIiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvbmFtZSI6IkJpbWFBcHBVc2VyIiwiZXhwIjoxNzA5MDIzMzczLCJpc3MiOiJodHRwOi8vbG9jYWxob3N0IiwiYXVkIjoiaHR0cDovL2xvY2FsaG9zdCJ9.tHEkAai1Qi129QOm70aPmYQKw2WmgVfdtDPCUfGINTk",
    "messages": []
    }

REQUEST PARAMETERS

Field Type Limit Required Description
username String 5-20 Cheracters Yes Bima API user Id/Email
password String 10-20 Cheracters Yes User password

Create Quotation

To create vehicle insurance quotation, use this API by sending JSON object as showing below.
/api/Insurance/CreateQuotation




    {
        "request_type": "FULL_Comprehensive",
        "voucher_code": "",
        "lang_code": "en",
            "customer": {
            "national_id_no": "99086408",
            "contact_no": 96895542930,
            "first_name": "Mohammad Ali", 
            "last_name": "Al Badi"
            },
            "request_data": [
                {
                "code": "vehicle",
                "value": [
                        {
                        "code": "vehicle_no",
                        "value": "2731"
                        },
                        {
                        "code": "vehicle_plate_code",
                        "value": "RY"
                        },
                        {
                        "code": "vehicle_value",
                        "value": 5000
                        },
                        {
                        "code": "renewal_request",
                        "value": true
                        },
                        {
                        "code": "transfer_request",
                        "value": false
                        },
                        {
                        "code": "new_plate_request",
                        "value": false
                        }
                ]
            }
        ]
    }




    
 {
  "status_code": "200",
  "status_message": "Offers find successfully",
  "data": {
    "quotation_id": "29D24D5F-6BD5-45B1-A8B9-7F95D241CCE9",
    "quotation_no": null,
    "details": {
      "items": [
        {
          "code": "insurance_detail",
          "title": "Insurance Details",
          "items": [
            {
              "code": "registration_type",
              "value": "Private"
            },
            {
              "code": "insurance_type",
              "value": null
            },
            {
              "code": "last_policy_date",
              "value": "07/12/2023"
            },
            {
              "code": "policy_date",
              "value": "07/12/2024"
            }
          ]
        },
        {
          "code": "vehicle_specifications",
          "title": "Vehicle Specifications",
          "items": [
            {
              "code": "vehicle_make",
              "value": "HYUNDAI"
            },
            {
              "code": "vehicle_make_model",
              "value": "TUCSON"
            },
            {
              "code": "vehicle_mfg_year",
              "value": "2016"
            },
            {
              "code": "vehicle_age",
              "value": "8"
            },
            {
              "code": "vehicle_type",
              "value": "4 WHEEL DRIVE"
            },
            {
              "code": "vehicle_color",
              "value": "BLUE"
            },
            {
              "code": "vehicle_total_seats",
              "value": "5"
            },
            {
              "code": "vehicle_doors",
              "value": "4"
            },
            {
              "code": "vehicle_specs",
              "value": "GCCStandard"
            },
            {
              "code": "vehicle_classification",
              "value": "Normal"
            }
          ]
        }
      ]
    },
    "providers": [
      {
        "id": "10013",
        "code": "MADINA_INS",
        "name": "Al Madina Takaful",
        "description": "<h1>Al Madina Takaful</h1><br /><p></p>",
        "thumbnail_url": "http://localhost:1044/Uploads/Provider/41341221-9278-428B-AA94-C1A2126F293D/AlMadinatTakaful_thum.jpg",
        "offers": [
          {
            "id": "7E82DCCF-EB54-4604-9185-6E5678D8BB74",
            "title": "Oman Only",
            "sub_title": "",
            "description": "",
            "code": "ONLYOMAN",
            "tags": "",
            "is_installment_allowed": false,
            "emi_amount": 0,
            "total_amount_emi": 0,
            "base_amount": 107,
            "base_amount_tax": 7.43,
            "amount_pre_discount": 114,
            "amount_discount": 0,
            "total_amount": 114,
            "discount_type": "",
            "discount_description": "",
            "thumbnail_url": "",
            "info_url": "",
            "age_limit_from": 18,
            "age_limit_to": 100,
            "offer_is_valid": true,
            "offer_is_valid_description": "",
            "covers": [
              {
                "id": "73",
                "code": "GEO_UAE",
                "title": "UAE - RO 2",
                "sub_title": "",
                "description": "<p>Your coverage can be expanded to include your journeys by road to the UAE, including electronic Orange card.</p>",
                "terms_and_condition": {
                  "content": "",
                  "acknowledgment": ""
                },
                "amount": 0,
                "is_mandatory": false,
                "is_selected": false,
                "order_no": 0,
                "thumbnail_url": "",
                "options": [
                  {
                    "id": "1189",
                    "code": "",
                    "title": "UAE - en",
                    "amount": 2,
                    "is_selected": false
                  }
                ]
              },
              {
                "id": "74",
                "code": "GEO_GCC",
                "title": "GCC (Excluding KSA) - RO 47",
                "sub_title": "",
                "description": "<p>Extending geographical coverage to include UAE, Kuwait, Qatar and Bahrain (not including Saudi Arabia)</p>",
                "terms_and_condition": {
                  "content": "",
                  "acknowledgment": ""
                },
                "amount": 0,
                "is_mandatory": false,
                "is_selected": false,
                "order_no": 0,
                "thumbnail_url": "",
                "options": [
                  {
                    "id": "1188",
                    "code": "",
                    "title": "GCC (Excluding KSA) - en",
                    "amount": 47,
                    "is_selected": false
                  }
                ]
              },
              {
                "id": "16",
                "code": "PAB",
                "title": "Driver & Family",
                "sub_title": "",
                "description": "When you and/or your spouse suffer accidental bodily injuries in direct connection with the use of the car.\r\n",
                "terms_and_condition": {
                  "content": "",
                  "acknowledgment": ""
                },
                "amount": 0,
                "is_mandatory": true,
                "is_selected": false,
                "order_no": 0,
                "thumbnail_url": "",
                "options": [
                  {
                    "id": "623",
                    "code": "DRIVER_AND_FAMILY",
                    "title": "Driver + family",
                    "amount": 0,
                    "is_selected": false
                  }
                ]
              },
              {
                "id": "15",
                "code": "STF",
                "title": "Storm, Tornado & Fire (STF)",
                "sub_title": "",
                "description": "This coverage includes compensation for storm, hurricane, and fire damage, and expenses related to repairing or replacing a vehicle damaged by these natural disasters.",
                "terms_and_condition": {
                  "content": "",
                  "acknowledgment": ""
                },
                "amount": 0,
                "is_mandatory": true,
                "is_selected": false,
                "order_no": 0,
                "thumbnail_url": "",
                "options": [
                  {
                    "id": "1132",
                    "code": "",
                    "title": "Storm, Tornado & Fire (STF) - en",
                    "amount": 0,
                    "is_selected": false
                  }
                ]
              },
              {
                "id": "70",
                "code": "COMPULSORY_INSURANCE",
                "title": "Compulsory insurance",
                "sub_title": "",
                "description": "Bodily injury or property damage caused by the car in the event of a covered accident.",
                "terms_and_condition": {
                  "content": "",
                  "acknowledgment": ""
                },
                "amount": 0,
                "is_mandatory": true,
                "is_selected": false,
                "order_no": 0,
                "thumbnail_url": "",
                "options": [
                  {
                    "id": "1134",
                    "code": "",
                    "title": "Compulsory insurance - en",
                    "amount": 0,
                    "is_selected": false
                  }
                ]
              },
              {
                "id": "71",
                "code": "LOSS_AND_DAMAGE",
                "title": "Loss & Damage",
                "sub_title": "",
                "description": "Your policy includes loss or damage to your car.",
                "terms_and_condition": {
                  "content": "",
                  "acknowledgment": ""
                },
                "amount": 0,
                "is_mandatory": true,
                "is_selected": false,
                "order_no": 0,
                "thumbnail_url": "",
                "options": [
                  {
                    "id": "1136",
                    "code": "",
                    "title": "Loss & Damage - en",
                    "amount": 0,
                    "is_selected": false
                  }
                ]
              },
              {
                "id": "26",
                "code": "PAB_PASSENGER",
                "title": "Passengers Cover",
                "sub_title": "",
                "description": "Coverage for bodily injury incurred- non-family passengers.",
                "terms_and_condition": {
                  "content": "",
                  "acknowledgment": ""
                },
                "amount": 0,
                "is_mandatory": true,
                "is_selected": false,
                "order_no": 0,
                "thumbnail_url": "",
                "options": [
                  {
                    "id": "1135",
                    "code": "",
                    "title": "Passengers Cover - en",
                    "amount": 0,
                    "is_selected": false
                  }
                ]
              },
              {
                "id": "12",
                "code": "IMC",
                "title": "Roadside Assistance - RO 4",
                "sub_title": "",
                "description": "Around the clock service on the road in the event of a vehicle breakdown (see the road assistance section for more details)",
                "terms_and_condition": {
                  "content": "",
                  "acknowledgment": ""
                },
                "amount": 0,
                "is_mandatory": true,
                "is_selected": false,
                "order_no": 0,
                "thumbnail_url": "",
                "options": [
                  {
                    "id": "540",
                    "code": "0",
                    "title": "IMC",
                    "amount": 4,
                    "is_selected": false
                  }
                ]
              },
              {
                "id": "28",
                "code": "CAR_REPLACEMENT",
                "title": "Bima Car Replacement - RO 5",
                "sub_title": "",
                "description": "When an accident occurs, collect a car from Muscat, Saham, Sur, Nizwa, and Salalah. (Not applicable if the insurance is third-party and fault party is you)
", "terms_and_condition": { "content": "", "acknowledgment": "" }, "amount": 0, "is_mandatory": false, "is_selected": false, "order_no": 0, "thumbnail_url": "", "options": [ { "id": "1063", "code": "0", "title": "7 days", "amount": 5, "is_selected": false }, { "id": "1064", "code": "0", "title": "14 days", "amount": 10, "is_selected": false } ] } ], "messages": [] } ] } ], "required_info": [] }, "messages": [] }


API response has status code (200). In case of error, check the request message (description for error code).

Note: In case system did not generated offers and required some additional input, the following steps must followed.

  • Add additional information/input in request_data and send your request again to get offers.
  • Check additional input required sample showing below.

REQUEST PARAMETERS

Field Type Value Required Description
request_type String THIRD_PARTY / FULL_Comprehensive Yes The type of Insurance to create Quotation
lang_code String en / ar Yes The Language Code
voucher_code String Max 50 Chars Optional Voucher Code for discounts.
customer Object Yes Customer Detail for vehicle
request_data Array Yes Vehicle Data to create Quotation

CUSTOMER OBJECT

Field Type Value Limit Required Description
national_id_no String 10 chars Yes The License Number of Customer
contact_no String min 11, max 15 chars Yes The Customer Contact Number including Country Code
first_name String 20 chars Optional Customer First Name.
last_name String 20 chars Optional Customer Last Name.

REQUEST DATA

Field Type Value Required Description
code String vehicle Yes The code will be "vehicle" to send vehicle information
value Array Yes Will be Array of Objects with "code" and "value" formate to send information]

REQUEST DATA REQUIRED CODES


Note: The request_data will be always Array of object formate of
{"code": "any field code", "value": "value for that field" } .

Code Type Value Required Description
vehicle_no String Yes The vehicle plate number
vehicle_plate_code String Yes The vehicle plate code
vehicle_value Number Yes The vehicle value for third party can be (0) or optional, for FULL_Comprehensive it is mandatory.
renewal_request Bool Yes Send renewal request always true
transfer_request Bool Yes If user want to transfer ownership
new_plate_request Bool Yes For a new Cars it will be true and the value for vehicle_plate_code = T B A, and vehicle_no = 0.

REQUEST DATA ADDITIONAL DATA CODES


Note: For additional Data codes you will get it in response if any additional information required and you can use same codes to send additional details required.

Code Type Value Required Description
vehicle_reg_type_code String Yes The vehicle registration type code like, private, commercial etc.
vehicle_make_code String Yes The vehicle make code, can use API to get list
vehicle_model_code String Yes The vehicle model code, can use API to get list
geo_specifications String GCCStandard / Imported Yes Vehicle geographical specifications.
vehicle_type_code String Yes Vehicle Type Code, can use API to get list
no_of_doors_count Int Yes The Number of Doors
no_of_passengers Int Yes The Number of Passengers
mfg_year Int i.e 2023 Yes The vehicle Manufacture Year
weight String Yes The Weight of vehicle
driver_age Int Yes Driver age

Get Vehicle Value

To get vehicle value, use this API by sending JSON object as showing below.
/api/Insurance/GetVehicleValue


    Get Vehicle Value Payload


    {
    "plate_code": "RY",
    "plate_number": "2731",
    "national_id_no": "99086408",
    "lang_code": "en"
    }


    Get Vehicle Value Response


    {
    "status_code": "200",
    "status_message": "Get vehicle value successfully.",
    "data": {
    "vehivle_value": 1547.85,
    "min_estimate_value": 0.0,
    "max_estimate_value": 0.0
    },
    "COUNTDOWN_ENABLED_TRAVEL_OFFER_PAGE": false,
    "CountDown_StartTime_offerPage": "0001-01-01T00:00:00",
    "CountDown_EndTime_offerPage": "0001-01-01T00:00:00",
    "messages": []
    }

UPDATE OFFER

Quotation contains multiple provider and offers, each offer contain optional and included covers. Included covers are mandatory and can not be changed, but optional covers can be added or removed and have further multiple options and user can change option as per requirements. /api/Insurance/UpdateOfferCover

Note: When FeatureCategoryCode=CHOICE and Options has more than one options. Allow user to choose option.


    Update Offer Payload


    {
    "quotation_id": "24385EBE-BA4D-44FE-865A-3F9FD0FD658E",
    "offer_id": "278FD789-4440-4A71-893A-BF51F33CB5D7",
    "lang_code": "en",
    "option_id": "1063",
    "is_selected": false,
    "cover_code": "CAR_REPLACEMENT",
    "provider_id": "10025"
    }



    Result example :

    {
    "status_code": "200",
    "status_message": "",
    "data": {
    "id": "10025",
    "code": "IRANI_INS",
    "name": "Iran Insurance",
    "description": "*Iran Insurance*\r\n\r\n🔘  Oman Only           RO 65\r\n🔘  Oman & UAE          RO 63.9\r\n\r\nIncluding\r\nCompulsory insurance,Driver & Family,Roadside Assistance,Passengers Cover\r\n\r\nOptional, If you want to add\r\nRoadside Assistance,Bima Car Replacement",
    "thumbnail_url": "http://localhost:1044/Uploads/Provider/85E00770-P0A5-0MF3-96JD-13EC7DB23P2/IranInsuance_thumb.jpg",
    "offers": [
    {
    "id": "278FD789-4440-4A71-893A-BF51F33CB5D7",
    "title": "Oman Only RO 65",
    "sub_title": "Oman Only",
    "description": "",
    "is_installment_allowed": false,
    "emi_amount": 0.0,
    "total_amount_emi": 0.0,
    "base_amount": 57.8,
    "base_amount_tax": 4.01,
    "amount_pre_discount": 65.0,
    "amount_discount": 0.0,
    "total_amount": 65.0,
    "discount_type": "",
    "discount_description": "",
    "thumbnail_url": "",
    "info_url": "",
    "offer_is_valid": true,
    "offer_is_valid_description": "",
    "covers": [
    {
    "id": "70",
    "code": "COMPULSORY_INSURANCE",
    "title": "Compulsory insurance",
    "sub_title": "",
    "description": "Bodily injury or property damage caused by the car in the event of a covered accident.",
    "terms_and_condition": {
    "content": "",
    "acknowledgment": ""
    },
    "amount": 0.0,
    "is_mandatory": true,
    "is_selected": false,
    "order_no": 0.0,
    "thumbnail_url": "",
    "options": [
    {
    "id": "1145",
    "code": "",
    "title": "Compulsory insurance - en",
    "amount": 0.0,
    "is_selected": true
    }
    ]
    },
    {
    "id": "16",
    "code": "PAB",
    "title": "Driver & Family",
    "sub_title": "",
    "description": "ستحصل على تعويض مالي عن الوفاة أو الإصابات الجسدية التي لحقت بالمؤمن له أو السائق وأفراد أسرته في حالة وقوع حادث.",
    "terms_and_condition": {
    "content": "",
    "acknowledgment": ""
    },
    "amount": 0.0,
    "is_mandatory": true,
    "is_selected": false,
    "order_no": 0.0,
    "thumbnail_url": "",
    "options": [
    {
    "id": "756",
    "code": "DRIVER_AND_FAMILY",
    "title": "FAMILY ",
    "amount": 0.0,
    "is_selected": true
    }
    ]
    },
    {
    "id": "12",
    "code": "IMC",
    "title": "Roadside Assistance - RO 3",
    "sub_title": "",
    "description": "Emergency assistance and support. This service includes a range of benefits such as on-site small mechanical chick, providing additional fuel in case of shortage, towing the vehicle in case of a breakdown, supplying spare batteries, and more.",
    "terms_and_condition": {
    "content": "",
    "acknowledgment": ""
    },
    "amount": 0.0,
    "is_mandatory": false,
    "is_selected": false,
    "order_no": 0.0,
    "thumbnail_url": "",
    "options": [
    {
    "id": "762",
    "code": "0",
    "title": "DARB",
    "amount": 3.0,
    "is_selected": true
    }
    ]
    },
    {
    "id": "12",
    "code": "IMC",
    "title": "Roadside Assistance - RO 3",
    "sub_title": "",
    "description": "Emergency assistance and support. This service includes a range of benefits such as on-site small mechanical chick, providing additional fuel in case of shortage, towing the vehicle in case of a breakdown, supplying spare batteries, and more.",
    "terms_and_condition": {
    "content": "",
    "acknowledgment": ""
    },
    "amount": 0.0,
    "is_mandatory": false,
    "is_selected": true,
    "order_no": 0.0,
    "thumbnail_url": "",
    "options": [
    {
    "id": "762",
    "code": "0",
    "title": "DARB",
    "amount": 3.0,
    "is_selected": true
    }
    ]
    },
    {
    "id": "26",
    "code": "PAB_PASSENGER",
    "title": "Passengers Cover",
    "sub_title": "",
    "description": "Coverage for bodily injury incurred- non-family passengers.",
    "terms_and_condition": {
    "content": "",
    "acknowledgment": ""
    },
    "amount": 0.0,
    "is_mandatory": true,
    "is_selected": false,
    "order_no": 0.0,
    "thumbnail_url": "",
    "options": [
    {
    "id": "1150",
    "code": "",
    "title": "Passengers Cover - en",
    "amount": 0.0,
    "is_selected": true
    }
    ]
    },
    {
    "id": "28",
    "code": "CAR_REPLACEMENT",
    "title": "Bima Car Replacement - RO 5",
    "sub_title": "",
    "description": "Car replacement (collect from Muscat , Saham , Sur , Nizwa and Salalah) in case of accidents. 

", "terms_and_condition": { "content": "", "acknowledgment": "" }, "amount": 0.0, "is_mandatory": false, "is_selected": false, "order_no": 0.0, "thumbnail_url": "", "options": [ { "id": "1063", "code": "0", "title": "7 days", "amount": 5.0, "is_selected": false }, { "id": "1064", "code": "0", "title": "14 days", "amount": 10.0, "is_selected": false } ] } ], "messages": [] } ] }, "messages": [] }

REQUEST PARAMETERS

Field Type Required Description
quotation_id String Yes Quotation unique reference
offer_id String Yes Offer unique number
provider_id String Yes Offer provider id
cover_code String Yes Requested cover code
option_id String Yes Selected option id of cover
is_selected Boolean Yes Requested cover is added or removed (true/false)
lang_code String Yes Language code en/ar

VIEW MORE DETAILS


    Result example :

    {
    "quotation_id": "29D24D5F-6BD5-45B1-A8B9-7F95D241CCE9",
    "offer_id": "7E82DCCF-EB54-4604-9185-6E5678D8BB74",
    "lang_code": "en"
    }


    Result example :

    {
    "status_code": "200",
    "status_message": "",
    "data": "View more details

Coverage in US dollars except for Schengen in Euro.

", "messages": [] }

To view more details for the offer, use below URL and system will return HTML content.
/api/Insurance/ViewMoreDetails

Content page is also available to view more details, you can use iFrame to display offer further details.
/Insurance/ProductInfo?refID=1C0FF587-9FE3-4339-BA89-BCF880F0557D&refPlanID=1eccaf4e-229b-4430-baec-848476cd1b8a&langCode=en

REQUEST PARAMETERS

Field Type Description
quotation_id String Quotation unique reference number
offer_id String Offer unique reference number
lang_code String Language code ar/en

PURCHASE

In order to proceed for payment, its required to check offer validity variable (IsValidRequest) in offer response, offer can not be confirmed when IsValidRequest=false. /api/Insurance/ConfirmOfferPayment

Note: Its required to take additional drivers input and vehicle owner name before payment, these information are required to confirm request in Bima system. Also its important to validate additional driver age and regarding min and max limit is defined in each offer.


    {
    "quotation_id": "29D24D5F-6BD5-45B1-A8B9-7F95D241CCE9",
    "offer_id": "7E82DCCF-EB54-4604-9185-6E5678D8BB74",
    "lang_code": "en",
    "trans_id": "2302926213585437",
    "payment_id": "24772229",
    "amount": 124.2,
    "fee_amount": 1.24,
    "request_data": [
        {
            "code": "customer",
            "value": [
                {
                    "code": "first_name",
                    "value": "Mohammad Ali"
                }, 
                {
                    "code": "last_name",
                    "value": "Al Badi"
                },
                {
                    "code": "email",
                    "value": "maab@gmail.com"
                }
            ]
        },
        {
            "code": "additional_drivers",
            "value": [
                {
                    "code": "driver1",
                    "value": [
                        {
                            "code": "first_name",
                            "value": "Mohammad"
                        },
                        {
                            "code": "last_name",
                            "value": "Jabbar"
                        },
                        {
                            "code": "driver_age",
                            "value": 30
                        }
                    ]
                },
                {
                    "code": "driver2",
                    "value": [
                        {
                            "code": "first_name",
                            "value": "Nadir Sali"
                        },
                        {
                            "code": "last_name",
                            "value": "Al Naimi"
                        },
                        {
                            "code": "driver_age",
                            "value": 45
                        }
                    ]
                }
            ]
        }
    ]
}


    Offer Payment Confirm Response :

    {
    "status_code": "200",
    "status_message": "Our dear customer\r\n\r\nThe insurance request was received in Bima, the insurance policy is usually issued within 15 minutes. If there are required documents, you will be contacted via WhatsApp.\r\n\r\nThank you for choosing Bima.",
    "data": "",
    "messages": []
    }


REQUEST PARAMETERS

Code Type Limit Required Description
quotation_id String Yes Quotation unique reference number
offer_id String Yes Offer unique reference number
trans_id String 18 chars Yes Collector/External payment gateway transaction id
payment_id String 18 chars Yes Collector/External payment id
lang_code String 2 chars Yes Language code en/ar (default English)
amount Double Yes Selected offer amount
fee_amount Double Yes Payment gateway fee if any
request_data Array Yes Additional information i.e customer detail, additional drivers

REQUEST DATA REQUIRED CODES


Note: The request_data will be always Array of object formate of
{"code": "any field code", "value": "value for that field" } .

Code Type Value Required Description
customer Object Yes The customer information
additional_drivers Object Yes Information about additional drivers

CUSTOMER OBJECT

Code Type Value Limit Required Description
first_name String 20 Chars Yes Vehicle owner first name.
last_name String 20 Chars Optional Vehicle owner last name.
email String 30 Chars Optional customer email.

REQUEST DATA ADDITIONAL DRIVERS CODES

Need to provide additional drivers list with code prefix driver i.e driver1, driver2, driver3 etc codes to provide information for each driver.
Note: For additional Drivers you need to send list of drivers with upto 7 max drivers required.

Code Type Value Limit Required Description
first_name String 20 Chars Yes The driver first name
last_name String 20 Chars Optional The driver last name
driver_age Int Defined in offer Yes Driver age in years

UPLOAD DOCUMENTS


    Payload example : Get required document types

     {
        "quotation_id": "25BC56C5-EFCE-4308-8DAB-03A3C3C4D93F",
        "offer_id": "AXAeff22792-1a98-45a4-a705-37e832c23ef8",
        "lang_code": "en"
    }
     


    Result example :

     {
    "status_code": "200",
    "status_message": "",
    "data": {
        "upload_message": "Upload Odometer, Vehicle video 360°",
        "header_image_url": "http://localhost:1044//img/uplaodMotor.jpg",
        "documents": [
            {
                "order_no": 124.000,
                "doc_type_code": "Odometer",
                "help_text": "To initiate a claim file, it is necessary to provide a photograph of the vehicle's odometer for verification purposes.",
                "doc_type": "Odometer",
                "icon_url": "",
                "source_type": "camera_image",
                "width": 1280,
                "height": 720,
                "size_max_limit_in_kb": 51200
            },
            {
                "order_no": 242.000,
                "doc_type_code": "VehicleVideo360",
                "help_text": "Capturing a comprehensive video clip of the car from all angles is essential for insurance purposes, providing crucial visual evidence that facilitates accurate claims assessment and ensures fair and ",
                "doc_type": "Vehicle video 360°",
                "icon_url": "",
                "source_type": "camera_video",
                "width": 1280,
                "height": 720,
                "size_max_limit_in_kb": 51200
            }
        ]
    },
    "messages": []
}
     

Its required to upload documents for some requests based on vehicle status and selected insurance provider. After payment confirmation you can get list of required documents for purchased policy.
/api/Insurance/DocumentsRequired

Note: Required documents has defined source type for each document type and its important to follow instruction as given below while user upload requested documents.

  • camera_video: user must upload video taken by mobile camera.
  • camera_image: user must upload photo taken by mobile camera.
  • in case source type is null or not defined, user allowed to choose camera or gallery to upload document.

REQUEST PARAMETERS

Field Type Required Description
quotation_id String Yes Quotation unique reference number
offer_id String Yes Offer unique reference number
lang_code String Yes Language code ar/en

Use below API to upload document,
/api/Document/Save

Note: allowed file types: .jpg,.jpeg,.png,.pdf


    Payload example : Upload document
    {
    "quotation_id": "2763B1D1-A8F1-4A35-BE66-9A9E754DD672",
    "data":[
    {
    "doc_type_code":"License",
    "type": "Policy",
    "file_name": "Licese.jpg",
    "file_data": [137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,118,0,0,0,50,8,6,0,0,0,137,110,47,107,0,0,0,9,112,72,89,115,0,0,11,19,0,0,11,19,1,0,154,156,24,0,0,10,79,105,67,67,80,80,104,111,116,111,115,104,111,112,32,73,67,67,32,112,114,111,102,105,108,101,0,0,120,218,157,83,103,84,83,233,22,61,247,222,244,66,75,136,128,148,75,111,82,21,8,32,82,66,139,128,20,145,38,42,33,9,16,74,136,33,161,217,21,81,193,17,69,69,4,27,200,160,136,3,142,142,128,140,21,81,44,12,138,10,216,7,228,33,162,142,131,163,136,138,202,251,225,123,163,107,214,188,247,230,205,254,181,215,62,231,172,243,157,179,207,7,192,8,12,150,72,51,81,53,128,12,169,66,30,17,224,131,199,196,198,225,228,46,64,129,10,36,112,0,16,8,179,100,33,115,253,35,1,0,248,126,60,60,43,34,192,7,190,0,1,120,211,11,8,0,192,77,155,192,48,28,135,255,15,234,66,153,92,1,128,132,1,192,116,145,56,75,8,128,20,0,64,122,142,66,166,0,64,70,1,128,157,152,38,83,0,160,4,0,96,203,99,98,227,0,80,45,0,96,39,127,230,211,0,128,157,248,153,123,1,0,91,148,33,21,1,160,145,0,32,19,101,136,68,0,104,59,0,172,207,86,138,69,0,88,48,0,20,102,75,196,57,0,216,45,0,48,73,87,102,72,0,176,183,0,192,206,16,11,178,0,8,12,0,48,81,136,133,41,0,4,123,0,96,200,35,35,120,0,132,153,0,20,70,242,87,60,241,43,174,16,231,42,0,0,120,153,178,60,185,36,57,69,129,91,8,45,113,7,87,87,46,30,40,206,73,23,43,20,54,97,2,97,154,64,46,194,121,153,25,50,129,52,15,224,243,204,0,0,160,145,21,17,224,131,243,253,120,206,14,174,206,206,54,142,182,14,95,45,234,191,6,255,34,98,98,227,254,229,207,171,112,64,0,0,225,116,126,209,254,44,47,179,26,128,59,6,128,109,254,162,37,238,4,104,94,11,160,117,247,139,102,178,15,64,181,0,160,233,218,87,243,112,248,126,60,60,69,161,144,185,217,217,229,228,228,216,74,196,66,91,97,202,87,125,254,103,194,95,192,87,253,108,249,126,60,252,247,245,224,190,226,36,129,50,93,129,71,4,248,224,194,204,244,76,165,28,207,146,9,132,98,220,230,143,71,252,183,11,255,252,29,211,34,196,73,98,185,88,42,20,227,81,18,113,142,68,154,140,243,50,165,34,137,66,146,41,197,37,210,255,100,226,223,44,251,3,62,223,53,0,176,106,62,1,123,145,45,168,93,99,3,246,75,39,16,88,116,192,226,247,0,0,242,187,111,193,212,40,8,3,128,104,131,225,207,119,255,239,63,253,71,160,37,0,128,102,73,146,113,0,0,94,68,36,46,84,202,179,63,199,8,0,0,68,160,129,42,176,65,27,244,193,24,44,192,6,28,193,5,220,193,11,252,96,54,132,66,36,196,194,66,16,66,10,100,128,28,114,96,41,172,130,66,40,134,205,176,29,42,96,47,212,64,29,52,192,81,104,134,147,112,14,46,194,85,184,14,61,112,15,250,97,8,158,193,40,188,129,9,4,65,200,8,19,97,33,218,136,1,98,138,88,35,142,8,23,153,133,248,33,193,72,4,18,139,36,32,201,136,20,81,34,75,145,53,72,49,82,138,84,32,85,72,29,242,61,114,2,57,135,92,70,186,145,59,200,0,50,130,252,134,188,71,49,148,129,178,81,61,212,12,181,67,185,168,55,26,132,70,162,11,208,100,116,49,154,143,22,160,155,208,114,180,26,61,140,54,161,231,208,171,104,15,218,143,62,67,199,48,192,232,24,7,51,196,108,48,46,198,195,66,177,56,44,9,147,99,203,177,34,172,12,171,198,26,176,86,172,3,187,137,245,99,207,177,119,4,18,129,69,192,9,54,4,119,66,32,97,30,65,72,88,76,88,78,216,72,168,32,28,36,52,17,218,9,55,9,3,132,81,194,39,34,147,168,75,180,38,186,17,249,196,24,98,50,49,135,88,72,44,35,214,18,143,19,47,16,123,136,67,196,55,36,18,137,67,50,39,185,144,2,73,177,164,84,210,18,210,70,210,110,82,35,233,44,169,155,52,72,26,35,147,201,218,100,107,178,7,57,148,44,32,43,200,133,228,157,228,195,228,51,228,27,228,33,242,91,10,157,98,64,113,164,248,83,226,40,82,202,106,74,25,229,16,229,52,229,6,101,152,50,65,85,163,154,82,221,168,161,84,17,53,143,90,66,173,161,182,82,175,81,135,168,19,52,117,154,57,205,131,22,73,75,165,173,162,149,211,26,104,23,104,247,105,175,232,116,186,17,221,149,30,78,151,208,87,210,203,233,71,232,151,232,3,244,119,12,13,134,21,131,199,136,103,40,25,155,24,7,24,103,25,119,24,175,152,76,166,25,211,139,25,199,84,48,55,49,235,152,231,153,15,153,111,85,88,42,182,42,124,21,145,202,10,149,74,149,38,149,27,42,47,84,169,170,166,170,222,170,11,85,243,85,203,84,143,169,94,83,125,174,70,85,51,83,227,169,9,212,150,171,85,170,157,80,235,83,27,83,103,169,59,168,135,170,103,168,111,84,63,164,126,89,253,137,6,89,195,76,195,79,67,164,81,160,177,95,227,188,198,32,11,99,25,179,120,44,33,107,13,171,134,117,129,53,196,38,177,205,217,124,118,42,187,152,253,29,187,139,61,170,169,161,57,67,51,74,51,87,179,82,243,148,102,63,7,227,152,113,248,156,116,78,9,231,40,167,151,243,126,138,222,20,239,41,226,41,27,166,52,76,185,49,101,92,107,170,150,151,150,88,171,72,171,81,171,71,235,189,54,174,237,167,157,166,189,69,187,89,251,129,14,65,199,74,39,92,39,71,103,143,206,5,157,231,83,217,83,221,167,10,167,22,77,61,58,245,174,46,170,107,165,27,161,187,68,119,191,110,167,238,152,158,190,94,128,158,76,111,167,222,121,189,231,250,28,125,47,253,84,253,109,250,167,245,71,12,88,6,179,12,36,6,219,12,206,24,60,197,53,113,111,60,29,47,199,219,241,81,67,93,195,64,67,165,97,149,97,151,225,132,145,185,209,60,163,213,70,141,70,15,140,105,198,92,227,36,227,109,198,109,198,163,38,6,38,33,38,75,77,234,77,238,154,82,77,185,166,41,166,59,76,59,76,199,205,204,205,162,205,214,153,53,155,61,49,215,50,231,155,231,155,215,155,223,183,96,90,120,90,44,182,168,182,184,101,73,178,228,90,166,89,238,182,188,110,133,90,57,89,165,88,85,90,93,179,70,173,157,173,37,214,187,173,187,167,17,167,185,78,147,78,171,158,214,103,195,176,241,182,201,182,169,183,25,176,229,216,6,219,174,182,109,182,125,97,103,98,23,103,183,197,174,195,238,147,189,147,125,186,125,141,253,61,7,13,135,217,14,171,29,90,29,126,115,180,114,20,58,86,58,222,154,206,156,238,63,125,197,244,150,233,47,103,88,207,16,207,216,51,227,182,19,203,41,196,105,157,83,155,211,71,103,23,103,185,115,131,243,136,139,137,75,130,203,46,151,62,46,155,27,198,221,200,189,228,74,116,245,113,93,225,122,210,245,157,155,179,155,194,237,168,219,175,238,54,238,105,238,135,220,159,204,52,159,41,158,89,51,115,208,195,200,67,224,81,229,209,63,11,159,149,48,107,223,172,126,79,67,79,129,103,181,231,35,47,99,47,145,87,173,215,176,183,165,119,170,247,97,239,23,62,246,62,114,159,227,62,227,60,55,222,50,222,89,95,204,55,192,183,200,183,203,79,195,111,158,95,133,223,67,127,35,255,100,255,122,255,209,0,167,128,37,1,103,3,137,129,65,129,91,2,251,248,122,124,33,191,142,63,58,219,101,246,178,217,237,65,140,160,185,65,21,65,143,130,173,130,229,193,173,33,104,200,236,144,173,33,247,231,152,206,145,206,105,14,133,80,126,232,214,208,7,97,230,97,139,195,126,12,39,133,135,133,87,134,63,142,112,136,88,26,209,49,151,53,119,209,220,67,115,223,68,250,68,150,68,222,155,103,49,79,57,175,45,74,53,42,62,170,46,106,60,218,55,186,52,186,63,198,46,102,89,204,213,88,157,88,73,108,75,28,57,46,42,174,54,110,108,190,223,252,237,243,135,226,157,226,11,227,123,23,152,47,200,93,112,121,161,206,194,244,133,167,22,169,46,18,44,58,150,64,76,136,78,56,148,240,65,16,42,168,22,140,37,242,19,119,37,142,10,121,194,29,194,103,34,47,209,54,209,136,216,67,92,42,30,78,242,72,42,77,122,146,236,145,188,53,121,36,197,51,165,44,229,185,132,39,169,144,188,76,13,76,221,155,58,158,22,154,118,32,109,50,61,58,189,49,131,146,145,144,113,66,170,33,77,147,182,103,234,103,230,102,118,203,172,101,133,178,254,197,110,139,183,47,30,149,7,201,107,179,144,172,5,89,45,10,182,66,166,232,84,90,40,215,42,7,178,103,101,87,102,191,205,137,202,57,150,171,158,43,205,237,204,179,202,219,144,55,156,239,159,255,237,18,194,18,225,146,182,165,134,75,87,45,29,88,230,189,172,106,57,178,60,113,121,219,10,227,21,5,43,134,86,6,172,60,184,138,182,42,109,213,79,171,237,87,151,174,126,189,38,122,77,107,129,94,193,202,130,193,181,1,107,235,11,85,10,229,133,125,235,220,215,237,93,79,88,47,89,223,181,97,250,134,157,27,62,21,137,138,174,20,219,23,151,21,127,216,40,220,120,229,27,135,111,202,191,153,220,148,180,169,171,196,185,100,207,102,210,102,233,230,222,45,158,91,14,150,170,151,230,151,14,110,13,217,218,180,13,223,86,180,237,245,246,69,219,47,151,205,40,219,187,131,182,67,185,163,191,60,184,188,101,167,201,206,205,59,63,84,164,84,244,84,250,84,54,238,210,221,181,97,215,248,110,209,238,27,123,188,246,52,236,213,219,91,188,247,253,62,201,190,219,85,1,85,77,213,102,213,101,251,73,251,179,247,63,174,137,170,233,248,150,251,109,93,173,78,109,113,237,199,3,210,3,253,7,35,14,182,215,185,212,213,29,210,61,84,82,143,214,43,235,71,14,199,31,190,254,157,239,119,45,13,54,13,85,141,156,198,226,35,112,68,121,228,233,247,9,223,247,30,13,58,218,118,140,123,172,225,7,211,31,118,29,103,29,47,106,66,154,242,154,70,155,83,154,251,91,98,91,186,79,204,62,209,214,234,222,122,252,71,219,31,15,156,52,60,89,121,74,243,84,201,105,218,233,130,211,147,103,242,207,140,157,149,157,125,126,46,249,220,96,219,162,182,123,231,99,206,223,106,15,111,239,186,16,116,225,210,69,255,139,231,59,188,59,206,92,242,184,116,242,178,219,229,19,87,184,87,154,175,58,95,109,234,116,234,60,254,147,211,79,199,187,156,187,154,174,185,92,107,185,238,122,189,181,123,102,247,233,27,158,55,206,221,244,189,121,241,22,255,214,213,158,57,61,221,189,243,122,111,247,197,247,245,223,22,221,126,114,39,253,206,203,187,217,119,39,238,173,188,79,188,95,244,64,237,65,217,67,221,135,213,63,91,254,220,216,239,220,127,106,192,119,160,243,209,220,71,247,6,133,131,207,254,145,245,143,15,67,5,143,153,143,203,134,13,134,235,158,56,62,57,57,226,63,114,253,233,252,167,67,207,100,207,38,158,23,254,162,254,203,174,23,22,47,126,248,213,235,215,206,209,152,209,161,151,242,151,147,191,109,124,165,253,234,192,235,25,175,219,198,194,198,30,190,201,120,51,49,94,244,86,251,237,193,119,220,119,29,239,163,223,15,79,228,124,32,127,40,255,104,249,177,245,83,208,167,251,147,25,147,147,255,4,3,152,243,252,99,51,45,219,0,0,0,32,99,72,82,77,0,0,122,37,0,0,128,131,0,0,249,255,0,0,128,233,0,0,117,48,0,0,234,96,0,0,58,152,0,0,23,111,146,95,197,70,0,0,31,48,73,68,65,84,120,218,236,124,121,116,92,213,157,230,119,239,91,107,151,170,74,155,37,89,59,50,70,54,50,54,96,227,0,134,0,49,75,198,105,135,64,104,72,19,32,27,166,67,128,161,51,147,48,103,232,51,39,153,25,58,221,147,9,75,18,154,173,9,193,97,9,164,49,97,49,196,24,108,129,55,188,91,146,23,36,203,90,74,82,169,84,123,213,219,239,157,63,164,42,36,217,50,144,153,147,131,51,190,58,239,232,212,171,91,239,221,119,191,251,219,190,223,239,93,194,57,71,220,249,8,150,173,35,26,59,28,62,48,176,238,158,254,248,174,85,14,179,60,65,79,245,206,249,115,87,254,124,126,221,23,59,76,91,199,159,211,4,42,33,18,235,66,38,51,6,89,81,64,109,25,68,20,224,113,249,161,200,1,184,93,1,112,206,0,0,132,2,70,158,161,123,107,10,156,1,32,128,32,8,24,30,30,198,246,237,219,225,247,251,97,154,38,56,231,197,235,115,206,161,40,10,108,219,134,199,227,129,227,56,8,133,66,208,117,29,139,22,45,130,44,203,197,254,132,144,226,127,219,182,49,52,52,132,173,91,183,162,190,190,30,151,93,118,25,36,73,154,118,237,66,255,15,63,252,16,109,109,109,24,30,30,134,97,24,168,169,169,1,99,12,162,40,2,0,108,219,134,101,89,0,128,157,59,119,34,20,10,129,115,142,133,11,23,34,147,201,0,0,220,110,55,56,231,96,140,193,182,109,104,154,6,199,113,138,247,49,77,19,154,166,21,239,41,8,2,220,110,55,40,165,240,120,60,160,148,130,115,14,219,182,33,138,34,70,71,71,145,76,38,225,241,120,208,222,222,14,219,182,1,0,11,23,46,4,0,136,0,32,112,17,89,35,93,241,78,231,191,188,17,205,28,90,36,10,42,8,8,134,18,251,235,70,211,71,174,150,68,215,215,154,107,150,191,106,59,198,103,71,150,16,152,102,30,32,56,221,254,130,77,4,128,193,232,135,103,31,25,217,116,227,72,186,107,145,42,249,63,254,82,80,97,57,186,178,237,240,111,126,18,246,54,190,6,128,113,240,79,143,41,40,56,49,160,233,73,8,84,57,61,219,127,105,96,247,244,189,114,245,104,250,224,53,146,232,62,190,131,160,32,163,197,26,247,118,191,87,41,81,79,132,131,125,58,72,5,1,54,207,193,235,85,32,139,106,81,197,156,110,127,65,96,135,227,135,203,117,150,46,161,68,56,97,39,14,238,242,75,213,30,183,20,6,227,206,39,104,94,1,14,51,1,57,131,156,99,128,195,1,8,249,12,114,126,186,253,63,3,150,82,194,9,7,7,231,152,197,24,114,71,48,225,8,250,73,129,165,84,130,233,36,17,201,110,70,192,95,9,153,132,0,56,56,141,234,95,190,209,169,234,243,211,168,216,217,14,66,36,88,118,6,57,251,8,242,230,8,4,72,167,103,247,243,1,236,159,15,42,37,18,108,150,65,247,240,51,176,89,22,2,145,79,207,236,169,0,44,1,64,169,195,9,181,48,243,160,2,3,163,25,16,37,129,180,62,8,74,196,211,179,250,121,177,177,159,212,56,103,162,234,34,126,143,42,129,113,50,45,156,97,204,68,218,24,6,133,116,26,212,83,73,98,9,8,44,71,67,66,27,185,88,150,66,16,4,63,68,193,15,69,42,131,206,18,136,102,14,129,82,233,180,127,116,74,170,98,66,209,63,190,253,107,110,175,11,129,146,32,252,37,165,72,235,131,72,229,251,192,152,13,2,114,154,88,58,21,129,21,168,140,104,250,240,178,222,145,142,187,202,2,53,200,230,226,200,104,81,16,66,79,19,15,167,178,141,5,0,81,144,176,229,208,83,15,200,130,235,80,169,187,233,13,66,8,56,8,78,7,169,167,120,184,67,8,133,195,44,121,83,247,163,47,29,25,126,231,78,129,72,84,160,82,49,254,229,167,149,241,169,26,199,2,148,138,176,153,225,218,59,240,135,95,28,24,90,183,43,158,233,191,158,113,167,150,16,74,132,73,58,82,32,34,8,17,64,169,0,66,232,233,25,254,188,171,226,34,184,68,0,136,128,164,54,112,118,34,63,240,156,75,242,229,21,201,123,72,20,228,113,155,18,227,104,124,151,201,28,243,104,90,143,190,235,150,132,109,30,217,29,21,4,233,180,123,245,121,7,246,99,128,69,128,0,134,157,115,235,118,102,17,231,28,2,149,16,215,250,1,16,164,70,55,220,35,16,57,19,242,206,221,86,21,56,235,161,114,127,203,91,34,149,116,118,122,206,63,223,192,78,181,189,4,180,72,53,79,37,41,28,110,248,70,82,221,151,141,166,14,93,22,80,171,123,90,107,46,186,175,210,211,246,252,105,135,235,115,102,99,63,51,232,160,16,168,12,74,69,36,245,193,166,237,31,253,238,185,221,253,47,61,239,112,39,52,225,120,157,110,167,36,176,211,99,97,9,148,10,232,139,111,189,238,131,35,79,190,151,213,199,231,138,194,233,170,138,207,45,176,156,51,48,110,195,102,6,28,110,129,115,134,217,171,44,8,36,193,141,88,182,231,172,119,14,60,180,49,171,141,181,78,128,91,200,20,81,0,4,156,243,105,7,0,200,178,60,235,161,40,10,20,69,129,40,138,159,137,48,33,132,64,16,132,191,74,146,229,207,180,177,28,54,51,65,137,8,85,242,39,20,193,21,83,164,96,206,180,114,134,201,51,229,182,109,150,27,118,198,83,144,212,153,77,18,84,164,180,72,227,134,125,63,127,254,154,115,127,188,194,163,6,146,140,57,32,12,16,8,160,170,46,56,14,3,33,128,36,73,112,28,167,117,215,174,93,223,179,109,59,16,139,197,170,9,33,236,227,133,197,169,215,235,205,212,212,212,236,152,59,119,110,71,32,16,216,163,170,106,206,48,140,105,21,135,211,23,35,47,44,2,87,42,149,170,179,109,123,76,146,164,241,217,250,255,127,1,172,195,44,80,8,168,9,156,253,82,89,160,245,201,18,181,118,187,199,163,164,42,124,95,176,250,34,187,161,211,131,42,177,195,161,156,125,236,178,254,241,157,127,63,158,61,182,132,82,17,51,203,110,36,193,133,209,204,161,179,55,237,123,250,159,23,148,221,248,45,195,206,79,74,17,96,112,9,182,166,130,80,192,178,44,248,253,254,228,161,67,135,110,138,70,163,225,217,198,181,123,247,238,175,18,66,80,86,86,214,191,108,217,178,103,207,61,247,220,7,20,69,73,157,240,161,39,202,55,27,126,246,179,159,189,208,213,213,181,36,24,12,70,107,107,107,255,102,201,146,37,31,24,134,49,109,1,156,170,210,252,153,128,181,28,29,33,79,195,254,214,202,75,239,242,43,149,239,48,193,1,183,69,16,2,48,238,128,113,6,66,136,46,139,222,33,191,111,254,211,85,165,243,126,23,207,12,220,180,231,216,186,7,12,39,29,22,232,244,4,188,44,184,209,51,182,233,182,160,167,229,149,186,138,197,175,218,142,1,42,0,37,212,65,247,150,49,128,76,72,144,203,229,26,109,106,106,218,30,141,70,175,154,252,172,213,214,214,246,76,144,38,148,101,50,153,146,225,225,225,185,140,49,68,163,209,185,175,188,242,202,143,182,111,223,126,93,89,89,217,141,243,231,207,223,166,235,58,56,231,197,218,95,65,16,176,118,237,218,251,58,59,59,151,0,192,248,248,120,249,11,47,188,240,237,250,250,250,15,242,249,252,52,169,46,41,41,57,37,193,253,212,192,90,182,134,185,225,69,239,45,105,248,219,175,154,150,62,174,27,25,112,176,137,80,7,4,83,203,82,25,119,96,59,38,68,81,54,27,43,150,61,25,242,157,177,127,99,215,207,95,213,172,68,197,116,112,9,64,56,34,217,109,247,45,91,176,250,117,16,230,0,0,43,99,216,241,78,7,98,163,105,8,34,133,170,170,144,36,169,191,240,171,5,11,22,236,124,244,209,71,47,76,167,211,144,36,9,137,68,194,211,219,219,187,232,245,215,95,191,229,237,183,223,254,166,109,219,116,120,120,184,233,254,251,239,255,247,95,254,242,151,231,5,131,193,1,219,182,97,219,54,24,99,160,148,98,108,108,172,122,58,171,70,115,233,116,26,249,124,190,104,219,203,202,202,32,8,194,95,175,243,228,48,19,101,190,150,221,151,45,184,235,90,85,246,141,155,142,134,79,142,69,39,156,32,205,76,97,78,104,254,142,43,218,255,227,42,137,122,210,133,98,184,9,9,183,65,169,128,193,216,222,243,247,245,188,245,229,68,42,129,177,248,8,210,218,56,220,1,138,124,94,131,174,235,208,52,13,178,44,143,20,174,28,10,133,134,100,89,46,86,244,139,162,152,91,176,96,65,199,154,53,107,110,91,179,102,205,117,30,143,71,7,128,145,145,145,202,183,222,122,235,59,85,85,85,8,6,131,240,122,189,200,102,179,200,231,243,88,190,124,249,175,40,165,89,0,168,168,168,216,178,108,217,178,7,11,192,234,186,142,146,146,18,168,170,10,198,216,95,39,176,156,51,200,130,75,191,180,237,142,111,187,229,210,152,207,93,10,183,18,248,20,192,114,8,84,68,121,105,19,84,197,141,51,170,47,222,182,226,172,53,255,201,102,38,24,119,224,83,67,145,114,127,195,159,194,190,134,77,138,236,102,189,35,31,124,87,178,125,144,28,63,100,39,128,138,242,112,81,194,24,99,51,95,189,176,29,199,65,1,92,199,113,96,89,22,70,71,71,209,208,208,240,210,178,101,203,254,173,208,247,181,215,94,187,49,30,143,123,68,81,44,130,155,203,229,208,208,208,176,174,161,161,161,185,178,178,114,81,91,91,219,69,193,96,240,112,225,245,145,242,242,114,120,189,222,83,22,212,79,165,138,29,110,162,202,219,254,91,61,47,236,60,154,61,8,128,130,49,14,199,225,160,116,118,105,5,33,136,103,35,176,29,2,74,232,68,109,49,23,126,91,230,109,254,98,185,191,246,15,33,105,241,191,247,245,12,229,253,254,114,180,53,171,115,134,18,219,87,89,200,4,75,131,21,113,66,57,206,56,171,30,91,55,117,195,50,39,192,13,133,66,125,83,156,154,162,209,147,101,25,170,170,226,216,177,99,232,237,237,133,40,138,168,169,169,121,19,192,247,0,96,116,116,180,58,153,76,134,188,94,111,142,16,130,112,56,12,93,215,65,41,197,37,151,92,50,234,118,187,71,233,228,131,20,108,106,32,16,128,227,56,16,4,97,214,16,170,16,42,157,204,193,34,132,128,82,58,173,239,103,245,188,11,191,165,148,22,67,179,194,241,103,3,203,193,33,82,21,11,27,174,248,141,207,171,192,97,116,18,54,2,81,12,35,150,236,135,97,88,0,159,110,135,40,5,36,137,162,171,239,109,36,211,81,80,42,76,170,95,59,123,118,195,151,174,183,6,234,216,182,221,6,237,238,138,55,87,86,74,249,218,134,112,100,201,165,87,252,170,162,180,10,30,165,20,20,128,38,51,88,182,5,219,118,64,40,129,44,203,153,19,141,81,146,36,100,179,89,116,117,117,21,39,142,82,154,152,58,49,69,219,207,24,116,93,135,36,73,8,4,2,184,225,134,27,16,12,6,233,222,189,123,57,99,140,23,52,64,33,84,178,44,203,99,89,150,226,56,78,78,150,101,3,0,20,69,129,219,237,70,62,159,39,185,92,206,7,128,187,92,174,140,36,73,69,251,92,232,167,170,42,82,169,148,168,235,186,207,113,28,112,206,185,203,229,74,123,189,94,102,154,38,108,219,62,41,64,46,151,171,48,30,197,182,109,111,95,95,223,60,191,223,63,22,14,135,35,130,32,228,84,85,229,127,22,176,140,217,8,121,235,247,149,186,106,59,96,115,80,124,12,160,99,218,240,42,97,8,200,2,200,3,28,160,2,129,234,22,97,140,83,36,34,20,100,116,33,60,150,94,28,60,135,131,241,3,181,236,232,62,109,241,111,158,121,234,137,216,248,88,155,32,8,70,235,25,103,190,89,86,122,247,237,62,146,142,42,110,13,146,40,98,243,198,237,208,114,58,100,69,62,78,74,167,130,58,62,62,142,45,91,182,128,115,142,186,186,58,168,170,138,68,34,209,84,232,211,210,210,178,55,24,12,246,107,154,6,77,211,144,205,102,33,203,50,182,110,221,186,170,163,163,227,219,195,195,195,173,161,80,232,208,29,119,220,113,189,162,40,185,221,187,119,99,221,186,117,80,20,5,163,163,163,191,137,70,163,87,123,189,222,222,199,30,123,236,107,126,191,191,115,227,198,141,87,60,254,248,227,223,252,232,163,143,206,74,36,18,21,132,16,94,85,85,213,119,249,229,151,63,179,114,229,202,127,115,187,221,121,89,150,233,158,61,123,174,121,246,217,103,191,113,240,224,193,133,233,116,58,52,57,7,60,28,14,15,95,114,201,37,191,191,230,154,107,30,148,101,57,89,240,212,9,33,211,180,131,44,203,100,235,214,173,87,175,95,191,254,187,61,61,61,109,185,92,174,36,157,78,7,84,85,213,61,30,79,166,162,162,162,119,233,210,165,79,92,121,229,149,79,201,178,236,204,92,32,39,87,197,132,131,112,215,209,222,193,30,238,48,243,196,76,146,68,224,118,203,112,149,185,97,228,25,222,125,229,40,134,14,246,195,212,39,178,61,132,72,83,212,138,4,219,57,228,223,176,241,173,103,199,198,198,90,1,192,178,44,247,222,125,187,87,63,250,232,163,214,109,183,125,235,235,134,105,130,82,138,116,58,7,73,158,125,120,146,36,97,108,108,12,27,55,110,68,33,68,169,168,168,64,99,99,163,240,228,147,79,222,90,232,119,221,117,215,61,86,82,82,130,92,46,7,74,41,124,62,31,60,30,15,250,251,251,191,180,101,203,150,171,1,160,175,175,175,121,108,108,108,161,207,231,219,210,220,220,140,187,239,190,27,110,183,27,107,215,174,237,126,241,197,23,87,167,211,233,51,31,120,224,129,127,114,185,92,153,245,235,215,95,63,115,44,209,104,180,114,239,222,189,75,55,111,222,124,237,226,197,139,255,215,230,205,155,239,238,236,236,188,244,68,54,58,30,143,135,15,31,62,188,96,199,142,29,87,252,248,199,63,94,165,40,202,184,227,56,48,77,19,131,131,131,32,132,64,146,36,108,217,178,229,191,172,93,187,246,191,77,241,218,33,138,34,76,211,116,105,154,230,138,197,98,229,157,157,157,75,99,177,216,249,170,170,126,187,16,127,159,121,230,153,51,129,61,94,170,41,17,97,152,177,232,177,232,155,179,210,132,156,115,200,138,132,196,152,129,251,110,95,139,143,14,245,66,86,40,8,61,177,138,113,28,231,156,92,46,215,58,243,252,206,93,59,175,186,96,249,5,213,62,159,111,168,224,44,205,150,168,87,20,133,101,50,153,34,168,46,151,11,0,144,205,102,131,63,249,201,79,30,218,178,101,203,23,0,224,226,139,47,254,227,202,149,43,159,204,100,50,224,156,195,48,12,88,150,5,81,20,209,218,218,186,25,192,237,83,212,180,202,57,135,170,170,152,63,127,62,188,94,47,186,187,187,123,95,124,241,69,0,192,166,77,155,174,2,128,96,48,24,159,63,127,254,122,211,52,99,156,115,174,235,122,245,193,131,7,191,108,89,150,188,109,219,182,75,182,111,223,126,201,228,117,140,150,150,150,247,195,225,240,46,191,223,127,196,52,77,117,96,96,224,210,238,238,238,85,142,227,96,215,174,93,203,159,124,242,201,127,190,243,206,59,111,49,77,19,142,227,224,192,129,3,152,84,217,37,175,190,250,234,223,79,46,214,190,243,206,59,239,87,165,165,165,111,59,142,195,69,81,36,217,108,246,75,127,250,211,159,238,73,165,82,101,175,188,242,202,183,76,211,220,217,218,218,250,107,219,182,177,122,245,234,143,129,37,16,120,145,13,152,97,101,193,68,14,238,6,224,204,230,38,129,112,138,67,189,29,24,29,29,128,97,229,96,88,159,224,46,207,226,36,40,138,194,93,46,87,241,229,224,217,90,127,127,127,205,218,181,107,219,199,198,198,84,81,20,169,105,154,45,131,131,131,75,158,126,250,233,175,12,15,15,215,200,178,236,92,121,229,149,79,220,123,239,189,255,192,57,119,76,211,132,97,24,72,36,38,76,175,97,24,8,135,195,221,130,32,96,210,187,182,2,129,192,144,36,73,160,148,66,215,39,94,242,110,106,106,218,59,197,73,179,174,186,234,170,95,47,95,190,252,103,161,80,104,224,192,129,3,96,140,193,231,243,33,149,74,221,242,224,131,15,62,89,88,232,243,230,205,251,224,218,107,175,253,129,223,239,255,208,52,77,196,98,49,48,198,176,120,241,226,7,27,27,27,239,90,183,110,221,207,1,224,157,119,222,249,198,185,231,158,251,112,121,121,249,206,73,134,13,166,105,66,16,132,76,48,24,28,14,4,2,137,27,111,188,241,50,175,215,59,24,137,68,96,219,54,4,65,192,5,23,92,176,251,156,115,206,217,242,211,159,254,116,125,62,159,87,118,238,220,249,119,94,175,247,215,199,169,226,82,127,101,220,201,230,51,166,158,197,84,85,237,48,27,30,95,121,120,65,245,117,112,152,49,107,106,110,44,121,24,117,75,68,252,234,15,45,120,255,245,49,12,125,100,2,76,128,195,142,95,12,130,32,236,217,180,233,221,35,163,163,35,45,83,207,159,125,118,251,27,77,141,77,17,203,178,64,41,69,46,151,67,44,22,59,161,115,177,123,247,238,21,187,118,237,218,93,88,16,83,61,205,202,202,202,196,237,183,223,254,181,179,206,58,107,3,99,12,150,101,129,16,130,100,50,137,68,34,1,65,16,10,164,67,90,150,101,67,211,52,133,82,234,104,154,102,37,147,73,200,178,92,236,35,8,66,241,1,26,27,27,223,253,226,23,191,120,103,225,237,243,2,155,181,120,241,98,212,213,213,61,253,230,155,111,222,121,248,240,225,246,73,187,254,66,85,85,213,135,154,54,17,135,23,236,168,166,105,88,178,100,201,255,62,112,224,192,87,122,123,123,47,214,117,93,216,182,109,219,133,11,22,44,216,105,154,38,220,110,55,42,43,43,65,41,117,214,172,89,179,146,16,226,202,229,114,131,125,125,125,72,36,18,197,251,218,182,141,21,43,86,188,119,206,57,231,188,217,209,209,177,42,153,76,182,117,119,119,207,17,4,33,50,13,88,143,52,247,96,70,72,30,77,243,145,121,152,194,233,18,80,56,72,215,123,188,25,56,204,58,30,82,66,33,203,94,164,13,192,208,13,120,3,50,254,238,251,43,144,136,167,32,219,85,8,186,171,167,169,112,66,129,116,202,72,45,94,188,248,198,135,31,122,232,137,225,225,161,54,42,8,86,83,99,203,27,183,222,122,243,15,66,229,126,88,214,196,170,140,30,24,5,115,24,4,81,56,145,125,181,21,69,201,3,32,147,18,166,26,134,33,1,64,50,153,244,61,255,252,243,255,181,173,173,173,242,166,155,110,122,161,172,172,204,178,44,11,94,175,23,233,116,186,224,53,67,150,101,93,81,20,77,211,52,101,98,125,16,82,8,77,102,40,36,0,128,207,231,27,77,38,147,96,140,65,81,20,72,146,4,159,207,135,120,60,14,195,48,88,107,107,235,219,5,96,147,201,100,117,127,127,127,49,172,178,109,27,199,142,29,67,52,26,45,196,221,127,4,112,49,0,164,82,169,121,150,101,193,178,44,20,152,52,206,57,188,94,239,200,200,200,8,54,110,220,136,170,170,42,184,92,46,88,150,5,211,52,209,217,217,137,73,45,180,15,192,42,211,52,125,7,14,28,240,3,152,14,172,215,229,222,31,176,195,59,163,89,126,229,244,176,69,68,34,27,105,207,228,51,231,150,120,170,119,20,192,37,32,32,132,67,55,13,216,60,15,198,24,4,74,224,216,12,90,206,128,193,198,225,45,85,49,183,182,97,218,107,151,148,80,28,141,12,136,95,184,186,114,71,176,236,31,206,217,181,227,192,25,132,32,95,223,92,217,247,133,203,235,145,77,115,98,155,224,162,36,32,153,10,97,116,36,122,66,45,113,225,133,23,254,241,135,63,252,225,205,217,108,214,3,128,141,143,143,87,239,221,187,247,194,45,91,182,172,218,187,119,239,138,174,174,174,139,186,186,186,46,26,31,31,255,218,253,247,223,127,29,33,196,84,85,21,94,175,23,241,120,188,176,175,67,164,188,188,252,88,50,153,44,145,101,89,87,85,53,95,112,92,78,72,169,90,150,54,50,50,2,93,215,33,138,34,114,185,28,134,134,134,112,248,240,97,8,130,128,120,60,190,171,208,55,155,205,74,177,88,172,40,169,5,96,154,154,154,32,203,50,122,122,122,6,143,29,59,6,0,136,197,98,237,162,40,22,247,180,216,190,125,59,6,6,6,138,251,90,16,66,42,68,81,188,204,178,172,230,116,58,189,208,178,44,133,115,46,232,186,126,120,100,100,164,237,164,225,142,207,91,54,96,176,204,190,153,214,143,128,192,100,57,218,31,223,255,141,185,21,231,237,48,236,252,132,234,99,28,177,212,71,32,156,66,34,210,9,156,105,17,154,150,71,52,49,138,18,95,13,108,199,44,168,76,215,142,158,151,94,8,151,214,60,87,217,46,191,116,199,149,203,187,134,162,71,161,217,241,242,99,185,141,95,175,46,57,255,5,85,246,143,80,10,44,80,231,96,255,222,35,224,140,23,2,253,162,232,171,170,154,171,174,174,78,143,141,141,165,13,195,128,207,231,27,173,175,175,223,117,197,21,87,252,98,253,250,245,223,120,236,177,199,158,176,44,75,218,176,97,195,170,179,207,62,251,174,91,111,189,245,159,52,77,67,40,20,66,38,147,1,165,20,140,49,183,166,105,222,73,13,160,17,66,178,154,166,65,81,148,226,70,30,51,31,107,42,73,96,89,22,186,186,186,64,41,45,152,14,99,138,7,203,11,96,89,150,133,146,146,18,156,119,222,121,176,44,11,46,151,11,29,29,29,201,117,235,214,21,124,139,92,38,147,129,227,56,200,229,114,232,235,235,3,231,28,186,174,251,50,153,204,63,230,243,249,239,244,246,246,122,103,142,103,112,112,112,229,201,98,96,17,0,42,75,155,243,37,158,242,141,71,134,223,27,206,26,227,85,83,83,108,2,85,208,63,190,237,155,121,107,213,35,225,146,198,67,182,147,199,88,188,7,57,45,10,175,90,117,226,218,67,50,65,110,68,83,3,200,228,53,40,178,23,178,232,198,145,200,166,175,246,70,63,184,166,47,38,95,227,145,75,254,231,184,113,168,43,111,100,212,104,178,111,89,208,91,191,165,60,56,239,65,147,37,33,138,4,3,35,105,128,9,144,36,2,89,150,145,201,100,170,166,120,176,164,224,193,26,134,1,211,52,193,24,67,46,151,195,188,121,243,158,185,232,162,139,218,55,108,216,112,15,0,188,248,226,139,223,187,246,218,107,31,118,185,92,249,169,210,152,74,165,170,198,198,198,106,167,196,200,228,211,102,113,116,93,71,123,123,59,30,120,224,129,34,88,155,55,111,142,221,112,195,13,199,245,245,120,60,120,249,229,151,241,163,31,253,104,154,154,47,248,6,161,80,168,179,224,116,13,14,14,22,190,171,136,197,98,27,114,185,220,89,147,142,91,76,81,148,183,115,185,92,148,49,70,1,112,74,41,119,185,92,151,228,114,185,133,179,114,197,30,181,20,101,129,198,88,109,120,241,58,219,49,103,132,60,20,121,51,233,123,111,255,163,79,48,195,116,91,102,30,186,145,155,164,13,103,103,140,201,228,95,42,59,10,203,49,145,204,13,183,125,216,251,220,131,130,160,64,160,34,52,43,93,243,209,240,174,43,70,18,61,23,217,204,144,154,203,151,255,146,58,50,184,5,192,34,24,234,205,76,227,136,51,153,76,249,204,48,171,16,151,170,170,138,76,38,131,35,71,142,32,22,139,161,169,169,233,245,66,191,72,36,210,16,137,68,154,92,46,23,84,85,45,82,123,51,89,169,89,60,245,89,201,98,65,16,32,203,50,36,73,130,36,73,211,178,64,133,109,127,166,30,133,243,51,105,69,206,57,41,56,100,217,108,22,46,151,11,241,120,252,177,92,46,119,22,33,4,62,159,239,95,195,225,240,188,96,48,248,183,132,144,187,0,220,9,224,7,77,77,77,119,53,52,52,188,124,82,137,29,26,235,5,165,34,170,2,109,15,29,18,54,220,204,193,213,169,117,192,146,160,98,56,185,111,249,243,239,223,243,187,75,23,222,113,163,44,185,179,159,134,241,36,132,64,18,93,136,38,123,90,247,245,191,244,7,221,78,149,138,147,187,199,16,66,33,9,10,28,102,162,212,83,183,191,42,220,190,142,16,10,145,10,32,148,34,159,230,160,194,52,94,148,159,40,134,118,185,92,24,31,31,199,254,253,251,97,24,6,68,81,132,227,56,249,130,68,76,78,34,157,201,175,18,66,248,108,161,151,227,56,16,69,17,154,166,185,103,35,71,70,70,70,240,240,195,15,79,196,241,178,140,206,206,206,138,41,113,54,47,132,46,148,82,204,155,55,15,37,37,37,69,111,59,26,141,146,157,59,119,78,155,39,195,48,32,73,18,108,219,110,78,38,147,151,79,82,138,59,171,170,170,214,104,154,230,56,142,83,92,32,77,77,77,104,109,109,197,190,125,251,206,61,41,176,19,26,202,70,121,105,93,103,115,213,5,79,119,14,254,233,187,202,140,29,100,4,65,65,44,223,243,31,54,119,255,235,187,243,230,92,126,155,44,168,123,39,170,254,233,164,243,200,167,201,170,64,101,80,34,33,154,254,104,213,158,193,63,60,110,216,217,176,120,130,45,129,24,227,56,183,249,111,254,123,89,48,164,89,182,14,65,160,72,39,116,196,163,89,80,250,241,42,159,4,226,184,9,46,108,238,229,56,14,90,90,90,80,91,91,139,215,94,123,109,65,65,42,234,234,234,122,154,154,154,14,79,221,60,139,16,2,198,24,153,226,245,242,137,117,194,139,210,168,40,10,14,29,58,212,126,162,73,147,101,25,93,93,93,120,243,205,55,79,200,226,73,146,52,167,177,177,17,186,62,65,167,86,85,85,225,140,51,206,40,196,234,216,190,125,123,245,84,96,11,60,182,170,170,200,231,243,231,88,150,165,78,158,222,156,74,165,28,199,113,80,89,89,9,175,215,139,64,32,80,204,19,11,130,192,78,10,108,69,105,75,177,146,112,113,211,215,127,58,16,219,127,85,222,140,215,206,172,87,18,169,130,225,212,161,197,177,244,177,29,115,74,230,63,53,55,124,254,227,37,98,249,126,74,4,93,160,20,160,14,8,161,132,113,199,23,203,244,94,48,146,236,186,115,56,213,125,229,196,111,143,223,190,192,180,242,104,170,186,240,229,198,234,139,159,227,220,134,32,72,16,101,1,137,81,19,193,64,25,4,137,22,156,37,72,146,228,153,9,234,208,208,16,118,239,222,61,77,181,134,195,97,119,71,71,71,145,81,90,177,98,197,139,140,49,45,26,141,22,73,122,89,150,49,58,58,218,172,105,154,60,41,249,178,219,237,86,61,30,79,214,237,118,79,203,202,76,149,240,41,241,237,73,19,240,163,163,163,21,251,247,239,135,105,154,144,36,9,93,93,93,216,189,123,55,36,73,2,33,4,186,174,11,211,49,101,40,208,138,150,101,201,133,231,41,45,45,229,173,173,173,224,156,99,209,162,69,8,6,131,80,20,5,156,243,66,156,255,225,209,163,71,191,60,169,178,167,141,73,156,120,176,137,15,182,99,161,44,208,48,112,249,194,123,110,123,117,231,63,190,198,184,35,205,172,85,18,169,12,6,71,58,150,216,245,157,72,170,243,54,151,28,136,136,196,117,204,37,7,98,140,219,146,53,178,113,142,102,37,171,53,51,85,206,193,48,245,197,173,169,205,102,6,252,174,170,158,149,11,239,185,179,84,173,132,205,77,16,50,17,59,239,249,96,7,18,201,4,68,73,40,102,74,18,137,68,217,84,85,23,143,199,177,111,223,62,8,130,0,151,203,5,81,20,113,228,200,145,115,158,120,226,137,95,30,56,112,160,125,146,172,24,184,249,230,155,127,161,170,42,100,89,70,58,157,134,40,138,80,20,5,140,49,101,138,51,228,201,100,50,126,73,146,98,133,172,140,170,170,208,117,221,63,37,211,226,109,105,105,129,174,235,80,20,5,154,166,225,36,246,215,145,36,9,140,49,72,146,84,180,159,179,212,95,149,52,52,52,20,183,213,203,100,50,35,5,51,66,8,185,124,245,234,213,46,195,48,180,68,34,1,195,48,160,40,10,154,154,154,48,50,50,210,48,56,56,184,170,96,146,202,202,202,22,122,60,158,131,51,226,88,255,180,155,205,175,93,241,118,38,255,253,91,54,116,254,203,111,65,249,113,91,16,16,16,136,84,6,7,19,178,198,120,45,192,107,19,218,49,20,104,43,10,1,148,206,78,224,219,204,132,87,9,15,93,177,240,222,175,4,188,115,134,192,1,1,50,36,136,56,218,23,193,216,104,10,162,36,76,219,251,112,106,219,181,107,215,178,135,31,126,248,135,140,49,38,8,2,75,167,211,165,189,189,189,75,123,122,122,86,24,134,33,78,114,172,145,135,30,122,232,43,117,117,117,35,134,97,128,49,134,108,54,251,113,166,105,138,3,163,105,154,194,57,175,8,133,66,189,201,100,18,79,61,245,20,84,85,197,251,239,191,31,44,244,73,167,211,85,83,195,29,175,215,59,251,243,217,118,168,182,182,150,154,166,201,38,61,122,108,219,182,109,218,115,20,238,63,60,60,188,32,159,207,67,85,85,44,88,176,0,142,227,236,216,179,103,207,96,52,26,173,25,28,28,108,123,228,145,71,222,88,185,114,229,221,130,32,28,157,4,62,248,194,11,47,220,240,218,107,175,253,67,54,155,13,76,89,236,205,149,149,149,165,0,18,83,236,194,116,243,101,113,29,245,229,237,207,46,181,110,116,237,236,125,249,87,182,163,139,2,149,79,76,40,22,36,250,83,214,123,217,142,9,143,92,58,184,168,246,235,43,91,106,46,236,52,237,143,87,190,35,218,136,12,37,209,216,208,4,73,254,88,83,184,221,110,236,217,179,103,100,235,214,173,5,174,184,177,191,191,255,129,217,238,177,124,249,242,55,238,189,247,222,111,157,113,198,25,17,77,211,32,8,2,10,228,194,84,175,120,106,235,236,236,188,244,252,243,207,223,34,138,34,70,70,70,144,201,100,144,72,36,138,29,7,6,6,22,91,150,213,80,90,90,122,148,82,138,112,56,92,136,135,143,187,214,224,224,224,124,198,88,115,69,69,197,97,74,41,234,234,234,142,91,76,83,212,118,147,219,237,174,241,251,253,131,162,40,66,85,213,212,245,215,95,255,159,31,121,228,145,223,50,198,208,221,221,125,113,79,79,207,86,151,203,149,154,212,46,62,195,48,84,191,223,159,156,55,111,222,182,131,7,15,158,63,73,138,92,33,138,226,62,0,127,60,105,218,206,116,242,56,179,122,197,227,126,185,166,115,123,207,51,79,39,180,161,22,81,144,39,139,215,62,123,99,220,6,227,54,170,2,173,111,156,223,114,253,183,114,26,139,88,51,118,84,117,28,7,34,81,81,53,167,18,116,74,118,72,20,69,172,94,189,250,241,173,91,183,222,208,223,223,95,127,2,213,199,252,126,127,98,233,210,165,175,95,122,233,165,143,183,181,181,109,118,185,92,92,211,52,120,60,30,216,182,13,89,150,81,91,91,91,76,139,205,159,63,255,168,162,40,166,97,24,50,0,228,114,57,73,211,52,88,150,133,171,174,186,10,138,162,224,221,119,223,237,234,234,234,42,104,13,18,143,199,107,252,126,255,81,195,48,16,12,6,177,102,205,26,56,142,3,73,146,16,137,68,18,191,255,253,239,11,227,181,188,94,111,69,99,99,227,97,203,178,80,86,86,134,27,110,184,1,185,92,14,146,36,33,22,139,141,189,247,222,123,5,71,204,41,45,45,173,111,107,107,27,212,52,13,199,142,29,195,162,69,139,158,189,235,174,187,156,103,158,121,230,23,99,99,99,229,166,105,202,166,105,150,21,180,215,188,121,243,222,255,254,247,191,127,75,58,157,14,222,119,223,125,91,25,99,240,120,60,62,191,223,95,245,49,73,196,57,50,232,156,17,70,16,140,140,31,1,135,9,83,103,72,106,145,224,209,232,214,159,244,143,239,184,197,112,242,42,37,199,215,9,207,150,200,113,152,13,14,14,175,28,30,169,41,105,255,31,53,161,230,7,43,130,205,24,30,31,69,123,203,149,211,180,5,33,64,247,135,49,228,50,214,52,96,11,100,68,50,153,44,235,238,238,94,212,215,215,183,16,0,103,140,137,149,149,149,189,225,112,248,112,32,16,24,172,168,168,24,183,109,27,5,66,61,24,12,22,83,122,51,165,69,16,4,116,116,116,180,15,14,14,86,5,2,129,35,146,36,245,214,214,214,50,198,24,154,155,155,225,118,187,145,76,38,165,245,235,215,95,168,170,42,171,174,174,238,172,175,175,31,115,185,92,197,114,24,85,85,139,215,138,197,98,226,250,245,235,151,123,60,30,90,83,83,115,160,162,162,98,172,208,207,113,28,116,119,119,23,19,18,140,49,209,178,172,243,188,94,47,15,6,131,221,45,45,45,201,194,246,187,123,246,236,65,46,151,67,32,16,128,101,89,37,125,125,125,151,116,117,117,93,24,141,70,27,234,234,234,58,150,46,93,250,214,156,57,115,186,25,99,182,32,8,52,18,137,156,101,154,166,43,20,10,29,20,69,49,115,221,117,215,241,79,6,150,152,208,114,58,242,86,18,170,228,67,44,115,180,126,52,249,209,45,195,201,189,183,229,237,204,28,198,44,66,8,157,1,50,7,227,12,156,51,136,130,203,241,171,21,221,213,193,246,135,253,114,229,115,138,232,73,113,146,68,69,176,25,163,241,241,19,2,219,245,97,12,185,180,57,13,216,169,137,230,66,105,203,212,64,63,159,207,195,113,156,105,153,30,143,199,51,13,216,19,17,12,253,253,253,72,167,211,48,12,3,177,88,12,245,245,245,96,140,161,174,174,14,46,151,171,72,241,21,60,101,159,207,87,220,119,120,230,216,210,233,52,34,145,8,74,75,75,193,24,43,22,218,21,42,41,247,237,219,7,211,52,139,231,90,90,90,224,247,251,145,207,231,81,94,94,94,244,118,247,239,223,143,92,46,7,69,81,224,245,122,225,243,249,32,138,34,60,30,15,34,145,8,20,69,1,33,4,185,92,14,5,167,144,16,130,76,38,3,195,48,112,211,77,55,125,250,186,98,6,6,139,25,80,100,95,95,67,217,5,247,87,148,156,249,128,35,164,219,70,98,135,190,144,202,71,235,50,122,180,132,113,135,18,14,34,80,217,244,168,193,120,216,223,116,184,170,116,225,38,175,84,217,195,136,102,101,243,227,176,153,137,255,155,50,93,219,182,139,20,226,148,250,38,88,150,85,44,240,254,76,5,240,150,5,195,48,102,205,253,114,206,97,154,38,68,81,44,94,123,102,154,112,102,95,195,48,64,233,39,155,43,211,52,139,84,232,108,228,142,227,56,197,12,81,33,237,87,88,224,5,71,172,176,88,102,142,233,255,12,0,27,241,226,245,183,72,153,60,0,0,0,0,73,69,78,68,174,66,96,130]
    },
    {
    "doc_type_code":"Mulkiya",
    "type": "Policy",
    "file_name": "Mulkiya Card.jpg",
    "file_data": [137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,118,0,0,0,50,8,6,0,0,0,137,110,47,107,0,0,0,9,112,72,89,115,0,0,11,19,0,0,11,19,1,0,154,156,24,0,0,10,79,105,67,67,80,80,104,111,116,111,115,104,111,112,32,73,67,67,32,112,114,111,102,105,108,101,0,0,120,218,157,83,103,84,83,233,22,61,247,222,244,66,75,136,128,148,75,111,82,21,8,32,82,66,139,128,20,145,38,42,33,9,16,74,136,33,161,217,21,81,193,17,69,69,4,27,200,160,136,3,142,142,128,140,21,81,44,12,138,10,216,7,228,33,162,142,131,163,136,138,202,251,225,123,163,107,214,188,247,230,205,254,181,215,62,231,172,243,157,179,207,7,192,8,12,150,72,51,81,53,128,12,169,66,30,17,224,131,199,196,198,225,228,46,64,129,10,36,112,0,16,8,179,100,33,115,253,35,1,0,248,126,60,60,43,34,192,7,190,0,1,120,211,11,8,0,192,77,155,192,48,28,135,255,15,234,66,153,92,1,128,132,1,192,116,145,56,75,8,128,20,0,64,122,142,66,166,0,64,70,1,128,157,152,38,83,0,160,4,0,96,203,99,98,227,0,80,45,0,96,39,127,230,211,0,128,157,248,153,123,1,0,91,148,33,21,1,160,145,0,32,19,101,136,68,0,104,59,0,172,207,86,138,69,0,88,48,0,20,102,75,196,57,0,216,45,0,48,73,87,102,72,0,176,183,0,192,206,16,11,178,0,8,12,0,48,81,136,133,41,0,4,123,0,96,200,35,35,120,0,132,153,0,20,70,242,87,60,241,43,174,16,231,42,0,0,120,153,178,60,185,36,57,69,129,91,8,45,113,7,87,87,46,30,40,206,73,23,43,20,54,97,2,97,154,64,46,194,121,153,25,50,129,52,15,224,243,204,0,0,160,145,21,17,224,131,243,253,120,206,14,174,206,206,54,142,182,14,95,45,234,191,6,255,34,98,98,227,254,229,207,171,112,64,0,0,225,116,126,209,254,44,47,179,26,128,59,6,128,109,254,162,37,238,4,104,94,11,160,117,247,139,102,178,15,64,181,0,160,233,218,87,243,112,248,126,60,60,69,161,144,185,217,217,229,228,228,216,74,196,66,91,97,202,87,125,254,103,194,95,192,87,253,108,249,126,60,252,247,245,224,190,226,36,129,50,93,129,71,4,248,224,194,204,244,76,165,28,207,146,9,132,98,220,230,143,71,252,183,11,255,252,29,211,34,196,73,98,185,88,42,20,227,81,18,113,142,68,154,140,243,50,165,34,137,66,146,41,197,37,210,255,100,226,223,44,251,3,62,223,53,0,176,106,62,1,123,145,45,168,93,99,3,246,75,39,16,88,116,192,226,247,0,0,242,187,111,193,212,40,8,3,128,104,131,225,207,119,255,239,63,253,71,160,37,0,128,102,73,146,113,0,0,94,68,36,46,84,202,179,63,199,8,0,0,68,160,129,42,176,65,27,244,193,24,44,192,6,28,193,5,220,193,11,252,96,54,132,66,36,196,194,66,16,66,10,100,128,28,114,96,41,172,130,66,40,134,205,176,29,42,96,47,212,64,29,52,192,81,104,134,147,112,14,46,194,85,184,14,61,112,15,250,97,8,158,193,40,188,129,9,4,65,200,8,19,97,33,218,136,1,98,138,88,35,142,8,23,153,133,248,33,193,72,4,18,139,36,32,201,136,20,81,34,75,145,53,72,49,82,138,84,32,85,72,29,242,61,114,2,57,135,92,70,186,145,59,200,0,50,130,252,134,188,71,49,148,129,178,81,61,212,12,181,67,185,168,55,26,132,70,162,11,208,100,116,49,154,143,22,160,155,208,114,180,26,61,140,54,161,231,208,171,104,15,218,143,62,67,199,48,192,232,24,7,51,196,108,48,46,198,195,66,177,56,44,9,147,99,203,177,34,172,12,171,198,26,176,86,172,3,187,137,245,99,207,177,119,4,18,129,69,192,9,54,4,119,66,32,97,30,65,72,88,76,88,78,216,72,168,32,28,36,52,17,218,9,55,9,3,132,81,194,39,34,147,168,75,180,38,186,17,249,196,24,98,50,49,135,88,72,44,35,214,18,143,19,47,16,123,136,67,196,55,36,18,137,67,50,39,185,144,2,73,177,164,84,210,18,210,70,210,110,82,35,233,44,169,155,52,72,26,35,147,201,218,100,107,178,7,57,148,44,32,43,200,133,228,157,228,195,228,51,228,27,228,33,242,91,10,157,98,64,113,164,248,83,226,40,82,202,106,74,25,229,16,229,52,229,6,101,152,50,65,85,163,154,82,221,168,161,84,17,53,143,90,66,173,161,182,82,175,81,135,168,19,52,117,154,57,205,131,22,73,75,165,173,162,149,211,26,104,23,104,247,105,175,232,116,186,17,221,149,30,78,151,208,87,210,203,233,71,232,151,232,3,244,119,12,13,134,21,131,199,136,103,40,25,155,24,7,24,103,25,119,24,175,152,76,166,25,211,139,25,199,84,48,55,49,235,152,231,153,15,153,111,85,88,42,182,42,124,21,145,202,10,149,74,149,38,149,27,42,47,84,169,170,166,170,222,170,11,85,243,85,203,84,143,169,94,83,125,174,70,85,51,83,227,169,9,212,150,171,85,170,157,80,235,83,27,83,103,169,59,168,135,170,103,168,111,84,63,164,126,89,253,137,6,89,195,76,195,79,67,164,81,160,177,95,227,188,198,32,11,99,25,179,120,44,33,107,13,171,134,117,129,53,196,38,177,205,217,124,118,42,187,152,253,29,187,139,61,170,169,161,57,67,51,74,51,87,179,82,243,148,102,63,7,227,152,113,248,156,116,78,9,231,40,167,151,243,126,138,222,20,239,41,226,41,27,166,52,76,185,49,101,92,107,170,150,151,150,88,171,72,171,81,171,71,235,189,54,174,237,167,157,166,189,69,187,89,251,129,14,65,199,74,39,92,39,71,103,143,206,5,157,231,83,217,83,221,167,10,167,22,77,61,58,245,174,46,170,107,165,27,161,187,68,119,191,110,167,238,152,158,190,94,128,158,76,111,167,222,121,189,231,250,28,125,47,253,84,253,109,250,167,245,71,12,88,6,179,12,36,6,219,12,206,24,60,197,53,113,111,60,29,47,199,219,241,81,67,93,195,64,67,165,97,149,97,151,225,132,145,185,209,60,163,213,70,141,70,15,140,105,198,92,227,36,227,109,198,109,198,163,38,6,38,33,38,75,77,234,77,238,154,82,77,185,166,41,166,59,76,59,76,199,205,204,205,162,205,214,153,53,155,61,49,215,50,231,155,231,155,215,155,223,183,96,90,120,90,44,182,168,182,184,101,73,178,228,90,166,89,238,182,188,110,133,90,57,89,165,88,85,90,93,179,70,173,157,173,37,214,187,173,187,167,17,167,185,78,147,78,171,158,214,103,195,176,241,182,201,182,169,183,25,176,229,216,6,219,174,182,109,182,125,97,103,98,23,103,183,197,174,195,238,147,189,147,125,186,125,141,253,61,7,13,135,217,14,171,29,90,29,126,115,180,114,20,58,86,58,222,154,206,156,238,63,125,197,244,150,233,47,103,88,207,16,207,216,51,227,182,19,203,41,196,105,157,83,155,211,71,103,23,103,185,115,131,243,136,139,137,75,130,203,46,151,62,46,155,27,198,221,200,189,228,74,116,245,113,93,225,122,210,245,157,155,179,155,194,237,168,219,175,238,54,238,105,238,135,220,159,204,52,159,41,158,89,51,115,208,195,200,67,224,81,229,209,63,11,159,149,48,107,223,172,126,79,67,79,129,103,181,231,35,47,99,47,145,87,173,215,176,183,165,119,170,247,97,239,23,62,246,62,114,159,227,62,227,60,55,222,50,222,89,95,204,55,192,183,200,183,203,79,195,111,158,95,133,223,67,127,35,255,100,255,122,255,209,0,167,128,37,1,103,3,137,129,65,129,91,2,251,248,122,124,33,191,142,63,58,219,101,246,178,217,237,65,140,160,185,65,21,65,143,130,173,130,229,193,173,33,104,200,236,144,173,33,247,231,152,206,145,206,105,14,133,80,126,232,214,208,7,97,230,97,139,195,126,12,39,133,135,133,87,134,63,142,112,136,88,26,209,49,151,53,119,209,220,67,115,223,68,250,68,150,68,222,155,103,49,79,57,175,45,74,53,42,62,170,46,106,60,218,55,186,52,186,63,198,46,102,89,204,213,88,157,88,73,108,75,28,57,46,42,174,54,110,108,190,223,252,237,243,135,226,157,226,11,227,123,23,152,47,200,93,112,121,161,206,194,244,133,167,22,169,46,18,44,58,150,64,76,136,78,56,148,240,65,16,42,168,22,140,37,242,19,119,37,142,10,121,194,29,194,103,34,47,209,54,209,136,216,67,92,42,30,78,242,72,42,77,122,146,236,145,188,53,121,36,197,51,165,44,229,185,132,39,169,144,188,76,13,76,221,155,58,158,22,154,118,32,109,50,61,58,189,49,131,146,145,144,113,66,170,33,77,147,182,103,234,103,230,102,118,203,172,101,133,178,254,197,110,139,183,47,30,149,7,201,107,179,144,172,5,89,45,10,182,66,166,232,84,90,40,215,42,7,178,103,101,87,102,191,205,137,202,57,150,171,158,43,205,237,204,179,202,219,144,55,156,239,159,255,237,18,194,18,225,146,182,165,134,75,87,45,29,88,230,189,172,106,57,178,60,113,121,219,10,227,21,5,43,134,86,6,172,60,184,138,182,42,109,213,79,171,237,87,151,174,126,189,38,122,77,107,129,94,193,202,130,193,181,1,107,235,11,85,10,229,133,125,235,220,215,237,93,79,88,47,89,223,181,97,250,134,157,27,62,21,137,138,174,20,219,23,151,21,127,216,40,220,120,229,27,135,111,202,191,153,220,148,180,169,171,196,185,100,207,102,210,102,233,230,222,45,158,91,14,150,170,151,230,151,14,110,13,217,218,180,13,223,86,180,237,245,246,69,219,47,151,205,40,219,187,131,182,67,185,163,191,60,184,188,101,167,201,206,205,59,63,84,164,84,244,84,250,84,54,238,210,221,181,97,215,248,110,209,238,27,123,188,246,52,236,213,219,91,188,247,253,62,201,190,219,85,1,85,77,213,102,213,101,251,73,251,179,247,63,174,137,170,233,248,150,251,109,93,173,78,109,113,237,199,3,210,3,253,7,35,14,182,215,185,212,213,29,210,61,84,82,143,214,43,235,71,14,199,31,190,254,157,239,119,45,13,54,13,85,141,156,198,226,35,112,68,121,228,233,247,9,223,247,30,13,58,218,118,140,123,172,225,7,211,31,118,29,103,29,47,106,66,154,242,154,70,155,83,154,251,91,98,91,186,79,204,62,209,214,234,222,122,252,71,219,31,15,156,52,60,89,121,74,243,84,201,105,218,233,130,211,147,103,242,207,140,157,149,157,125,126,46,249,220,96,219,162,182,123,231,99,206,223,106,15,111,239,186,16,116,225,210,69,255,139,231,59,188,59,206,92,242,184,116,242,178,219,229,19,87,184,87,154,175,58,95,109,234,116,234,60,254,147,211,79,199,187,156,187,154,174,185,92,107,185,238,122,189,181,123,102,247,233,27,158,55,206,221,244,189,121,241,22,255,214,213,158,57,61,221,189,243,122,111,247,197,247,245,223,22,221,126,114,39,253,206,203,187,217,119,39,238,173,188,79,188,95,244,64,237,65,217,67,221,135,213,63,91,254,220,216,239,220,127,106,192,119,160,243,209,220,71,247,6,133,131,207,254,145,245,143,15,67,5,143,153,143,203,134,13,134,235,158,56,62,57,57,226,63,114,253,233,252,167,67,207,100,207,38,158,23,254,162,254,203,174,23,22,47,126,248,213,235,215,206,209,152,209,161,151,242,151,147,191,109,124,165,253,234,192,235,25,175,219,198,194,198,30,190,201,120,51,49,94,244,86,251,237,193,119,220,119,29,239,163,223,15,79,228,124,32,127,40,255,104,249,177,245,83,208,167,251,147,25,147,147,255,4,3,152,243,252,99,51,45,219,0,0,0,32,99,72,82,77,0,0,122,37,0,0,128,131,0,0,249,255,0,0,128,233,0,0,117,48,0,0,234,96,0,0,58,152,0,0,23,111,146,95,197,70,0,0,31,48,73,68,65,84,120,218,236,124,121,116,92,213,157,230,119,239,91,107,151,170,74,155,37,89,59,50,70,54,50,54,96,227,0,134,0,49,75,198,105,135,64,104,72,19,32,27,166,67,128,161,51,147,48,103,232,51,39,153,25,58,221,147,9,75,18,154,173,9,193,97,9,164,49,97,49,196,24,108,129,55,188,91,146,23,36,203,90,74,82,169,84,123,213,219,239,157,63,164,42,36,217,50,144,153,147,131,51,190,58,239,232,212,171,91,239,221,119,191,251,219,190,223,239,93,194,57,71,220,249,8,150,173,35,26,59,28,62,48,176,238,158,254,248,174,85,14,179,60,65,79,245,206,249,115,87,254,124,126,221,23,59,76,91,199,159,211,4,42,33,18,235,66,38,51,6,89,81,64,109,25,68,20,224,113,249,161,200,1,184,93,1,112,206,0,0,132,2,70,158,161,123,107,10,156,1,32,128,32,8,24,30,30,198,246,237,219,225,247,251,97,154,38,56,231,197,235,115,206,161,40,10,108,219,134,199,227,129,227,56,8,133,66,208,117,29,139,22,45,130,44,203,197,254,132,144,226,127,219,182,49,52,52,132,173,91,183,162,190,190,30,151,93,118,25,36,73,154,118,237,66,255,15,63,252,16,109,109,109,24,30,30,134,97,24,168,169,169,1,99,12,162,40,2,0,108,219,134,101,89,0,128,157,59,119,34,20,10,129,115,142,133,11,23,34,147,201,0,0,220,110,55,56,231,96,140,193,182,109,104,154,6,199,113,138,247,49,77,19,154,166,21,239,41,8,2,220,110,55,40,165,240,120,60,160,148,130,115,14,219,182,33,138,34,70,71,71,145,76,38,225,241,120,208,222,222,14,219,182,1,0,11,23,46,4,0,136,0,32,112,17,89,35,93,241,78,231,191,188,17,205,28,90,36,10,42,8,8,134,18,251,235,70,211,71,174,150,68,215,215,154,107,150,191,106,59,198,103,71,150,16,152,102,30,32,56,221,254,130,77,4,128,193,232,135,103,31,25,217,116,227,72,186,107,145,42,249,63,254,82,80,97,57,186,178,237,240,111,126,18,246,54,190,6,128,113,240,79,143,41,40,56,49,160,233,73,8,84,57,61,219,127,105,96,247,244,189,114,245,104,250,224,53,146,232,62,190,131,160,32,163,197,26,247,118,191,87,41,81,79,132,131,125,58,72,5,1,54,207,193,235,85,32,139,106,81,197,156,110,127,65,96,135,227,135,203,117,150,46,161,68,56,97,39,14,238,242,75,213,30,183,20,6,227,206,39,104,94,1,14,51,1,57,131,156,99,128,195,1,8,249,12,114,126,186,253,63,3,150,82,194,9,7,7,231,152,197,24,114,71,48,225,8,250,73,129,165,84,130,233,36,17,201,110,70,192,95,9,153,132,0,56,56,141,234,95,190,209,169,234,243,211,168,216,217,14,66,36,88,118,6,57,251,8,242,230,8,4,72,167,103,247,243,1,236,159,15,42,37,18,108,150,65,247,240,51,176,89,22,2,145,79,207,236,169,0,44,1,64,169,195,9,181,48,243,160,2,3,163,25,16,37,129,180,62,8,74,196,211,179,250,121,177,177,159,212,56,103,162,234,34,126,143,42,129,113,50,45,156,97,204,68,218,24,6,133,116,26,212,83,73,98,9,8,44,71,67,66,27,185,88,150,66,16,4,63,68,193,15,69,42,131,206,18,136,102,14,129,82,233,180,127,116,74,170,98,66,209,63,190,253,107,110,175,11,129,146,32,252,37,165,72,235,131,72,229,251,192,152,13,2,114,154,88,58,21,129,21,168,140,104,250,240,178,222,145,142,187,202,2,53,200,230,226,200,104,81,16,66,79,19,15,167,178,141,5,0,81,144,176,229,208,83,15,200,130,235,80,169,187,233,13,66,8,56,8,78,7,169,167,120,184,67,8,133,195,44,121,83,247,163,47,29,25,126,231,78,129,72,84,160,82,49,254,229,167,149,241,169,26,199,2,148,138,176,153,225,218,59,240,135,95,28,24,90,183,43,158,233,191,158,113,167,150,16,74,132,73,58,82,32,34,8,17,64,169,0,66,232,233,25,254,188,171,226,34,184,68,0,136,128,164,54,112,118,34,63,240,156,75,242,229,21,201,123,72,20,228,113,155,18,227,104,124,151,201,28,243,104,90,143,190,235,150,132,109,30,217,29,21,4,233,180,123,245,121,7,246,99,128,69,128,0,134,157,115,235,118,102,17,231,28,2,149,16,215,250,1,16,164,70,55,220,35,16,57,19,242,206,221,86,21,56,235,161,114,127,203,91,34,149,116,118,122,206,63,223,192,78,181,189,4,180,72,53,79,37,41,28,110,248,70,82,221,151,141,166,14,93,22,80,171,123,90,107,46,186,175,210,211,246,252,105,135,235,115,102,99,63,51,232,160,16,168,12,74,69,36,245,193,166,237,31,253,238,185,221,253,47,61,239,112,39,52,225,120,157,110,167,36,176,211,99,97,9,148,10,232,139,111,189,238,131,35,79,190,151,213,199,231,138,194,233,170,138,207,45,176,156,51,48,110,195,102,6,28,110,129,115,134,217,171,44,8,36,193,141,88,182,231,172,119,14,60,180,49,171,141,181,78,128,91,200,20,81,0,4,156,243,105,7,0,200,178,60,235,161,40,10,20,69,129,40,138,159,137,48,33,132,64,16,132,191,74,146,229,207,180,177,28,54,51,65,137,8,85,242,39,20,193,21,83,164,96,206,180,114,134,201,51,229,182,109,150,27,118,198,83,144,212,153,77,18,84,164,180,72,227,134,125,63,127,254,154,115,127,188,194,163,6,146,140,57,32,12,16,8,160,170,46,56,14,3,33,128,36,73,112,28,167,117,215,174,93,223,179,109,59,16,139,197,170,9,33,236,227,133,197,169,215,235,205,212,212,212,236,152,59,119,110,71,32,16,216,163,170,106,206,48,140,105,21,135,211,23,35,47,44,2,87,42,149,170,179,109,123,76,146,164,241,217,250,255,127,1,172,195,44,80,8,168,9,156,253,82,89,160,245,201,18,181,118,187,199,163,164,42,124,95,176,250,34,187,161,211,131,42,177,195,161,156,125,236,178,254,241,157,127,63,158,61,182,132,82,17,51,203,110,36,193,133,209,204,161,179,55,237,123,250,159,23,148,221,248,45,195,206,79,74,17,96,112,9,182,166,130,80,192,178,44,248,253,254,228,161,67,135,110,138,70,163,225,217,198,181,123,247,238,175,18,66,80,86,86,214,191,108,217,178,103,207,61,247,220,7,20,69,73,157,240,161,39,202,55,27,126,246,179,159,189,208,213,213,181,36,24,12,70,107,107,107,255,102,201,146,37,31,24,134,49,109,1,156,170,210,252,153,128,181,28,29,33,79,195,254,214,202,75,239,242,43,149,239,48,193,1,183,69,16,2,48,238,128,113,6,66,136,46,139,222,33,191,111,254,211,85,165,243,126,23,207,12,220,180,231,216,186,7,12,39,29,22,232,244,4,188,44,184,209,51,182,233,182,160,167,229,149,186,138,197,175,218,142,1,42,0,37,212,65,247,150,49,128,76,72,144,203,229,26,109,106,106,218,30,141,70,175,154,252,172,213,214,214,246,76,144,38,148,101,50,153,146,225,225,225,185,140,49,68,163,209,185,175,188,242,202,143,182,111,223,126,93,89,89,217,141,243,231,207,223,166,235,58,56,231,197,218,95,65,16,176,118,237,218,251,58,59,59,151,0,192,248,248,120,249,11,47,188,240,237,250,250,250,15,242,249,252,52,169,46,41,41,57,37,193,253,212,192,90,182,134,185,225,69,239,45,105,248,219,175,154,150,62,174,27,25,112,176,137,80,7,4,83,203,82,25,119,96,59,38,68,81,54,27,43,150,61,25,242,157,177,127,99,215,207,95,213,172,68,197,116,112,9,64,56,34,217,109,247,45,91,176,250,117,16,230,0,0,43,99,216,241,78,7,98,163,105,8,34,133,170,170,144,36,169,191,240,171,5,11,22,236,124,244,209,71,47,76,167,211,144,36,9,137,68,194,211,219,219,187,232,245,215,95,191,229,237,183,223,254,166,109,219,116,120,120,184,233,254,251,239,255,247,95,254,242,151,231,5,131,193,1,219,182,97,219,54,24,99,160,148,98,108,108,172,122,58,171,70,115,233,116,26,249,124,190,104,219,203,202,202,32,8,194,95,175,243,228,48,19,101,190,150,221,151,45,184,235,90,85,246,141,155,142,134,79,142,69,39,156,32,205,76,97,78,104,254,142,43,218,255,227,42,137,122,210,133,98,184,9,9,183,65,169,128,193,216,222,243,247,245,188,245,229,68,42,129,177,248,8,210,218,56,220,1,138,124,94,131,174,235,208,52,13,178,44,143,20,174,28,10,133,134,100,89,46,86,244,139,162,152,91,176,96,65,199,154,53,107,110,91,179,102,205,117,30,143,71,7,128,145,145,145,202,183,222,122,235,59,85,85,85,8,6,131,240,122,189,200,102,179,200,231,243,88,190,124,249,175,40,165,89,0,168,168,168,216,178,108,217,178,7,11,192,234,186,142,146,146,18,168,170,10,198,216,95,39,176,156,51,200,130,75,191,180,237,142,111,187,229,210,152,207,93,10,183,18,248,20,192,114,8,84,68,121,105,19,84,197,141,51,170,47,222,182,226,172,53,255,201,102,38,24,119,224,83,67,145,114,127,195,159,194,190,134,77,138,236,102,189,35,31,124,87,178,125,144,28,63,100,39,128,138,242,112,81,194,24,99,51,95,189,176,29,199,65,1,92,199,113,96,89,22,70,71,71,209,208,208,240,210,178,101,203,254,173,208,247,181,215,94,187,49,30,143,123,68,81,44,130,155,203,229,208,208,208,176,174,161,161,161,185,178,178,114,81,91,91,219,69,193,96,240,112,225,245,145,242,242,114,120,189,222,83,22,212,79,165,138,29,110,162,202,219,254,91,61,47,236,60,154,61,8,128,130,49,14,199,225,160,116,118,105,5,33,136,103,35,176,29,2,74,232,68,109,49,23,126,91,230,109,254,98,185,191,246,15,33,105,241,191,247,245,12,229,253,254,114,180,53,171,115,134,18,219,87,89,200,4,75,131,21,113,66,57,206,56,171,30,91,55,117,195,50,39,192,13,133,66,125,83,156,154,162,209,147,101,25,170,170,226,216,177,99,232,237,237,133,40,138,168,169,169,121,19,192,247,0,96,116,116,180,58,153,76,134,188,94,111,142,16,130,112,56,12,93,215,65,41,197,37,151,92,50,234,118,187,71,233,228,131,20,108,106,32,16,128,227,56,16,4,97,214,16,170,16,42,157,204,193,34,132,128,82,58,173,239,103,245,188,11,191,165,148,22,67,179,194,241,103,3,203,193,33,82,21,11,27,174,248,141,207,171,192,97,116,18,54,2,81,12,35,150,236,135,97,88,0,159,110,135,40,5,36,137,162,171,239,109,36,211,81,80,42,76,170,95,59,123,118,195,151,174,183,6,234,216,182,221,6,237,238,138,55,87,86,74,249,218,134,112,100,201,165,87,252,170,162,180,10,30,165,20,20,128,38,51,88,182,5,219,118,64,40,129,44,203,153,19,141,81,146,36,100,179,89,116,117,117,21,39,142,82,154,152,58,49,69,219,207,24,116,93,135,36,73,8,4,2,184,225,134,27,16,12,6,233,222,189,123,57,99,140,23,52,64,33,84,178,44,203,99,89,150,226,56,78,78,150,101,3,0,20,69,129,219,237,70,62,159,39,185,92,206,7,128,187,92,174,140,36,73,69,251,92,232,167,170,42,82,169,148,168,235,186,207,113,28,112,206,185,203,229,74,123,189,94,102,154,38,108,219,62,41,64,46,151,171,48,30,197,182,109,111,95,95,223,60,191,223,63,22,14,135,35,130,32,228,84,85,229,127,22,176,140,217,8,121,235,247,149,186,106,59,96,115,80,124,12,160,99,218,240,42,97,8,200,2,200,3,28,160,2,129,234,22,97,140,83,36,34,20,100,116,33,60,150,94,28,60,135,131,241,3,181,236,232,62,109,241,111,158,121,234,137,216,248,88,155,32,8,70,235,25,103,190,89,86,122,247,237,62,146,142,42,110,13,146,40,98,243,198,237,208,114,58,100,69,62,78,74,167,130,58,62,62,142,45,91,182,128,115,142,186,186,58,168,170,138,68,34,209,84,232,211,210,210,178,55,24,12,246,107,154,6,77,211,144,205,102,33,203,50,182,110,221,186,170,163,163,227,219,195,195,195,173,161,80,232,208,29,119,220,113,189,162,40,185,221,187,119,99,221,186,117,80,20,5,163,163,163,191,137,70,163,87,123,189,222,222,199,30,123,236,107,126,191,191,115,227,198,141,87,60,254,248,227,223,252,232,163,143,206,74,36,18,21,132,16,94,85,85,213,119,249,229,151,63,179,114,229,202,127,115,187,221,121,89,150,233,158,61,123,174,121,246,217,103,191,113,240,224,193,133,233,116,58,52,57,7,60,28,14,15,95,114,201,37,191,191,230,154,107,30,148,101,57,89,240,212,9,33,211,180,131,44,203,100,235,214,173,87,175,95,191,254,187,61,61,61,109,185,92,174,36,157,78,7,84,85,213,61,30,79,166,162,162,162,119,233,210,165,79,92,121,229,149,79,201,178,236,204,92,32,39,87,197,132,131,112,215,209,222,193,30,238,48,243,196,76,146,68,224,118,203,112,149,185,97,228,25,222,125,229,40,134,14,246,195,212,39,178,61,132,72,83,212,138,4,219,57,228,223,176,241,173,103,199,198,198,90,1,192,178,44,247,222,125,187,87,63,250,232,163,214,109,183,125,235,235,134,105,130,82,138,116,58,7,73,158,125,120,146,36,97,108,108,12,27,55,110,68,33,68,169,168,168,64,99,99,163,240,228,147,79,222,90,232,119,221,117,215,61,86,82,82,130,92,46,7,74,41,124,62,31,60,30,15,250,251,251,191,180,101,203,150,171,1,160,175,175,175,121,108,108,108,161,207,231,219,210,220,220,140,187,239,190,27,110,183,27,107,215,174,237,126,241,197,23,87,167,211,233,51,31,120,224,129,127,114,185,92,153,245,235,215,95,63,115,44,209,104,180,114,239,222,189,75,55,111,222,124,237,226,197,139,255,215,230,205,155,239,238,236,236,188,244,68,54,58,30,143,135,15,31,62,188,96,199,142,29,87,252,248,199,63,94,165,40,202,184,227,56,48,77,19,131,131,131,32,132,64,146,36,108,217,178,229,191,172,93,187,246,191,77,241,218,33,138,34,76,211,116,105,154,230,138,197,98,229,157,157,157,75,99,177,216,249,170,170,126,187,16,127,159,121,230,153,51,129,61,94,170,41,17,97,152,177,232,177,232,155,179,210,132,156,115,200,138,132,196,152,129,251,110,95,139,143,14,245,66,86,40,8,61,177,138,113,28,231,156,92,46,215,58,243,252,206,93,59,175,186,96,249,5,213,62,159,111,168,224,44,205,150,168,87,20,133,101,50,153,34,168,46,151,11,0,144,205,102,131,63,249,201,79,30,218,178,101,203,23,0,224,226,139,47,254,227,202,149,43,159,204,100,50,224,156,195,48,12,88,150,5,81,20,209,218,218,186,25,192,237,83,212,180,202,57,135,170,170,152,63,127,62,188,94,47,186,187,187,123,95,124,241,69,0,192,166,77,155,174,2,128,96,48,24,159,63,127,254,122,211,52,99,156,115,174,235,122,245,193,131,7,191,108,89,150,188,109,219,182,75,182,111,223,126,201,228,117,140,150,150,150,247,195,225,240,46,191,223,127,196,52,77,117,96,96,224,210,238,238,238,85,142,227,96,215,174,93,203,159,124,242,201,127,190,243,206,59,111,49,77,19,142,227,224,192,129,3,152,84,217,37,175,190,250,234,223,79,46,214,190,243,206,59,239,87,165,165,165,111,59,142,195,69,81,36,217,108,246,75,127,250,211,159,238,73,165,82,101,175,188,242,202,183,76,211,220,217,218,218,250,107,219,182,177,122,245,234,143,129,37,16,120,145,13,152,97,101,193,68,14,238,6,224,204,230,38,129,112,138,67,189,29,24,29,29,128,97,229,96,88,159,224,46,207,226,36,40,138,194,93,46,87,241,229,224,217,90,127,127,127,205,218,181,107,219,199,198,198,84,81,20,169,105,154,45,131,131,131,75,158,126,250,233,175,12,15,15,215,200,178,236,92,121,229,149,79,220,123,239,189,255,192,57,119,76,211,132,97,24,72,36,38,76,175,97,24,8,135,195,221,130,32,96,210,187,182,2,129,192,144,36,73,160,148,66,215,39,94,242,110,106,106,218,59,197,73,179,174,186,234,170,95,47,95,190,252,103,161,80,104,224,192,129,3,96,140,193,231,243,33,149,74,221,242,224,131,15,62,89,88,232,243,230,205,251,224,218,107,175,253,129,223,239,255,208,52,77,196,98,49,48,198,176,120,241,226,7,27,27,27,239,90,183,110,221,207,1,224,157,119,222,249,198,185,231,158,251,112,121,121,249,206,73,134,13,166,105,66,16,132,76,48,24,28,14,4,2,137,27,111,188,241,50,175,215,59,24,137,68,96,219,54,4,65,192,5,23,92,176,251,156,115,206,217,242,211,159,254,116,125,62,159,87,118,238,220,249,119,94,175,247,215,199,169,226,82,127,101,220,201,230,51,166,158,197,84,85,237,48,27,30,95,121,120,65,245,117,112,152,49,107,106,110,44,121,24,117,75,68,252,234,15,45,120,255,245,49,12,125,100,2,76,128,195,142,95,12,130,32,236,217,180,233,221,35,163,163,35,45,83,207,159,125,118,251,27,77,141,77,17,203,178,64,41,69,46,151,67,44,22,59,161,115,177,123,247,238,21,187,118,237,218,93,88,16,83,61,205,202,202,202,196,237,183,223,254,181,179,206,58,107,3,99,12,150,101,129,16,130,100,50,137,68,34,1,65,16,10,164,67,90,150,101,67,211,52,133,82,234,104,154,102,37,147,73,200,178,92,236,35,8,66,241,1,26,27,27,223,253,226,23,191,120,103,225,237,243,2,155,181,120,241,98,212,213,213,61,253,230,155,111,222,121,248,240,225,246,73,187,254,66,85,85,213,135,154,54,17,135,23,236,168,166,105,88,178,100,201,255,62,112,224,192,87,122,123,123,47,214,117,93,216,182,109,219,133,11,22,44,216,105,154,38,220,110,55,42,43,43,65,41,117,214,172,89,179,146,16,226,202,229,114,131,125,125,125,72,36,18,197,251,218,182,141,21,43,86,188,119,206,57,231,188,217,209,209,177,42,153,76,182,117,119,119,207,17,4,33,50,13,88,143,52,247,96,70,72,30,77,243,145,121,152,194,233,18,80,56,72,215,123,188,25,56,204,58,30,82,66,33,203,94,164,13,192,208,13,120,3,50,254,238,251,43,144,136,167,32,219,85,8,186,171,167,169,112,66,129,116,202,72,45,94,188,248,198,135,31,122,232,137,225,225,161,54,42,8,86,83,99,203,27,183,222,122,243,15,66,229,126,88,214,196,170,140,30,24,5,115,24,4,81,56,145,125,181,21,69,201,3,32,147,18,166,26,134,33,1,64,50,153,244,61,255,252,243,255,181,173,173,173,242,166,155,110,122,161,172,172,204,178,44,11,94,175,23,233,116,186,224,53,67,150,101,93,81,20,77,211,52,101,98,125,16,82,8,77,102,40,36,0,128,207,231,27,77,38,147,96,140,65,81,20,72,146,4,159,207,135,120,60,14,195,48,88,107,107,235,219,5,96,147,201,100,117,127,127,127,49,172,178,109,27,199,142,29,67,52,26,45,196,221,127,4,112,49,0,164,82,169,121,150,101,193,178,44,20,152,52,206,57,188,94,239,200,200,200,8,54,110,220,136,170,170,42,184,92,46,88,150,5,211,52,209,217,217,137,73,45,180,15,192,42,211,52,125,7,14,28,240,3,152,14,172,215,229,222,31,176,195,59,163,89,126,229,244,176,69,68,34,27,105,207,228,51,231,150,120,170,119,20,192,37,32,32,132,67,55,13,216,60,15,198,24,4,74,224,216,12,90,206,128,193,198,225,45,85,49,183,182,97,218,107,151,148,80,28,141,12,136,95,184,186,114,71,176,236,31,206,217,181,227,192,25,132,32,95,223,92,217,247,133,203,235,145,77,115,98,155,224,162,36,32,153,10,97,116,36,122,66,45,113,225,133,23,254,241,135,63,252,225,205,217,108,214,3,128,141,143,143,87,239,221,187,247,194,45,91,182,172,218,187,119,239,138,174,174,174,139,186,186,186,46,26,31,31,255,218,253,247,223,127,29,33,196,84,85,21,94,175,23,241,120,188,176,175,67,164,188,188,252,88,50,153,44,145,101,89,87,85,53,95,112,92,78,72,169,90,150,54,50,50,2,93,215,33,138,34,114,185,28,134,134,134,112,248,240,97,8,130,128,120,60,190,171,208,55,155,205,74,177,88,172,40,169,5,96,154,154,154,32,203,50,122,122,122,6,143,29,59,6,0,136,197,98,237,162,40,22,247,180,216,190,125,59,6,6,6,138,251,90,16,66,42,68,81,188,204,178,172,230,116,58,189,208,178,44,133,115,46,232,186,126,120,100,100,164,237,164,225,142,207,91,54,96,176,204,190,153,214,143,128,192,100,57,218,31,223,255,141,185,21,231,237,48,236,252,132,234,99,28,177,212,71,32,156,66,34,210,9,156,105,17,154,150,71,52,49,138,18,95,13,108,199,44,168,76,215,142,158,151,94,8,151,214,60,87,217,46,191,116,199,149,203,187,134,162,71,161,217,241,242,99,185,141,95,175,46,57,255,5,85,246,143,80,10,44,80,231,96,255,222,35,224,140,23,2,253,162,232,171,170,154,171,174,174,78,143,141,141,165,13,195,128,207,231,27,173,175,175,223,117,197,21,87,252,98,253,250,245,223,120,236,177,199,158,176,44,75,218,176,97,195,170,179,207,62,251,174,91,111,189,245,159,52,77,67,40,20,66,38,147,1,165,20,140,49,183,166,105,222,73,13,160,17,66,178,154,166,65,81,148,226,70,30,51,31,107,42,73,96,89,22,186,186,186,64,41,45,152,14,99,138,7,203,11,96,89,150,133,146,146,18,156,119,222,121,176,44,11,46,151,11,29,29,29,201,117,235,214,21,124,139,92,38,147,129,227,56,200,229,114,232,235,235,3,231,28,186,174,251,50,153,204,63,230,243,249,239,244,246,246,122,103,142,103,112,112,112,229,201,98,96,17,0,42,75,155,243,37,158,242,141,71,134,223,27,206,26,227,85,83,83,108,2,85,208,63,190,237,155,121,107,213,35,225,146,198,67,182,147,199,88,188,7,57,45,10,175,90,117,226,218,67,50,65,110,68,83,3,200,228,53,40,178,23,178,232,198,145,200,166,175,246,70,63,184,166,47,38,95,227,145,75,254,231,184,113,168,43,111,100,212,104,178,111,89,208,91,191,165,60,56,239,65,147,37,33,138,4,3,35,105,128,9,144,36,2,89,150,145,201,100,170,166,120,176,164,224,193,26,134,1,211,52,193,24,67,46,151,195,188,121,243,158,185,232,162,139,218,55,108,216,112,15,0,188,248,226,139,223,187,246,218,107,31,118,185,92,249,169,210,152,74,165,170,198,198,198,106,167,196,200,228,211,102,113,116,93,71,123,123,59,30,120,224,129,34,88,155,55,111,142,221,112,195,13,199,245,245,120,60,120,249,229,151,241,163,31,253,104,154,154,47,248,6,161,80,168,179,224,116,13,14,14,22,190,171,136,197,98,27,114,185,220,89,147,142,91,76,81,148,183,115,185,92,148,49,70,1,112,74,41,119,185,92,151,228,114,185,133,179,114,197,30,181,20,101,129,198,88,109,120,241,58,219,49,103,132,60,20,121,51,233,123,111,255,163,79,48,195,116,91,102,30,186,145,155,164,13,103,103,140,201,228,95,42,59,10,203,49,145,204,13,183,125,216,251,220,131,130,160,64,160,34,52,43,93,243,209,240,174,43,70,18,61,23,217,204,144,154,203,151,255,146,58,50,184,5,192,34,24,234,205,76,227,136,51,153,76,249,204,48,171,16,151,170,170,138,76,38,131,35,71,142,32,22,139,161,169,169,233,245,66,191,72,36,210,16,137,68,154,92,46,23,84,85,45,82,123,51,89,169,89,60,245,89,201,98,65,16,32,203,50,36,73,130,36,73,211,178,64,133,109,127,166,30,133,243,51,105,69,206,57,41,56,100,217,108,22,46,151,11,241,120,252,177,92,46,119,22,33,4,62,159,239,95,195,225,240,188,96,48,248,183,132,144,187,0,220,9,224,7,77,77,77,119,53,52,52,188,124,82,137,29,26,235,5,165,34,170,2,109,15,29,18,54,220,204,193,213,169,117,192,146,160,98,56,185,111,249,243,239,223,243,187,75,23,222,113,163,44,185,179,159,134,241,36,132,64,18,93,136,38,123,90,247,245,191,244,7,221,78,149,138,147,187,199,16,66,33,9,10,28,102,162,212,83,183,191,42,220,190,142,16,10,145,10,32,148,34,159,230,160,194,52,94,148,159,40,134,118,185,92,24,31,31,199,254,253,251,97,24,6,68,81,132,227,56,249,130,68,76,78,34,157,201,175,18,66,248,108,161,151,227,56,16,69,17,154,166,185,103,35,71,70,70,70,240,240,195,15,79,196,241,178,140,206,206,206,138,41,113,54,47,132,46,148,82,204,155,55,15,37,37,37,69,111,59,26,141,146,157,59,119,78,155,39,195,48,32,73,18,108,219,110,78,38,147,151,79,82,138,59,171,170,170,214,104,154,230,56,142,83,92,32,77,77,77,104,109,109,197,190,125,251,206,61,41,176,19,26,202,70,121,105,93,103,115,213,5,79,119,14,254,233,187,202,140,29,100,4,65,65,44,223,243,31,54,119,255,235,187,243,230,92,126,155,44,168,123,39,170,254,233,164,243,200,167,201,170,64,101,80,34,33,154,254,104,213,158,193,63,60,110,216,217,176,120,130,45,129,24,227,56,183,249,111,254,123,89,48,164,89,182,14,65,160,72,39,116,196,163,89,80,250,241,42,159,4,226,184,9,46,108,238,229,56,14,90,90,90,80,91,91,139,215,94,123,109,65,65,42,234,234,234,122,154,154,154,14,79,221,60,139,16,2,198,24,153,226,245,242,137,117,194,139,210,168,40,10,14,29,58,212,126,162,73,147,101,25,93,93,93,120,243,205,55,79,200,226,73,146,52,167,177,177,17,186,62,65,167,86,85,85,225,140,51,206,40,196,234,216,190,125,123,245,84,96,11,60,182,170,170,200,231,243,231,88,150,165,78,158,222,156,74,165,28,199,113,80,89,89,9,175,215,139,64,32,80,204,19,11,130,192,78,10,108,69,105,75,177,146,112,113,211,215,127,58,16,219,127,85,222,140,215,206,172,87,18,169,130,225,212,161,197,177,244,177,29,115,74,230,63,53,55,124,254,227,37,98,249,126,74,4,93,160,20,160,14,8,161,132,113,199,23,203,244,94,48,146,236,186,115,56,213,125,229,196,111,143,223,190,192,180,242,104,170,186,240,229,198,234,139,159,227,220,134,32,72,16,101,1,137,81,19,193,64,25,4,137,22,156,37,72,146,228,153,9,234,208,208,16,118,239,222,61,77,181,134,195,97,119,71,71,71,145,81,90,177,98,197,139,140,49,45,26,141,22,73,122,89,150,49,58,58,218,172,105,154,60,41,249,178,219,237,86,61,30,79,214,237,118,79,203,202,76,149,240,41,241,237,73,19,240,163,163,163,21,251,247,239,135,105,154,144,36,9,93,93,93,216,189,123,55,36,73,2,33,4,186,174,11,211,49,101,40,208,138,150,101,201,133,231,41,45,45,229,173,173,173,224,156,99,209,162,69,8,6,131,80,20,5,156,243,66,156,255,225,209,163,71,191,60,169,178,167,141,73,156,120,176,137,15,182,99,161,44,208,48,112,249,194,123,110,123,117,231,63,190,198,184,35,205,172,85,18,169,12,6,71,58,150,216,245,157,72,170,243,54,151,28,136,136,196,117,204,37,7,98,140,219,146,53,178,113,142,102,37,171,53,51,85,206,193,48,245,197,173,169,205,102,6,252,174,170,158,149,11,239,185,179,84,173,132,205,77,16,50,17,59,239,249,96,7,18,201,4,68,73,40,102,74,18,137,68,217,84,85,23,143,199,177,111,223,62,8,130,0,151,203,5,81,20,113,228,200,145,115,158,120,226,137,95,30,56,112,160,125,146,172,24,184,249,230,155,127,161,170,42,100,89,70,58,157,134,40,138,80,20,5,140,49,101,138,51,228,201,100,50,126,73,146,98,133,172,140,170,170,208,117,221,63,37,211,226,109,105,105,129,174,235,80,20,5,154,166,225,36,246,215,145,36,9,140,49,72,146,84,180,159,179,212,95,149,52,52,52,20,183,213,203,100,50,35,5,51,66,8,185,124,245,234,213,46,195,48,180,68,34,1,195,48,160,40,10,154,154,154,48,50,50,210,48,56,56,184,170,96,146,202,202,202,22,122,60,158,131,51,226,88,255,180,155,205,175,93,241,118,38,255,253,91,54,116,254,203,111,65,249,113,91,16,16,16,136,84,6,7,19,178,198,120,45,192,107,19,218,49,20,104,43,10,1,148,206,78,224,219,204,132,87,9,15,93,177,240,222,175,4,188,115,134,192,1,1,50,36,136,56,218,23,193,216,104,10,162,36,76,219,251,112,106,219,181,107,215,178,135,31,126,248,135,140,49,38,8,2,75,167,211,165,189,189,189,75,123,122,122,86,24,134,33,78,114,172,145,135,30,122,232,43,117,117,117,35,134,97,128,49,134,108,54,251,113,166,105,138,3,163,105,154,194,57,175,8,133,66,189,201,100,18,79,61,245,20,84,85,197,251,239,191,31,44,244,73,167,211,85,83,195,29,175,215,59,251,243,217,118,168,182,182,150,154,166,201,38,61,122,108,219,182,109,218,115,20,238,63,60,60,188,32,159,207,67,85,85,44,88,176,0,142,227,236,216,179,103,207,96,52,26,173,25,28,28,108,123,228,145,71,222,88,185,114,229,221,130,32,28,157,4,62,248,194,11,47,220,240,218,107,175,253,67,54,155,13,76,89,236,205,149,149,149,165,0,18,83,236,194,116,243,101,113,29,245,229,237,207,46,181,110,116,237,236,125,249,87,182,163,139,2,149,79,76,40,22,36,250,83,214,123,217,142,9,143,92,58,184,168,246,235,43,91,106,46,236,52,237,143,87,190,35,218,136,12,37,209,216,208,4,73,254,88,83,184,221,110,236,217,179,103,100,235,214,173,5,174,184,177,191,191,255,129,217,238,177,124,249,242,55,238,189,247,222,111,157,113,198,25,17,77,211,32,8,2,10,228,194,84,175,120,106,235,236,236,188,244,252,243,207,223,34,138,34,70,70,70,144,201,100,144,72,36,138,29,7,6,6,22,91,150,213,80,90,90,122,148,82,138,112,56,92,136,135,143,187,214,224,224,224,124,198,88,115,69,69,197,97,74,41,234,234,234,142,91,76,83,212,118,147,219,237,174,241,251,253,131,162,40,66,85,213,212,245,215,95,255,159,31,121,228,145,223,50,198,208,221,221,125,113,79,79,207,86,151,203,149,154,212,46,62,195,48,84,191,223,159,156,55,111,222,182,131,7,15,158,63,73,138,92,33,138,226,62,0,127,60,105,218,206,116,242,56,179,122,197,227,126,185,166,115,123,207,51,79,39,180,161,22,81,144,39,139,215,62,123,99,220,6,227,54,170,2,173,111,156,223,114,253,183,114,26,139,88,51,118,84,117,28,7,34,81,81,53,167,18,116,74,118,72,20,69,172,94,189,250,241,173,91,183,222,208,223,223,95,127,2,213,199,252,126,127,98,233,210,165,175,95,122,233,165,143,183,181,181,109,118,185,92,92,211,52,120,60,30,216,182,13,89,150,81,91,91,91,76,139,205,159,63,255,168,162,40,166,97,24,50,0,228,114,57,73,211,52,88,150,133,171,174,186,10,138,162,224,221,119,223,237,234,234,234,42,104,13,18,143,199,107,252,126,255,81,195,48,16,12,6,177,102,205,26,56,142,3,73,146,16,137,68,18,191,255,253,239,11,227,181,188,94,111,69,99,99,227,97,203,178,80,86,86,134,27,110,184,1,185,92,14,146,36,33,22,139,141,189,247,222,123,5,71,204,41,45,45,173,111,107,107,27,212,52,13,199,142,29,195,162,69,139,158,189,235,174,187,156,103,158,121,230,23,99,99,99,229,166,105,202,166,105,150,21,180,215,188,121,243,222,255,254,247,191,127,75,58,157,14,222,119,223,125,91,25,99,240,120,60,62,191,223,95,245,49,73,196,57,50,232,156,17,70,16,140,140,31,1,135,9,83,103,72,106,145,224,209,232,214,159,244,143,239,184,197,112,242,42,37,199,215,9,207,150,200,113,152,13,14,14,175,28,30,169,41,105,255,31,53,161,230,7,43,130,205,24,30,31,69,123,203,149,211,180,5,33,64,247,135,49,228,50,214,52,96,11,100,68,50,153,44,235,238,238,94,212,215,215,183,16,0,103,140,137,149,149,149,189,225,112,248,112,32,16,24,172,168,168,24,183,109,27,5,66,61,24,12,22,83,122,51,165,69,16,4,116,116,116,180,15,14,14,86,5,2,129,35,146,36,245,214,214,214,50,198,24,154,155,155,225,118,187,145,76,38,165,245,235,215,95,168,170,42,171,174,174,238,172,175,175,31,115,185,92,197,114,24,85,85,139,215,138,197,98,226,250,245,235,151,123,60,30,90,83,83,115,160,162,162,98,172,208,207,113,28,116,119,119,23,19,18,140,49,209,178,172,243,188,94,47,15,6,131,221,45,45,45,201,194,246,187,123,246,236,65,46,151,67,32,16,128,101,89,37,125,125,125,151,116,117,117,93,24,141,70,27,234,234,234,58,150,46,93,250,214,156,57,115,186,25,99,182,32,8,52,18,137,156,101,154,166,43,20,10,29,20,69,49,115,221,117,215,241,79,6,150,152,208,114,58,242,86,18,170,228,67,44,115,180,126,52,249,209,45,195,201,189,183,229,237,204,28,198,44,66,8,157,1,50,7,227,12,156,51,136,130,203,241,171,21,221,213,193,246,135,253,114,229,115,138,232,73,113,146,68,69,176,25,163,241,241,19,2,219,245,97,12,185,180,57,13,216,169,137,230,66,105,203,212,64,63,159,207,195,113,156,105,153,30,143,199,51,13,216,19,17,12,253,253,253,72,167,211,48,12,3,177,88,12,245,245,245,96,140,161,174,174,14,46,151,171,72,241,21,60,101,159,207,87,220,119,120,230,216,210,233,52,34,145,8,74,75,75,193,24,43,22,218,21,42,41,247,237,219,7,211,52,139,231,90,90,90,224,247,251,145,207,231,81,94,94,94,244,118,247,239,223,143,92,46,7,69,81,224,245,122,225,243,249,32,138,34,60,30,15,34,145,8,20,69,1,33,4,185,92,14,5,167,144,16,130,76,38,3,195,48,112,211,77,55,125,250,186,98,6,6,139,25,80,100,95,95,67,217,5,247,87,148,156,249,128,35,164,219,70,98,135,190,144,202,71,235,50,122,180,132,113,135,18,14,34,80,217,244,168,193,120,216,223,116,184,170,116,225,38,175,84,217,195,136,102,101,243,227,176,153,137,255,155,50,93,219,182,139,20,226,148,250,38,88,150,85,44,240,254,76,5,240,150,5,195,48,102,205,253,114,206,97,154,38,68,81,44,94,123,102,154,112,102,95,195,48,64,233,39,155,43,211,52,139,84,232,108,228,142,227,56,197,12,81,33,237,87,88,224,5,71,172,176,88,102,142,233,255,12,0,27,241,226,245,183,72,153,60,0,0,0,0,73,69,78,68,174,66,96,130]
    }
    ]

    }


    Result example :

    {
        "status_code": "200",
        "status_message": "",
        "data": 10277,
        "messages": []
    }

REQUEST PARAMETERS

Field Type Limit Required Description
quotation_id String Yes Quotation unique reference number
data Array Yes Documents data

DOCUMENTS ARRAY

Field Type Limit Required Description
doc_type_code String Yes Document type code
type String Yes Fixed input (Policy)
file_name String Yes File name with extension
file_data byte[] 1MB max Yes File contents in Bytes

Use below API to remove document if its required by customer, its allowed only same time when user uploaded and stays on same screen. Document can not be removed once the policy request is processed ,
/api/Document/Remove

Note: allowed file types: .jpg,.jpeg,.png,.pdf


    Payload example : Remove document
{
    "quotation_id": "25BC56C5-EFCE-4308-8DAB-03A3C3C4D93F", 
    "doc_id": 10289
}


    Result example :

    {
    "status_code": "200",
    "status_message": "Document removed successfully",
    "data": "",
    "messages": []
    }

REQUEST PARAMETERS

Field Type Required Description
quotation_id String Yes Quotation unique reference number
doc_id long Yes Document id

OTHER APIs


List of APIs required to load predefined data options for user additional input

  1. Vehicle plate codes /api/Insurance/GetVehiclePlateChars/?langCode=en
  2. Vehicle registration/usage types /api/Insurance/GetRegistrationTypes/?langCode=en
  3. Vehicle make/brand name /api/Insurance/GetMakeListActive/?langCode=en
  4. Vehicle model name /api/Insurance/GetModelListActiveByMakeAndTypeCode/?MakeCode=1&langCode=en&VehicleTypeCode=1
  5. Vehicle body types /api/Insurance/GetVehicleTypesActive?langCode=en&modelCode=400102
  6. Passengers/Seating capacity /api/Insurance/GetNumberofPassengers/?langCode=en
  7. Number of Doors /api/Insurance/GetNoOfDoors/?langCode=en
  8. Manufacturing year /api/Insurance/GetMfgYears/?ServiceCode=THIRD_PARTY&langCode=en