POST RegisterClaim
Request Information
URI Parameters
None.
Body Parameters
MarineCargoClaimModel| Name | Description | Type | Additional information |
|---|---|---|---|
| KC_INCIDENT_DATE | date |
None. |
|
| LOCATION_TOWN | string |
None. |
|
| DESCRIBE_WHAT_HAPPENED | string |
None. |
|
| POLICY_NO | string |
None. |
|
| NATURE_OF_CLAIM | Perils |
None. |
|
| LOCATION_OF_LOSS | string |
None. |
|
| DESCRIPTION_OF_LOSS | string |
None. |
|
| CLAIM_AMOUNT | decimal number |
None. |
|
| DATE_OF_DOCKING | date |
None. |
|
| VESSEL_NAME | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"KC_INCIDENT_DATE": "2026-08-19T23:16:03.766663+03:00",
"LOCATION_TOWN": "sample string 2",
"DESCRIBE_WHAT_HAPPENED": "sample string 3",
"POLICY_NO": "sample string 4",
"NATURE_OF_CLAIM": 1,
"LOCATION_OF_LOSS": "sample string 5",
"DESCRIPTION_OF_LOSS": "sample string 6",
"CLAIM_AMOUNT": 7.1,
"DATE_OF_DOCKING": "2026-08-19T23:16:03.7676616+03:00",
"VESSEL_NAME": "sample string 9"
}
application/xml, text/xml
Sample:
<MarineCargoClaimModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Insurance.BusinessEntities.Underwriter.NonMotor"> <CLAIM_AMOUNT>7.1</CLAIM_AMOUNT> <DATE_OF_DOCKING>2026-08-19T23:16:03.7676616+03:00</DATE_OF_DOCKING> <DESCRIBE_WHAT_HAPPENED>sample string 3</DESCRIBE_WHAT_HAPPENED> <DESCRIPTION_OF_LOSS>sample string 6</DESCRIPTION_OF_LOSS> <KC_INCIDENT_DATE>2026-08-19T23:16:03.766663+03:00</KC_INCIDENT_DATE> <LOCATION_OF_LOSS>sample string 5</LOCATION_OF_LOSS> <LOCATION_TOWN>sample string 2</LOCATION_TOWN> <NATURE_OF_CLAIM>MotorMaterialDamage</NATURE_OF_CLAIM> <POLICY_NO>sample string 4</POLICY_NO> <VESSEL_NAME>sample string 9</VESSEL_NAME> </MarineCargoClaimModel>
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. |