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": "dedc2866-6300-4b89-8ebd-b4168eed5f88",
  "BranchID": 2,
  "DateFrom": "2026-07-30T15:22:07.0145337+03:00",
  "DateTo": "2026-07-30T15:22:07.0145337+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'.