GET api/PayeeTransaction/GetPayeeDisbursementListByAccountID?accountID={accountID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PayeeDisbursementSummaryByAccountIDName | Description | Type | Additional information |
---|---|---|---|
PayeeTransactionID | integer |
None. |
|
PayeeTransactionAmount | decimal number |
None. |
|
BatchTransactionDate | date |
None. |
|
PayeeBatchTransactionID | integer |
None. |
|
TransactionAllocationAmount | decimal number |
None. |
|
Payment | decimal number |
None. |
|
PaymentDate | date |
None. |
|
PaymentID | integer |
None. |
|
Payee_AccountID | integer |
None. |
|
TransactionType | string |
None. |
|
BankTransactionMethod | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PayeeTransactionID": 1, "PayeeTransactionAmount": 1.0, "BatchTransactionDate": "2025-09-02T23:07:13.3162499+00:00", "PayeeBatchTransactionID": 2, "TransactionAllocationAmount": 1.0, "Payment": 1.0, "PaymentDate": "2025-09-02T23:07:13.3162499+00:00", "PaymentID": 3, "Payee_AccountID": 1, "TransactionType": "sample string 4", "BankTransactionMethod": "sample string 5" }, { "PayeeTransactionID": 1, "PayeeTransactionAmount": 1.0, "BatchTransactionDate": "2025-09-02T23:07:13.3162499+00:00", "PayeeBatchTransactionID": 2, "TransactionAllocationAmount": 1.0, "Payment": 1.0, "PaymentDate": "2025-09-02T23:07:13.3162499+00:00", "PaymentID": 3, "Payee_AccountID": 1, "TransactionType": "sample string 4", "BankTransactionMethod": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfPayeeDisbursementSummaryByAccountID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.PayeeTransaction"> <PayeeDisbursementSummaryByAccountID> <BankTransactionMethod>sample string 5</BankTransactionMethod> <BatchTransactionDate>2025-09-02T23:07:13.3162499+00:00</BatchTransactionDate> <PayeeBatchTransactionID>2</PayeeBatchTransactionID> <PayeeTransactionAmount>1</PayeeTransactionAmount> <PayeeTransactionID>1</PayeeTransactionID> <Payee_AccountID>1</Payee_AccountID> <Payment>1</Payment> <PaymentDate>2025-09-02T23:07:13.3162499+00:00</PaymentDate> <PaymentID>3</PaymentID> <TransactionAllocationAmount>1</TransactionAllocationAmount> <TransactionType>sample string 4</TransactionType> </PayeeDisbursementSummaryByAccountID> <PayeeDisbursementSummaryByAccountID> <BankTransactionMethod>sample string 5</BankTransactionMethod> <BatchTransactionDate>2025-09-02T23:07:13.3162499+00:00</BatchTransactionDate> <PayeeBatchTransactionID>2</PayeeBatchTransactionID> <PayeeTransactionAmount>1</PayeeTransactionAmount> <PayeeTransactionID>1</PayeeTransactionID> <Payee_AccountID>1</Payee_AccountID> <Payment>1</Payment> <PaymentDate>2025-09-02T23:07:13.3162499+00:00</PaymentDate> <PaymentID>3</PaymentID> <TransactionAllocationAmount>1</TransactionAllocationAmount> <TransactionType>sample string 4</TransactionType> </PayeeDisbursementSummaryByAccountID> </ArrayOfPayeeDisbursementSummaryByAccountID>