GET api/receipt/paymentitemdetails/{id}
Web-API endpoint for Rezi Post Processes this receipt API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Payment item id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Payment item details
PaymentItemDetailsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| CreatedDate |
The created date, expressed as a date and time. |
date |
None. |
| LastPaymentDate |
The last payment date, expressed as a date and time. |
date |
None. |
| OpeningBalance |
The opening balance value. |
decimal number |
None. |
| ClosingBalance |
The closing balance value. |
decimal number |
None. |
| TotalPayoutAmount |
The total payout amount value. |
decimal number |
None. |
| Receipts |
The collection of receipts. |
Collection of PaymentInvoiceCollectionDataContract |
None. |
| Refunds |
The collection of refunds. |
Collection of PaymentInvoiceCollectionDataContract |
None. |
| InvoicePayments |
The collection of invoice payments. |
Collection of PaymentInvoiceCollectionDataContract |
None. |
| TaxTotalReceivedAmount |
The tax total received amount value. |
decimal number |
None. |
| SubTotalReceivedAmount |
The sub total received amount value. |
decimal number |
None. |
| TotalReceivedAmount |
The total received amount value. |
decimal number |
None. |
| InvoiceDeductions |
The collection of invoice deductions. |
Collection of PaymentInvoiceCollectionDataContract |
None. |
| RefundDeductions |
The collection of refund deductions. |
Collection of PaymentInvoiceCollectionDataContract |
None. |
| TaxTotalDeductionsAmount |
The tax total deductions amount value. |
decimal number |
None. |
| SubTotalDeductionsAmount |
The sub total deductions amount value. |
decimal number |
None. |
| TotalDeductionsAmount |
The total deductions amount value. |
decimal number |
None. |
| PropertyRetentionAmount |
The property retention amount value. |
decimal number |
None. |
| CreditNoteItems |
The collection of credit note items. |
Collection of CreditNoteItemDetailDataContract |
None. |
| TotalCreditNotesAmount |
The total credit notes amount value. |
decimal number |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json, text/json
{
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"LastPaymentDate": "2026-08-04T22:25:16.4307278Z",
"OpeningBalance": 1.0,
"ClosingBalance": 2.0,
"TotalPayoutAmount": 3.0,
"Receipts": [
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
},
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
}
],
"Refunds": [
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
},
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
}
],
"InvoicePayments": [
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
},
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
}
],
"TaxTotalReceivedAmount": 4.0,
"SubTotalReceivedAmount": 5.0,
"TotalReceivedAmount": 6.0,
"InvoiceDeductions": [
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
},
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
}
],
"RefundDeductions": [
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
},
{
"InvoiceId": 1,
"Amount": 1.0,
"SubTotalAmount": 2.0,
"TaxTotalAmount": 3.0,
"AllocationId": 1,
"ReceiptId": 1,
"RefundId": 1,
"RefundDeductionId": 1,
"PropertyAccountId": 1,
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"Description": "sample string 5",
"Type": "sample string 6",
"AllocationIdentifier": 1
}
],
"TaxTotalDeductionsAmount": 7.0,
"SubTotalDeductionsAmount": 8.0,
"TotalDeductionsAmount": 9.0,
"PropertyRetentionAmount": 1.0,
"CreditNoteItems": [
{
"Amount": 1.0,
"InvoiceItemId": 2,
"CreditNoteId": 3,
"Reason": "sample string 4",
"InvoiceNumber": 5,
"InvoiceId": 6,
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"Id": 8
},
{
"Amount": 1.0,
"InvoiceItemId": 2,
"CreditNoteId": 3,
"Reason": "sample string 4",
"InvoiceNumber": 5,
"InvoiceId": 6,
"CreatedDate": "2026-08-04T22:25:16.4307278Z",
"Id": 8
}
],
"TotalCreditNotesAmount": 10.0,
"Id": 11
}