Compute Third Party Motor Premium

Compute Third Party Motor Premium

POST https://portal-staging.aiicoplc.com/api/services/app/MotorProductService/ComputeThirdPartyMotorPremium?bodyType=Car

This endpoint computes third-party motor premium.

Path Parameters

NameTypeDescription

bodyType*

string

Vehicle Body Type

Headers

NameTypeDescription

X-ApiKey*

string

To be provided.

Authentication*

string

application/json

{
    "result": 15000.0,
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

The valid body types are; Bus, Car, Jeep - Suv, Truck

Last updated