POST api/ReviewDgwneService/GetGasWeeksForDgwne
Request Information
URI Parameters
None.
Body Parameters
ReviewDgwneRequest| Name | 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": "2025-10-22T17:40:03.3720426+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>2025-10-22T17:40:03.3720426+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:
[ "2025-10-22T17:40:03.4206749+00:00", "2025-10-22T17:40:03.4206749+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>2025-10-22T17:40:03.4206749+00:00</dateTime> <dateTime>2025-10-22T17:40:03.4206749+00:00</dateTime> </ArrayOfdateTime>