1. Sample Schemas
LitPRO API
  • Getting Started
  • Claimants
    • Get Claimants
      GET
    • Create Claimant
      POST
    • Get Claimant
      GET
    • Get Claimant Enrollments
      GET
    • Add Claimant Document
      POST
    • Update an Existing Claimant
      PUT
  • Settlements
    • Get Settlements
      GET
    • Create Settlement
      POST
    • Get Settlement
      GET
    • Update an Existing Settlement
      PUT
  • Liens
    • Get Liens
      GET
    • Get Lien
      GET
  • Projects
    • Get Projects
      GET
  • Invoices
    • Get Invoices
      GET
    • Get Invoice
      GET
  • Schemas
    • Sample Schemas
      • Settlements
      • Claimants
  1. Sample Schemas

Claimants

{
    "id": 1,
    "client_id": 0,
    "co_counsel": "string",
    "co_counsel_client_id": 0,
    "first_name": "string",
    "last_name": "string",
    "full_name": "string",
    "gender": "string",
    "ssn": "string",
    "date_of_birth": "2019-08-24",
    "date_of_death": "2019-08-24",
    "address": "string",
    "address2": "string",
    "city": "string",
    "state": "string",
    "zip": "string",
    "project_id": 0,
    "client_file_num": "string",
    "injury": "string",
    "injured_on": "2019-08-24",
    "state_date_of_injury": "string",
    "diagnose_date": "2019-08-24",
    "case_type": "string",
    "case_type_description": "string",
    "wrongful_death": "0",
    "icd_codes": "string",
    "is_complete": "0",
    "is_high_priority": "0",
    "is_verifying_information": "0",
    "mmsea_report_count": "0",
    "created_at": "string",
    "updated_at": "string",
    "deleted_at": "string"
}