POST PostPersonalAccidentQuotRequest

Request Information

URI Parameters

None.

Body Parameters

GetPersonalaccidentQuotRequestAPIModel
NameDescriptionTypeAdditional information
ProductCode

string

Required

Max length: 4

FirstName

string

Required

Matching regular expression pattern: ^[a-zA-Z0-9_\-\.\,\/\&\'\(\)]+(?: [a-zA-Z0-9_\-\.\,\/\&\'\(\)]+)*$

String length: inclusive between 0 and 100

LastName

string

Matching regular expression pattern: ^[a-zA-Z0-9_\-\.\,\/\&\'\(\)]+(?: [a-zA-Z0-9_\-\.\,\/\&\'\(\)]+)*$

String length: inclusive between 0 and 50

MobileNo

integer

Required

EmailId

string

Required

Matching regular expression pattern: \w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*

Max length: 50

Min length: 6

BranchCode

string

Required

Max length: 3

CoverTypeCode

CoverTypes

Required

StartDate

date

None.

EndDate

date

None.

GB_QUOTE_DOB

date

None.

Quote_Remark

string

Data type: MultilineText

Max length: 2000

CountryCode

integer

Required

IntermediaryID

string

Max length: 15

GENL_PERSONAL_ACCIDENT

GENL_PERSONAL_ACCIDENT

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductCode": "sample string 1",
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "MobileNo": 4,
  "EmailId": "sample string 5",
  "BranchCode": "sample string 6",
  "CoverTypeCode": 0,
  "StartDate": "2026-08-19T23:23:00.4689246+03:00",
  "EndDate": "2026-08-19T23:23:00.4689246+03:00",
  "GB_QUOTE_DOB": "2026-08-19T23:23:00.4689246+03:00",
  "Quote_Remark": "sample string 10",
  "CountryCode": 11,
  "IntermediaryID": "sample string 12",
  "GENL_PERSONAL_ACCIDENT": {
    "PA_ID": 1,
    "PA_QTPR_NUMBER": "sample string 2",
    "PA_EXPL_FLAG": true,
    "PA_SINK_FLAG": true,
    "PA_DAMS_FLAG": true,
    "PA_CREW_FLAG": true,
    "PA_RACE_FLAG": true,
    "PA_NAVAL_FLAG": true,
    "PA_SPORTS_FLAG": true,
    "PA_DIVING_FLAG": true,
    "PA_MINING_FLAG": true,
    "PA_SHORT_DEATH": 12.1,
    "PA_SHORT_DEATH_RATE": 13.1,
    "PA_SHORT_DEATH_VALUE": 1.5851,
    "PA_SHORT_DISABILITY": 14.1,
    "PA_SHORT_DISABILITY_RATE": 15.1,
    "PA_SHORT_DISABILITY_VALUE": 2.1290999999999998,
    "PA_TEMP_DISABILITY": 16.1,
    "PA_TEMP_DISABILITY_RATE": 17.1,
    "PA_TEMP_DISABILITY_VALUE": 2.7531000000000008,
    "PA_SHORT_MEDICAL_EX": 18.1,
    "PA_SHORT_MEDICAL_EX_RATE": 19.1,
    "PA_SHORT_MEDICAL_EX_VALUE": 3.4571000000000005,
    "PA_ARTI_APPLINCE": 20.1,
    "PA_ARTI_APPLINCE_RATE": 21.1,
    "PA_ARTI_APPLINCE_VALUE": 4.2411,
    "PA_HOSPITAL_ALOW": 22.1,
    "PA_HOSPITAL_ALOW_RATE": 23.1,
    "PA_HOSPITAL_ALOW_VALUE": 5.1051,
    "PA_SHORT_LAST_EX": 24.1,
    "PA_SHORT_LAST_EX_RATE": 25.1,
    "PA_SHORT_LAST_EX_VALUE": 6.049100000000001,
    "PA_EVACUATION_LMT": 26.1,
    "PA_EVACUATION_LMT_RATE": 27.1,
    "PA_EVACUATION_LMT_VALUE": 7.0731,
    "PA_MIN_PREMIUM": 28.1,
    "PA_PREMIUM_TWELVE_MONTH": 29.1
  }
}

application/xml, text/xml

Sample:
<GetPersonalaccidentQuotRequestAPIModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Insurance.BusinessEntities.Common">
  <BranchCode>sample string 6</BranchCode>
  <CountryCode>11</CountryCode>
  <CoverTypeCode>NA</CoverTypeCode>
  <EmailId>sample string 5</EmailId>
  <EndDate>2026-08-19T23:23:00.4689246+03:00</EndDate>
  <FirstName>sample string 2</FirstName>
  <GB_QUOTE_DOB>2026-08-19T23:23:00.4689246+03:00</GB_QUOTE_DOB>
  <GENL_PERSONAL_ACCIDENT xmlns:d2p1="http://schemas.datacontract.org/2004/07/Insurance.Data.NonMotorProducts">
    <d2p1:PA_ARTI_APPLINCE>20.1</d2p1:PA_ARTI_APPLINCE>
    <d2p1:PA_ARTI_APPLINCE_RATE>21.1</d2p1:PA_ARTI_APPLINCE_RATE>
    <d2p1:PA_CREW_FLAG>true</d2p1:PA_CREW_FLAG>
    <d2p1:PA_DAMS_FLAG>true</d2p1:PA_DAMS_FLAG>
    <d2p1:PA_DIVING_FLAG>true</d2p1:PA_DIVING_FLAG>
    <d2p1:PA_EVACUATION_LMT>26.1</d2p1:PA_EVACUATION_LMT>
    <d2p1:PA_EVACUATION_LMT_RATE>27.1</d2p1:PA_EVACUATION_LMT_RATE>
    <d2p1:PA_EXPL_FLAG>true</d2p1:PA_EXPL_FLAG>
    <d2p1:PA_HOSPITAL_ALOW>22.1</d2p1:PA_HOSPITAL_ALOW>
    <d2p1:PA_HOSPITAL_ALOW_RATE>23.1</d2p1:PA_HOSPITAL_ALOW_RATE>
    <d2p1:PA_ID>1</d2p1:PA_ID>
    <d2p1:PA_MINING_FLAG>true</d2p1:PA_MINING_FLAG>
    <d2p1:PA_MIN_PREMIUM>28.1</d2p1:PA_MIN_PREMIUM>
    <d2p1:PA_NAVAL_FLAG>true</d2p1:PA_NAVAL_FLAG>
    <d2p1:PA_PREMIUM_TWELVE_MONTH>29.1</d2p1:PA_PREMIUM_TWELVE_MONTH>
    <d2p1:PA_QTPR_NUMBER>sample string 2</d2p1:PA_QTPR_NUMBER>
    <d2p1:PA_RACE_FLAG>true</d2p1:PA_RACE_FLAG>
    <d2p1:PA_SHORT_DEATH>12.1</d2p1:PA_SHORT_DEATH>
    <d2p1:PA_SHORT_DEATH_RATE>13.1</d2p1:PA_SHORT_DEATH_RATE>
    <d2p1:PA_SHORT_DISABILITY>14.1</d2p1:PA_SHORT_DISABILITY>
    <d2p1:PA_SHORT_DISABILITY_RATE>15.1</d2p1:PA_SHORT_DISABILITY_RATE>
    <d2p1:PA_SHORT_LAST_EX>24.1</d2p1:PA_SHORT_LAST_EX>
    <d2p1:PA_SHORT_LAST_EX_RATE>25.1</d2p1:PA_SHORT_LAST_EX_RATE>
    <d2p1:PA_SHORT_MEDICAL_EX>18.1</d2p1:PA_SHORT_MEDICAL_EX>
    <d2p1:PA_SHORT_MEDICAL_EX_RATE>19.1</d2p1:PA_SHORT_MEDICAL_EX_RATE>
    <d2p1:PA_SINK_FLAG>true</d2p1:PA_SINK_FLAG>
    <d2p1:PA_SPORTS_FLAG>true</d2p1:PA_SPORTS_FLAG>
    <d2p1:PA_TEMP_DISABILITY>16.1</d2p1:PA_TEMP_DISABILITY>
    <d2p1:PA_TEMP_DISABILITY_RATE>17.1</d2p1:PA_TEMP_DISABILITY_RATE>
  </GENL_PERSONAL_ACCIDENT>
  <IntermediaryID>sample string 12</IntermediaryID>
  <LastName>sample string 3</LastName>
  <MobileNo>4</MobileNo>
  <ProductCode>sample string 1</ProductCode>
  <Quote_Remark>sample string 10</Quote_Remark>
  <StartDate>2026-08-19T23:23:00.4689246+03:00</StartDate>
</GetPersonalaccidentQuotRequestAPIModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.