Request Information
Method returns list of payment options.
Example URL:
v2.0/PaymentOptions
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": "2024-11-05T06:18:22.9550359+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.