DELETE api/invoice/removereceiptallocation?receiptItemId={receiptItemId}&invoiceId={invoiceId}&allocationId={allocationId}
Remove a receipt list item allocation
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| receiptItemId | integer |
Required |
|
| invoiceId | integer |
Required |
|
| allocationId | integer |
Required |
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": "638d1cea-5ca3-4db2-8b04-822913baf91b",
"ReceivedDate": "2025-11-18T14:12:48.2171442Z",
"Invoices": [
{
"InvoiceId": 1,
"Regarding": "sample string 2",
"Allocations": [
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:12:48.2171442Z",
"NegotiatorId": 6,
"Id": 7
},
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:12:48.2171442Z",
"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:12:48.2171442Z",
"NegotiatorId": 6,
"Id": 7
},
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:12:48.2171442Z",
"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": "638d1cea-5ca3-4db2-8b04-822913baf91b",
"ReceivedDate": "2025-11-18T14:12:48.2171442Z",
"Invoices": [
{
"InvoiceId": 1,
"Regarding": "sample string 2",
"Allocations": [
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:12:48.2171442Z",
"NegotiatorId": 6,
"Id": 7
},
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:12:48.2171442Z",
"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:12:48.2171442Z",
"NegotiatorId": 6,
"Id": 7
},
{
"UseBalanceAmount": 1.0,
"ReceiptAmount": 2.0,
"ToReceipt": 3.0,
"ToAllocate": 4.0,
"DateFundReceived": "2025-11-18T14:12:48.2171442Z",
"NegotiatorId": 6,
"Id": 7
}
],
"TotalAllocated": 3.0,
"TotalReceipted": 4.0,
"Id": 5
}
],
"PaymentType": 0,
"Id": 10
}
]