GET api/AccountPaymentSummary/{AccountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AccountId

unsigned integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PaymentSummary
NameDescriptionTypeAdditional information
OwnerKey

unsigned integer

None.

PaymentYear

integer

None.

PaymentDate

date

None.

InvoiceInstallment

string

None.

InvoicePeriod

string

None.

DueDate

date

None.

Tax

decimal number

None.

PaymentAmount

decimal number

None.

TaxAmountPaid

decimal number

None.

PenaltyPaid

decimal number

None.

InterestPaid

decimal number

None.

OtherFeesPaid

decimal number

None.

TotalPaid

decimal number

None.

InvoiceNumber

string

None.

PaymentDescription

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "$type": "WebPortalRTFAPI.Models.PaymentSummary, WebPortalRTFAPI",
    "OwnerKey": 1,
    "PaymentYear": 2,
    "PaymentDate": "2026-06-05T19:48:35.3407338-04:00",
    "InvoiceInstallment": "sample string 4",
    "InvoicePeriod": "sample string 5",
    "DueDate": "2026-06-05T19:48:35.3407338-04:00",
    "Tax": 7.0,
    "PaymentAmount": 8.0,
    "TaxAmountPaid": 9.0,
    "PenaltyPaid": 10.0,
    "InterestPaid": 11.0,
    "OtherFeesPaid": 12.0,
    "TotalPaid": 13.0,
    "InvoiceNumber": "sample string 14",
    "PaymentDescription": "sample string 15"
  },
  {
    "$ref": "2"
  }
]