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.CreditAllocationName | 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-05-21T09:07:12.1201264+00:00" }, { "creditId": 1, "invoiceId": 2, "amount": 3.0, "reference": "sample string 4", "creditType": "sample string 5", "createdDate": "2025-05-21T09:07:12.1201264+00:00" } ]