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

Settlements

{
    "id": 1,
    "import_id": 0,
    "claimant_id": 0,
    "client_id": 0,
    "project_id": 0,
    "medicare_payments": 0,
    "medicaid_payments": 0,
    "workers_compensation_payments": 0,
    "other_lien_payments": 0,
    "other_lien_type": "string",
    "private_lien_payments": 0,
    "private_lien_type": "string",
    "is_disbursement_held": -2147483648,
    "is_not_payable": "0",
    "defendant": "string",
    "is_pre_1980": -2147483648,
    "funded_on": "2019-08-24",
    "funded_amount": 0,
    "offset_amount": 0,
    "attorney_fee_amount": 0,
    "case_expense_amount": 0,
    "expense_document_url": "string",
    "enrolled_at": "string",
    "has_lien": -2147483648,
    "is_holdback_payment_processing": "0",
    "is_holdback_paid": "0",
    "settlement_on": "2019-08-24",
    "attorney_fees_percentage": 0,
    "created_at": "string",
    "updated_at": "string",
    "is_on_import": "0"
}