Request Information
Returns price list with pages.
Example URL:
v2.0/PriceListItems
None.
None.
Response Information
IPageOfPriceListApiModel
Name | Description | Type | Additional information |
---|---|---|---|
Data |
List of entities on this page |
Collection of PriceListApiModel |
None. |
TotalItems |
Total number of entries |
integer |
None. |
TotalPages |
Total number of pages |
integer |
None. |
Sample:
{ "Data": [ { "Amount": 1.0, "BarCode": "sample string 1", "Code": "sample string 2", "CurrencyId": 1, "DateLastChange": "2024-11-02T04:55:30.342437+00:00", "HasStockMovement": true, "InitialDateStockBalance": "2024-11-02T04:55:30.342437+00:00", "InitialStockBalance": 5.0, "Name": "sample string 6", "Note": "sample string 7", "Price": 1.0, "PriceType": 0, "StockBalance": 8.0, "Unit": "sample string 9", "VatCodeId": 1, "VatRateType": 0, "Id": 10 } ], "TotalItems": 1, "TotalPages": 1 }
Sample:
Sample not available.
Sample:
Sample not available.