POST api/Graphs/CompareYearsPerDayForOneBranch
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"guid": "ffc7e4e4-7d6e-47f2-b677-48b794cb944a",
"BranchIDs": [
1,
2,
3
],
"LegendItems": [
{
"$id": "2",
"date": "2026-02-15T14:02:22.5280467+02:00",
"legend": "sample string 2"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"DateFrom": "2026-02-15T14:02:22.5280467+02:00",
"DateTo": "2026-02-15T14:02:22.5280467+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: