XpressConnect
  • Introduction
  • Version History
  • Overview
    • How It Works
    • Server
    • API Request/Response
    • Authentication
  • API Endpoints
    • Courier
      • List
    • Declaration
      • Submit
      • Query
      • Attach
    • Commodity
      • List
    • Claim
      • Submit
      • Query
      • Update
      • Attach Document
      • Detach Document
  • Models
    • Courier
    • Declaration
    • Item
    • Commodity
    • Claim
    • Claim Document
  • Reference
    • Example PHP Code
    • Country
    • Errors
Powered by GitBook
On this page

Was this helpful?

  1. Models

Claim

Parameters

Name
Description
Type

claims_id

Claim ID

Integer

claim_type

Claim type. D: Damage

L: Loss

T: Damage & Total Loss

String (1)

user

User's username

String

consignment_note

Consignment note. Must exists in declarations with approved status

String

incident_date

Incident date. Example: 2025-02-18 00:00:00

DateTime

claimer_name

Claimer's name

String (100)

claimer_contact_person

Claimer's contact person name

String (100)

claimer_contact_no

Claimer's contact number

String (20)

claimer_email

Claimer's email. To received email from XpressCover

String (100)

desire_claim_amt

Claim amount

Decimal (11, 2)

claim_item

Item's description

String (100)

claims_status

Claim's status 4: Incomplete Document 0: Processing 1: Paid 2: Rejected 3: Cancelled

Integer

access_code

Code to access claim information via web

String

submitted_at

The datetime of claim submission

DateTime

callback_url

Callback URL

String (150)

claim_documents

Document list

Claim Document Model

PreviousCommodityNextClaim Document

Last updated 3 months ago

Was this helpful?