GET api/attorneys/{userId}/ledger/referrers
This method will retrieve a collection of attorneys for account ledger screen
Requires Authorization!
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of
Collection of ReferrerAttorneyUserResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| CompanyName | string |
None. |
|
| FullAddress | string |
None. |
|
| Phone | string |
None. |
|
| Fax | string |
None. |
|
| string |
None. |
||
| AffiliateCode | string |
None. |
|
| SubscriptionStartDate | string |
None. |
|
| IsBusinessReferralAttorney | boolean |
None. |
|
| FeeSharingPercent | decimal number |
None. |
|
| Notes | string |
None. |
|
| ClientCount | integer |
None. |
|
| PropertiesCount | integer |
None. |
|
| CasesCount | integer |
None. |
|
| AppealProcessingEnabled | boolean |
None. |
|
| ResidentialAppealExemptionFilingFee | decimal number |
None. |
|
| VacancyConstructionIncomeAppealFilingFee | decimal number |
None. |
|
| CertificateOfErrorFilingFee | decimal number |
None. |
|
| CondoAssociationAppealFilingFee | decimal number |
None. |
|
| IsFilingFeePerAppeal | boolean |
None. |
|
| IsProcessingIncluded | boolean |
None. |
|
| IsPerAdditionalAppealPricing | boolean |
None. |
|
| PricePerAdditionalAppeal | decimal number |
None. |
|
| MaxAppealCount | integer |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.