GET api/attorneys/{userId}/referrers/{referrerId}/fees/processing

Use this method to retrieve account ledger row items for processing fees associated with a referral/share fee attorney

Requires Authorization!

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

Active Attorney Id

integer

Required

referrerId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Row model of account ledger processing fees model

Collection of AccountLedgerProcessingFeeRowResponseModel
NameDescriptionTypeAdditional information
AssessorProcessingFee

decimal number

None.

BoardProcessingFee

decimal number

None.

PtabProcessingFee

decimal number

None.

TotalProcessingFee

decimal number

None.

PaymentAmount

decimal number

None.

PaymentNotes

string

None.

PaymentCheckNo

string

None.

IsRefundable

boolean

None.

PaymentMethodId

integer

None.

PaymentMethod

string

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:
[
  {
    "assessorProcessingFee": 1.0,
    "boardProcessingFee": 1.0,
    "ptabProcessingFee": 1.0,
    "totalProcessingFee": 1.0,
    "paymentAmount": 1.0,
    "paymentNotes": "sample string 1",
    "paymentCheckNo": "sample string 2",
    "isRefundable": true,
    "paymentMethodId": 1,
    "paymentMethod": "sample string 4",
    "id": 5,
    "userPropertyId": 1,
    "propertyAddressId": 1,
    "caseNumber": "sample string 6",
    "assessmentYear": 1,
    "subjectPropertyAddress": "sample string 7",
    "date": "sample string 8",
    "caseStatus": "sample string 9",
    "caseStatusId": "sample string 10",
    "attorneyId": 11,
    "businessClientId": 1,
    "description": "sample string 12",
    "recordType": "sample string 13",
    "balance": 14.0,
    "clientFullName": "sample string 15",
    "attorneyAffiliateCode": "sample string 16",
    "caseTypeId": 17,
    "clientPhoneNumber": "sample string 18",
    "countyId": 19,
    "attorneyFullName": "sample string 20",
    "referrer": "sample string 21"
  },
  {
    "assessorProcessingFee": 1.0,
    "boardProcessingFee": 1.0,
    "ptabProcessingFee": 1.0,
    "totalProcessingFee": 1.0,
    "paymentAmount": 1.0,
    "paymentNotes": "sample string 1",
    "paymentCheckNo": "sample string 2",
    "isRefundable": true,
    "paymentMethodId": 1,
    "paymentMethod": "sample string 4",
    "id": 5,
    "userPropertyId": 1,
    "propertyAddressId": 1,
    "caseNumber": "sample string 6",
    "assessmentYear": 1,
    "subjectPropertyAddress": "sample string 7",
    "date": "sample string 8",
    "caseStatus": "sample string 9",
    "caseStatusId": "sample string 10",
    "attorneyId": 11,
    "businessClientId": 1,
    "description": "sample string 12",
    "recordType": "sample string 13",
    "balance": 14.0,
    "clientFullName": "sample string 15",
    "attorneyAffiliateCode": "sample string 16",
    "caseTypeId": 17,
    "clientPhoneNumber": "sample string 18",
    "countyId": 19,
    "attorneyFullName": "sample string 20",
    "referrer": "sample string 21"
  }
]

text/html

Sample:
[{"assessorProcessingFee":1.0,"boardProcessingFee":1.0,"ptabProcessingFee":1.0,"totalProcessingFee":1.0,"paymentAmount":1.0,"paymentNotes":"sample string 1","paymentCheckNo":"sample string 2","isRefundable":true,"paymentMethodId":1,"paymentMethod":"sample string 4","id":5,"userPropertyId":1,"propertyAddressId":1,"caseNumber":"sample string 6","assessmentYear":1,"subjectPropertyAddress":"sample string 7","date":"sample string 8","caseStatus":"sample string 9","caseStatusId":"sample string 10","attorneyId":11,"businessClientId":1,"description":"sample string 12","recordType":"sample string 13","balance":14.0,"clientFullName":"sample string 15","attorneyAffiliateCode":"sample string 16","caseTypeId":17,"clientPhoneNumber":"sample string 18","countyId":19,"attorneyFullName":"sample string 20","referrer":"sample string 21"},{"assessorProcessingFee":1.0,"boardProcessingFee":1.0,"ptabProcessingFee":1.0,"totalProcessingFee":1.0,"paymentAmount":1.0,"paymentNotes":"sample string 1","paymentCheckNo":"sample string 2","isRefundable":true,"paymentMethodId":1,"paymentMethod":"sample string 4","id":5,"userPropertyId":1,"propertyAddressId":1,"caseNumber":"sample string 6","assessmentYear":1,"subjectPropertyAddress":"sample string 7","date":"sample string 8","caseStatus":"sample string 9","caseStatusId":"sample string 10","attorneyId":11,"businessClientId":1,"description":"sample string 12","recordType":"sample string 13","balance":14.0,"clientFullName":"sample string 15","attorneyAffiliateCode":"sample string 16","caseTypeId":17,"clientPhoneNumber":"sample string 18","countyId":19,"attorneyFullName":"sample string 20","referrer":"sample string 21"}]

