POST api/DayAheadFinalNominationService/GetDateRangeAvailableForReview

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

DateRange
NameDescriptionTypeAdditional information
To

date

None.

From

date

None.

Response Formats

application/json, text/json

Sample:
{
  "To": "2024-09-20T04:11:49.2431291+00:00",
  "From": "2024-09-20T04:11:49.2431291+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-09-20T04:11:49.2431291+00:00</From>
  <To>2024-09-20T04:11:49.2431291+00:00</To>
</DateRange>