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 Document

Parameters

Nam
Description
Type

id

Claim document ID

Integer

claims_id

Claim's ID

Integer

doc_type

Document's type

item_invoice: Item invoice

cn_copy: Consignment note

invest_rpt: Investigation report

police_rpt: Police report

damage_photo: Damage photo

repair_invoice: Repair invoice

others: Others

String

claim_document_id

Claim document ID Required if doc_type = others

Integer

mime_type

Document mime type

application/pdf

image/png

image/jpeg

String

file_content

base64 encoded string

String

PreviousClaimNextExample PHP Code

Last updated 3 months ago

Was this helpful?