POST api/ReviewDgwneService/GetGasWeeksForDgwne
Request Information
URI Parameters
None.
Body Parameters
ReviewDgwneRequestName | Description | Type | Additional information |
---|---|---|---|
DeliveryPointId | integer |
None. |
|
SellerId | integer |
None. |
|
GasWeek | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "DeliveryPointId": 1, "SellerId": 2, "GasWeek": "2024-11-07T11:36:01.9368041+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-11-07T11:36:01.9368041+00:00</GasWeek> <SellerId>2</SellerId> </ReviewDgwneRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of dateResponse Formats
application/json, text/json
Sample:
[ "2024-11-07T11:36:01.9368041+00:00", "2024-11-07T11:36:01.9368041+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-11-07T11:36:01.9368041+00:00</dateTime> <dateTime>2024-11-07T11:36:01.9368041+00:00</dateTime> </ArrayOfdateTime>