POST api/UsdBoxing/GetBoxesNextDay

Request Information

URI Parameters

None.

Body Parameters

GetBoxesNextDayRequest
NameDescriptionTypeAdditional information
DayDate

date

None.

DateRange

DateRange

None.

UsdBoxingType

UsdBoxingType

None.

Request Formats

application/json, text/json

Sample:
{
  "DayDate": "2025-12-12T17:44:02.2649662-05:00",
  "DateRange": {
    "DateFrom": "2025-12-12T17:44:02.2649662-05:00",
    "DateTo": "2025-12-12T17:44:02.2649662-05:00"
  },
  "UsdBoxingType": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.