POST api/Graphs/CompareEntitiesPerWeekDay

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "31145367-ecb6-4cbd-8aa6-aa92d787fe83",
  "BranchIDs": [
    1,
    2,
    3
  ],
  "LegendItems": [
    {
      "$id": "2",
      "date": "2025-10-28T22:59:19.8638853+02:00",
      "legend": "sample string 2"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "DateFrom": "2025-10-28T22:59:19.8638853+02:00",
  "DateTo": "2025-10-28T22:59:19.8638853+02:00",
  "EntitySalesResultType": 4,
  "Interval": 5,
  "RevenueType": 6,
  "EntityType": 7,
  "EntityIDs": [
    1,
    2,
    3
  ],
  "OrderTypeID": 8,
  "lstOrderTypeIDs": [
    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 'Graph'.