/api/Items/Paginated/
GET
- Header
Parameter Required Type توضیحات GenerationVersion * integer نسخه API Authorization * توکن از نوع JWT برای اعتبارسنجی کاربر IntegrationID * integer($int32) کد دستگاه ArbitraryCode * string($uuid) یک GUID یکتا EncArbitraryCode * string($byte) نسخه کد شده ArbitraryCode به کمک کلید عمومی limit – (query) offset – (query) orderBy – (query) مرتب سازی صعودی orderByDesc – (query) مرتب سازی نزولی PropertyName_OP – (query) فیلترینگ دیتا
Example : localhost:7373/Api/Customers/Paginated?Code_eq=”123” - Request
Parameter Type Required Description ندارد ندارد ندارد ندارد - Response
Parameter Type Description []Item آرایهای از کالاها JSON{ "Result": [ { "ItemID": 1, "Code": "string", "Barcode": "string", "Title": "string", "IsActive": true, "IsSellable": true, "Type": 1, "UnitRef": 1, "SecondaryUnitRef": 1, "UnitsRatio": 0, "IsUnitRatioConstant": true, "Weight": 0, "Volume": 0, "Tracings": [ { "TracingID": 1, "IsSelectable": true, "Title": "string" } ], "TracingInventories": [ { "TracingRef": 1, "Inventory": 0 } ], "TotalInventory": 0, "PropertyValues": [ { "PropertyRef": 1, "Value": "string" } ], "Thumbnail": "string", "IsTaxExempt": true, "TaxRate": 0, "DutyRate": 0, "BrokerSellable": true, "SaleGroupRef": 1, "CodingGroupRef": 0, "PurchaseGroupRef": 0 } ], "Total": 0, "Limit": 0, "Offset": 0, "OrderedBy": "string", "Ascending": true, "Filters": [ { "PropertyName": "string", "Value": "string", "Operator": "string" } ]