Request Information
Price list with related entities.
Example URL:
v2.0/PriceListItems/Expand
None.
None.
Response Information
                    
IPageOfPriceListApiModelExpand
    
        
            
                
                    | Name | Description | Type | Additional information | 
|---|---|---|---|
| Data | 
                             List of entities on this page  | 
                        Collection of PriceListApiModelExpand | 
                                 None.  | 
                    
| TotalItems | 
                             Total number of entries  | 
                        integer | 
                                 None.  | 
                    
| TotalPages | 
                             Total number of pages  | 
                        integer | 
                                 None.  | 
                    
                        Sample:
                
{
  "Data": [
    {
      "Currency": {
        "Code": "sample string 1",
        "Country": "sample string 2",
        "Name": "sample string 3",
        "Priority": 4,
        "Symbol": "sample string 5",
        "Id": 6
      },
      "Amount": 1.0,
      "BarCode": "sample string 1",
      "Code": "sample string 2",
      "CurrencyId": 1,
      "DateLastChange": "2025-11-04T07:54:01.8722173+00:00",
      "HasStockMovement": true,
      "InitialDateStockBalance": "2025-11-04T07:54:01.8722173+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.