POST api/StoreOrders/GetStoreOrdersSum

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
criteria
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "53916bda-8d6f-4e5d-86b9-0cf2ae0b91cb",
  "BranchID": 2,
  "DateFrom": "2026-02-15T14:03:57.3359207+02:00",
  "DateTo": "2026-02-15T14:03:57.3359207+02:00",
  "SupplierIDs": [
    1,
    2,
    3
  ],
  "MaterialCategoryIDs": [
    1,
    2,
    3
  ],
  "MaterialIDs": [
    1,
    2,
    3
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StoreOrderCriteria'.