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
NameDescriptionTypeAdditional 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": "2024-03-27T11:43:56.0115844+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.