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": "2024-11-07T15:04:10.368271+00:00", "From": "2024-11-07T15:04:10.368271+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>2024-11-07T15:04:10.368271+00:00</From> <To>2024-11-07T15:04:10.368271+00:00</To> </DateRange>