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": "b5a4a18b-5008-4c5e-9c02-80572bad5e87",
  "BranchID": 2,
  "DateFrom": "2025-10-28T23:01:55.8118007+02:00",
  "DateTo": "2025-10-28T23:01:55.8118007+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'.