application/xml, text/xml

Sample:
<ArrayOfAccountLedgerProcessingFeeRowResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.ReferrerBinding">
  <AccountLedgerProcessingFeeRowResponseModel>
    <AssessmentYear>1</AssessmentYear>
    <AttorneyAffiliateCode>sample string 16</AttorneyAffiliateCode>
    <AttorneyFullName>sample string 20</AttorneyFullName>
    <AttorneyId>11</AttorneyId>
    <Balance>14</Balance>
    <BusinessClientId>1</BusinessClientId>
    <CaseNumber>sample string 6</CaseNumber>
    <CaseStatus>sample string 9</CaseStatus>
    <CaseStatusId>sample string 10</CaseStatusId>
    <CaseTypeId>17</CaseTypeId>
    <ClientFullName>sample string 15</ClientFullName>
    <ClientPhoneNumber>sample string 18</ClientPhoneNumber>
    <CountyId>19</CountyId>
    <Date>sample string 8</Date>
    <Description>sample string 12</Description>
    <Id>5</Id>
    <PropertyAddressId>1</PropertyAddressId>
    <RecordType>sample string 13</RecordType>
    <Referrer>sample string 21</Referrer>
    <SubjectPropertyAddress>sample string 7</SubjectPropertyAddress>
    <UserPropertyId>1</UserPropertyId>
    <AssessorProcessingFee>1</AssessorProcessingFee>
    <BoardProcessingFee>1</BoardProcessingFee>
    <IsRefundable>true</IsRefundable>
    <PaymentAmount>1</PaymentAmount>
    <PaymentCheckNo>sample string 2</PaymentCheckNo>
    <PaymentMethod>sample string 4</PaymentMethod>
    <PaymentMethodId>1</PaymentMethodId>
    <PaymentNotes>sample string 1</PaymentNotes>
    <PtabProcessingFee>1</PtabProcessingFee>
    <TotalProcessingFee>1</TotalProcessingFee>
  </AccountLedgerProcessingFeeRowResponseModel>
  <AccountLedgerProcessingFeeRowResponseModel>
    <AssessmentYear>1</AssessmentYear>
    <AttorneyAffiliateCode>sample string 16</AttorneyAffiliateCode>
    <AttorneyFullName>sample string 20</AttorneyFullName>
    <AttorneyId>11</AttorneyId>
    <Balance>14</Balance>
    <BusinessClientId>1</BusinessClientId>
    <CaseNumber>sample string 6</CaseNumber>
    <CaseStatus>sample string 9</CaseStatus>
    <CaseStatusId>sample string 10</CaseStatusId>
    <CaseTypeId>17</CaseTypeId>
    <ClientFullName>sample string 15</ClientFullName>
    <ClientPhoneNumber>sample string 18</ClientPhoneNumber>
    <CountyId>19</CountyId>
    <Date>sample string 8</Date>
    <Description>sample string 12</Description>
    <Id>5</Id>
    <PropertyAddressId>1</PropertyAddressId>
    <RecordType>sample string 13</RecordType>
    <Referrer>sample string 21</Referrer>
    <SubjectPropertyAddress>sample string 7</SubjectPropertyAddress>
    <UserPropertyId>1</UserPropertyId>
    <AssessorProcessingFee>1</AssessorProcessingFee>
    <BoardProcessingFee>1</BoardProcessingFee>
    <IsRefundable>true</IsRefundable>
    <PaymentAmount>1</PaymentAmount>
    <PaymentCheckNo>sample string 2</PaymentCheckNo>
    <PaymentMethod>sample string 4</PaymentMethod>
    <PaymentMethodId>1</PaymentMethodId>
    <PaymentNotes>sample string 1</PaymentNotes>
    <PtabProcessingFee>1</PtabProcessingFee>
    <TotalProcessingFee>1</TotalProcessingFee>
  </AccountLedgerProcessingFeeRowResponseModel>
</ArrayOfAccountLedgerProcessingFeeRowResponseModel>