Request Information
Deprecated
Use System/GetCodeBooksChanges.
Method returns list of payment options, that were changed.
Example URL:
v2.0/PaymentOptions/GetChanges?lastCheck={lastCheck}
None.
None.
Response Information
IPageOfPaymentOptionApiModel
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data |
List of entities on this page |
Collection of PaymentOptionApiModel |
None. |
| TotalItems |
Total number of entries |
integer |
None. |
| TotalPages |
Total number of pages |
integer |
None. |
Sample:
{
"Data": [
{
"Code": "sample string 1",
"DateLastChange": "2025-11-15T00:14:53.8881321+00:00",
"IsDefault": true,
"IsRounded": true,
"Name": "sample string 5",
"IsAutoPayment": true,
"Id": 7
}
],
"TotalItems": 1,
"TotalPages": 1
}
Sample:
Sample not available.
Sample:
Sample not available.