GET v1/invoices/{parentId}/creditAllocations
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Common.Dto.Get.CreditAllocation| Name | Description | Type | Additional information |
|---|---|---|---|
| creditId | integer |
None. |
|
| invoiceId | integer |
None. |
|
| amount | decimal number |
None. |
|
| reference | string |
None. |
|
| creditType | string |
None. |
|
| createdDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"creditId": 1,
"invoiceId": 2,
"amount": 3.0,
"reference": "sample string 4",
"creditType": "sample string 5",
"createdDate": "2025-11-03T19:49:46.5398731+00:00"
},
{
"creditId": 1,
"invoiceId": 2,
"amount": 3.0,
"reference": "sample string 4",
"creditType": "sample string 5",
"createdDate": "2025-11-03T19:49:46.5398731+00:00"
}
]