POST api/Coupons/GetCouponUseDistribution

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": "9e441e62-e73f-4d6c-b50a-3b135291f8e5",
  "DateFrom": "2026-06-05T14:04:12.9736904+03:00",
  "DateTo": "2026-06-05T14:04:12.9736904+03:00",
  "Interval": 1
}

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 'NullableCouponCriteria'.