POST api/Claim/Detail

Request Information

URI Parameters

None.

Body Parameters

ClaimDetailsRequest
NameDescriptionTypeAdditional information
ClientId

string

None.

CompanyCode

string

None.

CultureCode

string

None.

ClaimNumber

string

None.

ClaimDetailTypes

Collection of ClaimDetailType

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientId": "sample string 1",
  "CompanyCode": "sample string 2",
  "CultureCode": "sample string 3",
  "ClaimNumber": "sample string 4",
  "ClaimDetailTypes": {
    "$type": "System.Collections.Generic.List`1[[AssurantCoreLibrary.Model.Elita.Claim.ClaimDetailType, AssurantCoreLibrary.Model]], mscorlib",
    "$values": [
      0,
      0
    ]
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ClaimDetailsResponse
NameDescriptionTypeAdditional information
CallerName

string

None.

CertificateNumber

string

None.

ClaimNumber

string

None.

ClaimStatus

string

None.

Comments

Collection of CommentInfo

None.

CoverageType

string

None.

DateOfLoss

date

None.

ExtendedStatus

Collection of ExtendedStatusInfo

None.

Item

ItemInfo

None.

MethodOfRepair

string

None.

ProblemDescription

string

None.

ReportedDate

date

None.

RiskType

string

None.

ServiceCenter

ServiceCenterInfo

None.

Error

Error

None.

Response Formats

application/json, text/json

Sample:
{
  "CallerName": "sample string 1",
  "CertificateNumber": "sample string 2",
  "ClaimNumber": "sample string 3",
  "ClaimStatus": "sample string 4",
  "Comments": {
    "$type": "AssurantCoreLibrary.Model.Elita.Claim.CommentInfo[], AssurantCoreLibrary.Model",
    "$values": [
      {
        "$type": "AssurantCoreLibrary.Model.Elita.Claim.CommentInfo, AssurantCoreLibrary.Model",
        "Comments": "sample string 1",
        "CommentsDate": "2025-12-06T04:16:35.0323195+00:00"
      },
      {
        "$type": "AssurantCoreLibrary.Model.Elita.Claim.CommentInfo, AssurantCoreLibrary.Model",
        "Comments": "sample string 1",
        "CommentsDate": "2025-12-06T04:16:35.0323195+00:00"
      }
    ]
  },
  "CoverageType": "sample string 5",
  "DateOfLoss": "2025-12-06T04:16:35.0323195+00:00",
  "ExtendedStatus": {
    "$type": "System.Collections.Generic.List`1[[AssurantCoreLibrary.Model.Elita.Claim.ExtendedStatusInfo, AssurantCoreLibrary.Model]], mscorlib",
    "$values": [
      {
        "$type": "AssurantCoreLibrary.Model.Elita.Claim.ExtendedStatusInfo, AssurantCoreLibrary.Model",
        "Comments": "sample string 1",
        "Owner": "sample string 2",
        "StatusCode": "sample string 3",
        "StatusDate": "2025-12-06T04:16:35.0323195+00:00",
        "StatusDescription": "sample string 5"
      },
      {
        "$type": "AssurantCoreLibrary.Model.Elita.Claim.ExtendedStatusInfo, AssurantCoreLibrary.Model",
        "Comments": "sample string 1",
        "Owner": "sample string 2",
        "StatusCode": "sample string 3",
        "StatusDate": "2025-12-06T04:16:35.0323195+00:00",
        "StatusDescription": "sample string 5"
      }
    ]
  },
  "Item": {
    "$type": "AssurantCoreLibrary.Model.Elita.Claim.ItemInfo, AssurantCoreLibrary.Model",
    "ImeiNumber": "sample string 1",
    "Manufacturer": "sample string 2",
    "Model": "sample string 3",
    "SerialNumber": "sample string 4"
  },
  "MethodOfRepair": "sample string 6",
  "ProblemDescription": "sample string 7",
  "ReportedDate": "2025-12-06T04:16:35.0323195+00:00",
  "RiskType": "sample string 9",
  "ServiceCenter": {
    "$type": "AssurantCoreLibrary.Model.Elita.Claim.ServiceCenterInfo, AssurantCoreLibrary.Model",
    "Address": {
      "$type": "AssurantCoreLibrary.Model.Elita.Claim.AddressInfo, AssurantCoreLibrary.Model",
      "Address1": "sample string 1",
      "Address2": "sample string 2",
      "Address3": "sample string 3",
      "City": "sample string 4",
      "State": "sample string 5",
      "Country": "sample string 6",
      "PostalCode": "sample string 7"
    },
    "Code": "sample string 1",
    "Description": "sample string 2",
    "Phone": "sample string 3"
  },
  "Error": {
    "$type": "AssurantCoreLibrary.Elita.Error, AssurantCoreLibrary.Model",
    "ErrorCode": 1,
    "ShortMessage": "sample string 2",
    "LongMessage": "sample string 3"
  }
}