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": "33668fd6-fc75-4e6e-b2e9-54d84bfdd670",
  "BranchID": 2,
  "DateFrom": "2025-12-22T14:53:36.6837637+02:00",
  "DateTo": "2025-12-22T14:53:36.6837637+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'.