POST ClaimNonLegalNonMotorRequest
Request Information
URI Parameters
None.
Body Parameters
ClaimNonLegalNonMotorReqAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyNumber | string |
Required |
|
| IncidentDate | date |
Required |
|
| IncidentTime | string |
Required |
|
| InsuredContactNumber | integer |
Required |
|
| ReportingUserName | string |
Required Max length: 50 |
|
| ReportingPersonContactNo | integer |
Required |
|
| ReportingPersonEmailId | string |
Max length: 50 Min length: 6 |
|
| DescribeWhatHappened | string |
Required Max length: 1000 |
|
| PhysicalAddress | string |
Required Max length: 200 |
|
| PostalCode | string |
None. |
|
| NotificationDate | date |
Required |
|
| Risk | string |
Required |
|
| Peril | Perils |
Required |
|
| SumInsured | decimal number |
Required |
|
| LossTo | string |
Required Max length: 200 |
|
| IncidentCountry | integer |
None. |
|
| ModeOffCommunication | Collection of integer |
None. |
|
| Inc_Country_Cd | integer |
Required |
|
| Rep_Country_Cd | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"PolicyNumber": "sample string 1",
"IncidentDate": "2026-08-19T23:20:35.2245224+03:00",
"IncidentTime": "sample string 3",
"InsuredContactNumber": 4,
"ReportingUserName": "sample string 5",
"ReportingPersonContactNo": 6,
"ReportingPersonEmailId": "sample string 7",
"DescribeWhatHappened": "sample string 8",
"PhysicalAddress": "sample string 9",
"PostalCode": "sample string 10",
"NotificationDate": "2026-08-19T23:20:35.225523+03:00",
"Risk": "sample string 12",
"Peril": 1,
"SumInsured": 13.1,
"LossTo": "sample string 14",
"IncidentCountry": 15,
"ModeOffCommunication": [
1,
2
],
"Inc_Country_Cd": 16,
"Rep_Country_Cd": 17
}
application/xml, text/xml
Sample:
<ClaimNonLegalNonMotorReqAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Insurance.BusinessEntities.Underwriter.Motor">
<DescribeWhatHappened>sample string 8</DescribeWhatHappened>
<Inc_Country_Cd>16</Inc_Country_Cd>
<IncidentCountry>15</IncidentCountry>
<IncidentDate>2026-08-19T23:20:35.2245224+03:00</IncidentDate>
<IncidentTime>sample string 3</IncidentTime>
<InsuredContactNumber>4</InsuredContactNumber>
<LossTo>sample string 14</LossTo>
<ModeOffCommunication xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ModeOffCommunication>
<NotificationDate>2026-08-19T23:20:35.225523+03:00</NotificationDate>
<Peril>MotorMaterialDamage</Peril>
<PhysicalAddress>sample string 9</PhysicalAddress>
<PolicyNumber>sample string 1</PolicyNumber>
<PostalCode>sample string 10</PostalCode>
<Rep_Country_Cd>17</Rep_Country_Cd>
<ReportingPersonContactNo>6</ReportingPersonContactNo>
<ReportingPersonEmailId>sample string 7</ReportingPersonEmailId>
<ReportingUserName>sample string 5</ReportingUserName>
<Risk>sample string 12</Risk>
<SumInsured>13.1</SumInsured>
</ClaimNonLegalNonMotorReqAPI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |