POST api/DayAheadFinalNominationService/GetDateRangeAvailableForReview
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DateRange| Name | Description | Type | Additional information |
|---|---|---|---|
| To | date |
None. |
|
| From | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"To": "2025-10-22T17:40:03.622061+00:00",
"From": "2025-10-22T17:40:03.622061+00:00"
}
application/xml, text/xml
Sample:
<DateRange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <From>2025-10-22T17:40:03.622061+00:00</From> <To>2025-10-22T17:40:03.622061+00:00</To> </DateRange>