GET api/invoice/getreceiptitems
Return list of receipts to process
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ReceiptItemDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| AgencyId | integer |
None. |
|
| LiableAccountGroupName | string |
None. |
|
| RecipientAccountId | integer |
None. |
|
| LiableAccountId | integer |
None. |
|
| ClientBankAccountId | integer |
None. |
|
| ReceiptAmount | decimal number |
None. |
|
| NegotiatorId | integer |
None. |
|
| ReceiptGrouping | globally unique identifier |
None. |
|
| ReceivedDate | date |
None. |
|
| Invoices | Collection of ReceiptItemInvoiceDataContract |
None. |
|
| PaymentType | PaymentType |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AgencyId": 1,
"LiableAccountGroupName": "sample string 2",
"RecipientAccountId": 3,
"LiableAccountId": 4,
"ClientBankAccountId": 5,
"ReceiptAmount": 6.0,
"NegotiatorId": 7,
"ReceiptGrouping": "486f055c-7e46-4080-9252-de567ab8dac9",
"ReceivedDate": "2025-11-18T14:09:18.7596104Z",
"Invoices": [
{
"InvoiceId": 1,
"Regarding": "sample string 2",
"Allocations": [
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:09:18.7596104Z",
"NegotiatorId": 6,
"Id": 7
},
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:09:18.7596104Z",
"NegotiatorId": 6,
"Id": 7
}
],
"TotalAllocated": 3.0,
"TotalReceipted": 4.0,
"Id": 5
},
{
"InvoiceId": 1,
"Regarding": "sample string 2",
"Allocations": [
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:09:18.7596104Z",
"NegotiatorId": 6,
"Id": 7
},
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:09:18.7596104Z",
"NegotiatorId": 6,
"Id": 7
}
],
"TotalAllocated": 3.0,
"TotalReceipted": 4.0,
"Id": 5
}
],
"PaymentType": 0,
"Id": 10
},
{
"AgencyId": 1,
"LiableAccountGroupName": "sample string 2",
"RecipientAccountId": 3,
"LiableAccountId": 4,
"ClientBankAccountId": 5,
"ReceiptAmount": 6.0,
"NegotiatorId": 7,
"ReceiptGrouping": "486f055c-7e46-4080-9252-de567ab8dac9",
"ReceivedDate": "2025-11-18T14:09:18.7596104Z",
"Invoices": [
{
"InvoiceId": 1,
"Regarding": "sample string 2",
"Allocations": [
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:09:18.7596104Z",
"NegotiatorId": 6,
"Id": 7
},
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:09:18.7596104Z",
"NegotiatorId": 6,
"Id": 7
}
],
"TotalAllocated": 3.0,
"TotalReceipted": 4.0,
"Id": 5
},
{
"InvoiceId": 1,
"Regarding": "sample string 2",
"Allocations": [
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:09:18.7596104Z",
"NegotiatorId": 6,
"Id": 7
},
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:09:18.7596104Z",
"NegotiatorId": 6,
"Id": 7
}
],
"TotalAllocated": 3.0,
"TotalReceipted": 4.0,
"Id": 5
}
],
"PaymentType": 0,
"Id": 10
}
]