Request Information
Returns list of payments. Filters are optional.
Example URL:
v2.0/ReceivedDocumentPayments
None.
None.
Response Information
IPageOfReceivedDocumentPaymentApiModel
Name | Description | Type | Additional information |
---|---|---|---|
Data |
List of entities on this page |
Collection of ReceivedDocumentPaymentApiModel |
None. |
TotalItems |
Total number of entries |
integer |
None. |
TotalPages |
Total number of pages |
integer |
None. |
Sample:
{ "Data": [ { "CurrencyId": 1, "DateCreated": "2024-11-19T10:21:21.8770984+00:00", "DateLastChange": "2024-11-19T10:21:21.8770984+00:00", "DateOfPayment": "2024-11-19T10:21:21.8770984+00:00", "DateOfVatApplication": "2024-11-19T10:21:21.8770984+00:00", "ExchangeRate": 6.0, "ExchangeRateAmount": 7.0, "Exported": 0, "InvoiceId": 8, "InvoiceDocumentNumber": "sample string 9", "Partner": "sample string 10", "PartnerId": 11, "PaymentAmount": 12.0, "PaymentAmountHc": 13.0, "PaymentOptionId": 14, "Id": 15 } ], "TotalItems": 1, "TotalPages": 1 }
Sample:
Sample not available.
Sample:
Sample not available.