POST api/DayAheadFinalNominationService/GetDateRangeAvailableForReview
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DateRangeName | Description | Type | Additional information |
---|---|---|---|
To | date |
None. |
|
From | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "To": "2025-01-08T14:52:25.655363+00:00", "From": "2025-01-08T14:52:25.655363+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-01-08T14:52:25.655363+00:00</From> <To>2025-01-08T14:52:25.655363+00:00</To> </DateRange>