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": "bf8252ab-714c-412e-a52e-8e70764a53fd",
  "BranchID": 2,
  "DateFrom": "2026-06-05T10:26:11.0105834+03:00",
  "DateTo": "2026-06-05T10:26:11.0105834+03: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'.