{
  "data": {
    "contacts": [
      {
        "contact_id": "5394166000000379001",
        "contact_name": "Acme Corporation",
        "company_name": "Acme Corporation",
        "contact_type": "customer",
        "status": "active",
        "payment_terms": 30,
        "payment_terms_label": "Net 30",
        "currency_id": "5394166000000000097",
        "currency_code": "USD",
        "outstanding_receivable_amount": 15000,
        "unused_credits_receivable_amount": 0,
        "first_name": "John",
        "last_name": "Doe",
        "email": "john.doe@acme.example.com",
        "phone": "+1-415-555-0123",
        "mobile": "+1-415-555-0124",
        "created_time": "2024-01-15T10:30:00-0800",
        "last_modified_time": "2024-01-15T14:22:10-0800"
      },
      {
        "contact_id": "5394166000000379002",
        "contact_name": "TechStart Inc",
        "company_name": "TechStart Inc",
        "contact_type": "customer",
        "status": "active",
        "payment_terms": 15,
        "payment_terms_label": "Net 15",
        "currency_id": "5394166000000000097",
        "currency_code": "USD",
        "outstanding_receivable_amount": 7500,
        "unused_credits_receivable_amount": 500,
        "first_name": "Jane",
        "last_name": "Smith",
        "email": "jane.smith@techstart.example.com",
        "phone": "+1-415-555-0125",
        "mobile": "+1-415-555-0126",
        "created_time": "2024-01-14T09:15:00-0800",
        "last_modified_time": "2024-01-15T11:45:30-0800"
      }
    ],
    "page_context": {
      "page": 1,
      "per_page": 200,
      "has_more_page": false,
      "report_name": "Contacts"
    }
  }
}