api.lookup.get_common_insurance

GET /lookup/comonInsurance — ACPortal

Python

api.lookup.get_common_insurance() -> list[CommonInsuranceSlab]

CLI

ab lookup get_common_insurance

GET /lookup/comonInsurance

Response

Returns a list of List[CommonInsuranceSlab].

Field

Type

Required

Description

id

Optional[str]

no

Slab ID (Guid)

key

Optional[str]

no

Slab key

name

Optional[str]

no

Slab name

value

Optional[str]

no

Slab value (Guid)

insuranceSlabID

Optional[str]

no

Insurance slab ID (Guid)

transpTypeID

Optional[str]

no

Transport type ID (Guid)

deductibleAmount

Optional[float]

no

Deductible amount

isActive

Optional[bool]

no

Whether active

rate

Optional[float]

no

Insurance rate

revision

Optional[int]

no

Revision number

insuranceType

Optional[str]

no

Insurance type


← Back to api.lookup