POST api/UsdBoxing/GetBoxesNextDay
Request Information
URI Parameters
None.
Body Parameters
GetBoxesNextDayRequest| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.