POST api/ReviewDgwneService/GetGasWeeksForDgwne

Request Information

URI Parameters

None.

Body Parameters

ReviewDgwneRequest
NameDescriptionTypeAdditional information
DeliveryPointId

integer

None.

SellerId

integer

None.

GasWeek

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DeliveryPointId": 1,
  "SellerId": 2,
  "GasWeek": "2024-09-07T11:22:00.669049+00:00"
}

application/xml, text/xml

Sample:
<ReviewDgwneRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.ReviewDgwne">
  <DeliveryPointId>1</DeliveryPointId>
  <GasWeek>2024-09-07T11:22:00.669049+00:00</GasWeek>
  <SellerId>2</SellerId>
</ReviewDgwneRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of date

Response Formats

application/json, text/json

Sample:
[
  "2024-09-07T11:22:00.669049+00:00",
  "2024-09-07T11:22:00.684673+00:00"
]

application/xml, text/xml

Sample:
<ArrayOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <dateTime>2024-09-07T11:22:00.669049+00:00</dateTime>
  <dateTime>2024-09-07T11:22:00.684673+00:00</dateTime>
</ArrayOfdateTime>