GET api/attorneys/{userId}/referrers/{referrerId}/fees/additional-appeal
Use this method to retrieve account ledger row items for appeal fees associated with a referral attorney who is being charged a fee for every additional appeal due to low subscription montly fee
Requires Authorization!
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId |
Active Attorney Id |
integer |
Required |
| referrerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Row model of account ledger earned fees model
Collection of AccountLedgerAppealFeeRowResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AppealFee | decimal number |
None. |
|
| RefundPaymentAmount | decimal number |
None. |
|
| RefundPaymentNotes | string |
None. |
|
| RefundPaymentCheckNo | string |
None. |
|
| IsRefundable | boolean |
None. |
|
| RefundPaymentMethodId | integer |
None. |
|
| RefundPaymentMethod | string |
None. |
|
| AdditionalAppealFeeAmount | decimal number |
None. |
|
| MaxAppealCount | integer |
None. |
|
| IsPerAdditionalAppealPricing | boolean |
None. |
|
| Id | integer |
None. |
|
| UserPropertyId | integer |
None. |
|
| PropertyAddressId | integer |
None. |
|
| CaseNumber | string |
None. |
|
| AssessmentYear | integer |
None. |
|
| SubjectPropertyAddress | string |
None. |
|
| Date | string |
None. |
|
| CaseStatus | string |
None. |
|
| CaseStatusId | string |
None. |
|
| AttorneyId | integer |
None. |
|
| BusinessClientId | integer |
None. |
|
| Description | string |
None. |
|
| RecordType | string |
None. |
|
| Balance | decimal number |
None. |
|
| ClientFullName | string |
None. |
|
| AttorneyAffiliateCode | string |
None. |
|
| CaseTypeId | integer |
None. |
|
| ClientPhoneNumber | string |
None. |
|
| CountyId | integer |
None. |
|
| AttorneyFullName | string |
None. |
|
| Referrer | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"appealFee": 1.0,
"refundPaymentAmount": 1.0,
"refundPaymentNotes": "sample string 1",
"refundPaymentCheckNo": "sample string 2",
"isRefundable": true,
"refundPaymentMethodId": 1,
"refundPaymentMethod": "sample string 4",
"additionalAppealFeeAmount": 1.0,
"maxAppealCount": 1,
"isPerAdditionalAppealPricing": true,
"id": 6,
"userPropertyId": 1,
"propertyAddressId": 1,
"caseNumber": "sample string 7",
"assessmentYear": 1,
"subjectPropertyAddress": "sample string 8",
"date": "sample string 9",
"caseStatus": "sample string 10",
"caseStatusId": "sample string 11",
"attorneyId": 12,
"businessClientId": 1,
"description": "sample string 13",
"recordType": "sample string 14",
"balance": 15.0,
"clientFullName": "sample string 16",
"attorneyAffiliateCode": "sample string 17",
"caseTypeId": 18,
"clientPhoneNumber": "sample string 19",
"countyId": 20,
"attorneyFullName": "sample string 21",
"referrer": "sample string 22"
},
{
"appealFee": 1.0,
"refundPaymentAmount": 1.0,
"refundPaymentNotes": "sample string 1",
"refundPaymentCheckNo": "sample string 2",
"isRefundable": true,
"refundPaymentMethodId": 1,
"refundPaymentMethod": "sample string 4",
"additionalAppealFeeAmount": 1.0,
"maxAppealCount": 1,
"isPerAdditionalAppealPricing": true,
"id": 6,
"userPropertyId": 1,
"propertyAddressId": 1,
"caseNumber": "sample string 7",
"assessmentYear": 1,
"subjectPropertyAddress": "sample string 8",
"date": "sample string 9",
"caseStatus": "sample string 10",
"caseStatusId": "sample string 11",
"attorneyId": 12,
"businessClientId": 1,
"description": "sample string 13",
"recordType": "sample string 14",
"balance": 15.0,
"clientFullName": "sample string 16",
"attorneyAffiliateCode": "sample string 17",
"caseTypeId": 18,
"clientPhoneNumber": "sample string 19",
"countyId": 20,
"attorneyFullName": "sample string 21",
"referrer": "sample string 22"
}
]
text/html
Sample:
[{"appealFee":1.0,"refundPaymentAmount":1.0,"refundPaymentNotes":"sample string 1","refundPaymentCheckNo":"sample string 2","isRefundable":true,"refundPaymentMethodId":1,"refundPaymentMethod":"sample string 4","additionalAppealFeeAmount":1.0,"maxAppealCount":1,"isPerAdditionalAppealPricing":true,"id":6,"userPropertyId":1,"propertyAddressId":1,"caseNumber":"sample string 7","assessmentYear":1,"subjectPropertyAddress":"sample string 8","date":"sample string 9","caseStatus":"sample string 10","caseStatusId":"sample string 11","attorneyId":12,"businessClientId":1,"description":"sample string 13","recordType":"sample string 14","balance":15.0,"clientFullName":"sample string 16","attorneyAffiliateCode":"sample string 17","caseTypeId":18,"clientPhoneNumber":"sample string 19","countyId":20,"attorneyFullName":"sample string 21","referrer":"sample string 22"},{"appealFee":1.0,"refundPaymentAmount":1.0,"refundPaymentNotes":"sample string 1","refundPaymentCheckNo":"sample string 2","isRefundable":true,"refundPaymentMethodId":1,"refundPaymentMethod":"sample string 4","additionalAppealFeeAmount":1.0,"maxAppealCount":1,"isPerAdditionalAppealPricing":true,"id":6,"userPropertyId":1,"propertyAddressId":1,"caseNumber":"sample string 7","assessmentYear":1,"subjectPropertyAddress":"sample string 8","date":"sample string 9","caseStatus":"sample string 10","caseStatusId":"sample string 11","attorneyId":12,"businessClientId":1,"description":"sample string 13","recordType":"sample string 14","balance":15.0,"clientFullName":"sample string 16","attorneyAffiliateCode":"sample string 17","caseTypeId":18,"clientPhoneNumber":"sample string 19","countyId":20,"attorneyFullName":"sample string 21","referrer":"sample string 22"}]
application/xml, text/xml
Sample:
<ArrayOfAccountLedgerAppealFeeRowResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.ReferrerBinding">
<AccountLedgerAppealFeeRowResponseModel>
<AssessmentYear>1</AssessmentYear>
<AttorneyAffiliateCode>sample string 17</AttorneyAffiliateCode>
<AttorneyFullName>sample string 21</AttorneyFullName>
<AttorneyId>12</AttorneyId>
<Balance>15</Balance>
<BusinessClientId>1</BusinessClientId>
<CaseNumber>sample string 7</CaseNumber>
<CaseStatus>sample string 10</CaseStatus>
<CaseStatusId>sample string 11</CaseStatusId>
<CaseTypeId>18</CaseTypeId>
<ClientFullName>sample string 16</ClientFullName>
<ClientPhoneNumber>sample string 19</ClientPhoneNumber>
<CountyId>20</CountyId>
<Date>sample string 9</Date>
<Description>sample string 13</Description>
<Id>6</Id>
<PropertyAddressId>1</PropertyAddressId>
<RecordType>sample string 14</RecordType>
<Referrer>sample string 22</Referrer>
<SubjectPropertyAddress>sample string 8</SubjectPropertyAddress>
<UserPropertyId>1</UserPropertyId>
<AdditionalAppealFeeAmount>1</AdditionalAppealFeeAmount>
<AppealFee>1</AppealFee>
<IsPerAdditionalAppealPricing>true</IsPerAdditionalAppealPricing>
<IsRefundable>true</IsRefundable>
<MaxAppealCount>1</MaxAppealCount>
<RefundPaymentAmount>1</RefundPaymentAmount>
<RefundPaymentCheckNo>sample string 2</RefundPaymentCheckNo>
<RefundPaymentMethod>sample string 4</RefundPaymentMethod>
<RefundPaymentMethodId>1</RefundPaymentMethodId>
<RefundPaymentNotes>sample string 1</RefundPaymentNotes>
</AccountLedgerAppealFeeRowResponseModel>
<AccountLedgerAppealFeeRowResponseModel>
<AssessmentYear>1</AssessmentYear>
<AttorneyAffiliateCode>sample string 17</AttorneyAffiliateCode>
<AttorneyFullName>sample string 21</AttorneyFullName>
<AttorneyId>12</AttorneyId>
<Balance>15</Balance>
<BusinessClientId>1</BusinessClientId>
<CaseNumber>sample string 7</CaseNumber>
<CaseStatus>sample string 10</CaseStatus>
<CaseStatusId>sample string 11</CaseStatusId>
<CaseTypeId>18</CaseTypeId>
<ClientFullName>sample string 16</ClientFullName>
<ClientPhoneNumber>sample string 19</ClientPhoneNumber>
<CountyId>20</CountyId>
<Date>sample string 9</Date>
<Description>sample string 13</Description>
<Id>6</Id>
<PropertyAddressId>1</PropertyAddressId>
<RecordType>sample string 14</RecordType>
<Referrer>sample string 22</Referrer>
<SubjectPropertyAddress>sample string 8</SubjectPropertyAddress>
<UserPropertyId>1</UserPropertyId>
<AdditionalAppealFeeAmount>1</AdditionalAppealFeeAmount>
<AppealFee>1</AppealFee>
<IsPerAdditionalAppealPricing>true</IsPerAdditionalAppealPricing>
<IsRefundable>true</IsRefundable>
<MaxAppealCount>1</MaxAppealCount>
<RefundPaymentAmount>1</RefundPaymentAmount>
<RefundPaymentCheckNo>sample string 2</RefundPaymentCheckNo>
<RefundPaymentMethod>sample string 4</RefundPaymentMethod>
<RefundPaymentMethodId>1</RefundPaymentMethodId>
<RefundPaymentNotes>sample string 1</RefundPaymentNotes>
</AccountLedgerAppealFeeRowResponseModel>
</ArrayOfAccountLedgerAppealFeeRowResponseModel>