Params

Param name Description
id
required

Validations:

  • Must be a String

Examples

GET /v1/3cb98b74-3bb3-4cdb-a5cb-38882071816e/ledgers/6f96412c-f82d-4885-87f3-cfae366fed0d/insurance_services_and_discounts
200
{
  "insurance": {
    "id": "95937ed1-ea0c-4a04-9be1-19bdd8eac23e",
    "effective_date": "2023-09-15",
    "cancel_date": null,
    "data": {
      "description": "Bader Program - $40,000.00",
      "retain_type": "percent",
      "product_code": "BADER-1",
      "policy_number": "0000001",
      "retain_amount": "0.0",
      "coverage_amount": "40000.0",
      "coverage_percentage": "89.0",
      "insurance_provider_key": "bader"
    },
    "amount": 38.2
  },
  "services": [
    {
      "id": "5038fbc8-9776-49d2-81b3-819f8a15b1d6",
      "effective_date": "2023-09-15",
      "cancel_date": null,
      "data": {
        "description": "Some service item",
        "product_code": "S-7"
      },
      "amount": 34.24
    }
  ],
  "discounts": [
    {
      "id": "4834bf59-0a72-4069-ae33-b4ef40e84783",
      "name": "MILITARY",
      "kind": "always",
      "description": "Military",
      "start_date": "2023-09-15",
      "end_date": null,
      "min_occupancy_months": null
    }
  ],
  "meta": {
    "status_code": 200,
    "status_message": "OK",
    "status_cat": "https://http.cat/200",
    "request_method": "GET",
    "request_id": null,
    "parameters": {
      "facility_id": "3cb98b74-3bb3-4cdb-a5cb-38882071816e",
      "ledger_id": "6f96412c-f82d-4885-87f3-cfae366fed0d",
      "ledger": {}
    }
  }
}