POST api/ReviewDgwneService/ReviewDgwne
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.7335734+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.7335734+00:00</GasWeek> <SellerId>2</SellerId> </ReviewDgwneRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ReviewDgwneDay| Name | Description | Type | Additional information |
|---|---|---|---|
| GasDay | date |
None. |
|
| ForecastProduction | ForecastProduction |
None. |
|
| NominationCoordinatorComments | NominationCoordinatorComments |
None. |
|
| WeeklyNominationQuantity | WeeklyNominationQuantity |
None. |
|
| DgwneQuantity | DgwneQuantity |
None. |
|
| DataEntryInfo | DataEntryInfo |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GasDay": "2025-10-22T17:40:03.7335734+00:00",
"ForecastProduction": {
"TotalGj": 1.0,
"ShareGj": 1.0
},
"NominationCoordinatorComments": {
"NominationCoordinatorGeneralComments": "sample string 1",
"NominationCoordinatorCommentForSeller": "sample string 2"
},
"WeeklyNominationQuantity": {
"NominationInGj": 1.0,
"SellerComments": "sample string 1",
"FceCheck": true
},
"DgwneQuantity": {
"DgwneTotalGj": 1.0,
"DgwneSellerGj": 1.0
},
"DataEntryInfo": {
"Status": 0,
"NominationDateTime": "2025-10-22T17:40:03.7470699+00:00",
"Nominator": "sample string 1"
}
},
{
"GasDay": "2025-10-22T17:40:03.7335734+00:00",
"ForecastProduction": {
"TotalGj": 1.0,
"ShareGj": 1.0
},
"NominationCoordinatorComments": {
"NominationCoordinatorGeneralComments": "sample string 1",
"NominationCoordinatorCommentForSeller": "sample string 2"
},
"WeeklyNominationQuantity": {
"NominationInGj": 1.0,
"SellerComments": "sample string 1",
"FceCheck": true
},
"DgwneQuantity": {
"DgwneTotalGj": 1.0,
"DgwneSellerGj": 1.0
},
"DataEntryInfo": {
"Status": 0,
"NominationDateTime": "2025-10-22T17:40:03.7470699+00:00",
"Nominator": "sample string 1"
}
}
]
application/xml, text/xml
Sample:
<ArrayOfReviewDgwneDay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.ReviewDgwne">
<ReviewDgwneDay>
<DataEntryInfo xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
<d3p1:NominationDateTime>2025-10-22T17:40:03.7470699+00:00</d3p1:NominationDateTime>
<d3p1:Nominator>sample string 1</d3p1:Nominator>
<d3p1:Status>Not Submitted</d3p1:Status>
</DataEntryInfo>
<DgwneQuantity xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
<d3p1:DgwneSellerGj>1</d3p1:DgwneSellerGj>
<d3p1:DgwneTotalGj>1</d3p1:DgwneTotalGj>
</DgwneQuantity>
<ForecastProduction xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
<d3p1:ShareGj>1</d3p1:ShareGj>
<d3p1:TotalGj>1</d3p1:TotalGj>
</ForecastProduction>
<GasDay>2025-10-22T17:40:03.7335734+00:00</GasDay>
<NominationCoordinatorComments xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
<d3p1:NominationCoordinatorCommentForSeller>sample string 2</d3p1:NominationCoordinatorCommentForSeller>
<d3p1:NominationCoordinatorGeneralComments>sample string 1</d3p1:NominationCoordinatorGeneralComments>
</NominationCoordinatorComments>
<WeeklyNominationQuantity xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.Nomination">
<d3p1:FceCheck>true</d3p1:FceCheck>
<d3p1:NominationInGj>1</d3p1:NominationInGj>
<d3p1:SellerComments>sample string 1</d3p1:SellerComments>
</WeeklyNominationQuantity>
</ReviewDgwneDay>
<ReviewDgwneDay>
<DataEntryInfo xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
<d3p1:NominationDateTime>2025-10-22T17:40:03.7470699+00:00</d3p1:NominationDateTime>
<d3p1:Nominator>sample string 1</d3p1:Nominator>
<d3p1:Status>Not Submitted</d3p1:Status>
</DataEntryInfo>
<DgwneQuantity xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
<d3p1:DgwneSellerGj>1</d3p1:DgwneSellerGj>
<d3p1:DgwneTotalGj>1</d3p1:DgwneTotalGj>
</DgwneQuantity>
<ForecastProduction xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
<d3p1:ShareGj>1</d3p1:ShareGj>
<d3p1:TotalGj>1</d3p1:TotalGj>
</ForecastProduction>
<GasDay>2025-10-22T17:40:03.7335734+00:00</GasDay>
<NominationCoordinatorComments xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
<d3p1:NominationCoordinatorCommentForSeller>sample string 2</d3p1:NominationCoordinatorCommentForSeller>
<d3p1:NominationCoordinatorGeneralComments>sample string 1</d3p1:NominationCoordinatorGeneralComments>
</NominationCoordinatorComments>
<WeeklyNominationQuantity xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.Nomination">
<d3p1:FceCheck>true</d3p1:FceCheck>
<d3p1:NominationInGj>1</d3p1:NominationInGj>
<d3p1:SellerComments>sample string 1</d3p1:SellerComments>
</WeeklyNominationQuantity>
</ReviewDgwneDay>
</ArrayOfReviewDgwneDay>