POST api/GasDayHistoryService/GetGasDetailHistory
Request Information
URI Parameters
None.
Body Parameters
GetSubDailyHistoryRequestName | Description | Type | Additional information |
---|---|---|---|
DeliveryPointId | integer |
None. |
|
SellerId | integer |
None. |
|
GasDay | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "DeliveryPointId": 1, "SellerId": 2, "GasDay": "2024-10-30T20:27:19.8673828+00:00" }
application/xml, text/xml
Sample:
<GetSubDailyHistoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.GasDayHistory"> <DeliveryPointId>1</DeliveryPointId> <GasDay>2024-10-30T20:27:19.8673828+00:00</GasDay> <SellerId>2</SellerId> </GetSubDailyHistoryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GasDetailHistoryName | Description | Type | Additional information |
---|---|---|---|
NominationHistory | SubDailyRequestDetailHistory |
None. |
|
WeeklyNominations | Collection of ReviewDgwneDay |
None. |
|
DayAheadNominations | Collection of DayAheadNominationHistory |
None. |
|
SubDailyRequests | Collection of SubDailyRequestHistory |
None. |
|
Errors | Collection of GasDetailHistoryLoadingError |
None. |
Response Formats
application/json, text/json
Sample:
{ "NominationHistory": { "SalesGasGj": 1.0, "FcmMovement": { "DebitGj": 1.0, "CreditGj": 1.0 }, "DeliveredQuantity": { "AggregatedGj": 1.0, "DeliveredGj": 1.0, "ShareOfImbalanceGj": 1.0, "SpecialEvent": "sample string 1" }, "FinalNominationEnergyGj": 1.0, "IntraDayChangesEnergyGj": 1.0, "FinalFcmCreditNominationEnergyGj": 1.0, "IntraDayFcmCreditChangesEnergyGj": 1.0, "CfnqEnergyGj": 1.0, "AggregateCfnqEnergyGj": 1.0, "FinalNomination": { "CinqEnergyGj": 1.0, "CfnqEnergyGj": 1.0, "EnergyGj": 1.0, "FcmCreditEnergyGj": 1.0, "AnticipatedFcmDebitEnergyGj": 1.0 }, "DayAheadAggregateCfnqEnergyGj": 1.0, "FcmDebitNominationOptInFlag": true, "FcmDebitImbalanceOptInFlag": true, "InitialNomination": { "InitialNominationGj": 1.0, "InitialFcmCreditNominationGj": 1.0, "FcmDebitNominationOptIn": true, "FcmDebitImbalanceOptIn": true, "SellerComments": "sample string 1", "FceCheck": true, "Scenario": { "Id": 1, "Name": "sample string 2", "Code": "sample string 3", "ScenarioTypeId": 4, "StartDate": "2024-10-30T20:27:19.8673828+00:00", "EndDate": "2024-10-30T20:27:19.8673828+00:00", "ScenarioType": { "Id": 1, "Name": "sample string 2", "Description": "sample string 3" }, "CreatedBy": "sample string 7", "CreatedDate": "2024-10-30T20:27:19.8673828+00:00", "ModifiedBy": "sample string 9", "ModifiedDate": "2024-10-30T20:27:19.8673828+00:00" } }, "IntraDayAggregateCfnqEnergyGj": 1.0 }, "WeeklyNominations": [ { "GasDay": "2024-10-30T20:27:19.8673828+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": "2024-10-30T20:27:19.8830094+00:00", "Nominator": "sample string 1" } }, { "GasDay": "2024-10-30T20:27:19.8673828+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": "2024-10-30T20:27:19.8830094+00:00", "Nominator": "sample string 1" } } ], "DayAheadNominations": [ { "GasDay": "2024-10-30T20:27:19.8830094+00:00", "DataEntryInfo": { "Status": 0, "NominationDateTime": "2024-10-30T20:27:19.8830094+00:00", "Nominator": "sample string 1" }, "ForecastProduction": { "TotalGj": 1.0, "ShareGj": 1.0 }, "Nomination": { "InitialNominationGj": 1.0, "InitialFcmCreditNominationGj": 1.0, "FcmDebitNominationOptIn": true, "FcmDebitImbalanceOptIn": true, "SellerComments": "sample string 1", "FceCheck": true, "Scenario": { "Id": 1, "Name": "sample string 2", "Code": "sample string 3", "ScenarioTypeId": 4, "StartDate": "2024-10-30T20:27:19.8673828+00:00", "EndDate": "2024-10-30T20:27:19.8673828+00:00", "ScenarioType": { "Id": 1, "Name": "sample string 2", "Description": "sample string 3" }, "CreatedBy": "sample string 7", "CreatedDate": "2024-10-30T20:27:19.8673828+00:00", "ModifiedBy": "sample string 9", "ModifiedDate": "2024-10-30T20:27:19.8673828+00:00" } }, "CifnEnergyGj": 1.0, "MandatoryFcmCreditQuantityGj": 1.0, "NominationCoordinatorCommentsForSeller": "sample string 2" }, { "GasDay": "2024-10-30T20:27:19.8830094+00:00", "DataEntryInfo": { "Status": 0, "NominationDateTime": "2024-10-30T20:27:19.8830094+00:00", "Nominator": "sample string 1" }, "ForecastProduction": { "TotalGj": 1.0, "ShareGj": 1.0 }, "Nomination": { "InitialNominationGj": 1.0, "InitialFcmCreditNominationGj": 1.0, "FcmDebitNominationOptIn": true, "FcmDebitImbalanceOptIn": true, "SellerComments": "sample string 1", "FceCheck": true, "Scenario": { "Id": 1, "Name": "sample string 2", "Code": "sample string 3", "ScenarioTypeId": 4, "StartDate": "2024-10-30T20:27:19.8673828+00:00", "EndDate": "2024-10-30T20:27:19.8673828+00:00", "ScenarioType": { "Id": 1, "Name": "sample string 2", "Description": "sample string 3" }, "CreatedBy": "sample string 7", "CreatedDate": "2024-10-30T20:27:19.8673828+00:00", "ModifiedBy": "sample string 9", "ModifiedDate": "2024-10-30T20:27:19.8673828+00:00" } }, "CifnEnergyGj": 1.0, "MandatoryFcmCreditQuantityGj": 1.0, "NominationCoordinatorCommentsForSeller": "sample string 2" } ], "SubDailyRequests": [ { "IntraDayPeriodTypeId": 1, "RecordType": "sample string 1", "MessageIdentifier": "sample string 2", "OrderByTimestamp": "2024-10-30T20:27:19.8830094+00:00", "CommunicationTimestamp": "2024-10-30T20:27:19.8830094+00:00", "ForecastProductionEnergyGj": 1.0, "ForecastProductionShareEnergyGj": 1.0, "ExcessForecastProductionEnergyGj": 1.0, "ForecastProductionVarianceEnergyGj": 1.0, "CfnqEnergyGj": 1.0, "EnergyGj": 1.0, "PreGasDayFinalNomChangeEnergyGj": 1.0, "FinalFcmCreditEnergyGj": 1.0, "MandatoryFcmCreditEnergyGj": 1.0, "PreGasDayFinalFcmCreditEnergyGj": 1.0, "AnticipatedFcmDebitQuanityEnergyGj": 1.0, "PreGasDayAnticipatedDebitQuantityEnergyGj": 1.0, "NegativeChangeQuantityEnergyGj": 1.0, "NominationCoordinatorGeneralComments": "sample string 5" }, { "IntraDayPeriodTypeId": 1, "RecordType": "sample string 1", "MessageIdentifier": "sample string 2", "OrderByTimestamp": "2024-10-30T20:27:19.8830094+00:00", "CommunicationTimestamp": "2024-10-30T20:27:19.8830094+00:00", "ForecastProductionEnergyGj": 1.0, "ForecastProductionShareEnergyGj": 1.0, "ExcessForecastProductionEnergyGj": 1.0, "ForecastProductionVarianceEnergyGj": 1.0, "CfnqEnergyGj": 1.0, "EnergyGj": 1.0, "PreGasDayFinalNomChangeEnergyGj": 1.0, "FinalFcmCreditEnergyGj": 1.0, "MandatoryFcmCreditEnergyGj": 1.0, "PreGasDayFinalFcmCreditEnergyGj": 1.0, "AnticipatedFcmDebitQuanityEnergyGj": 1.0, "PreGasDayAnticipatedDebitQuantityEnergyGj": 1.0, "NegativeChangeQuantityEnergyGj": 1.0, "NominationCoordinatorGeneralComments": "sample string 5" } ], "Errors": [ 1, 1 ] }
application/xml, text/xml
Sample:
<GasDetailHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.GasDayHistory"> <DayAheadNominations> <DayAheadNominationHistory> <CifnEnergyGj>1</CifnEnergyGj> <DataEntryInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d4p1:NominationDateTime>2024-10-30T20:27:19.8830094+00:00</d4p1:NominationDateTime> <d4p1:Nominator>sample string 1</d4p1:Nominator> <d4p1:Status>Not Submitted</d4p1:Status> </DataEntryInfo> <ForecastProduction xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d4p1:ShareGj>1</d4p1:ShareGj> <d4p1:TotalGj>1</d4p1:TotalGj> </ForecastProduction> <GasDay>2024-10-30T20:27:19.8830094+00:00</GasDay> <MandatoryFcmCreditQuantityGj>1</MandatoryFcmCreditQuantityGj> <Nomination xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.Nomination"> <d4p1:FceCheck>true</d4p1:FceCheck> <d4p1:FcmDebitImbalanceOptIn>true</d4p1:FcmDebitImbalanceOptIn> <d4p1:FcmDebitNominationOptIn>true</d4p1:FcmDebitNominationOptIn> <d4p1:InitialFcmCreditNominationGj>1</d4p1:InitialFcmCreditNominationGj> <d4p1:InitialNominationGj>1</d4p1:InitialNominationGj> <d4p1:Scenario xmlns:d5p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Repositories.Models"> <d5p1:CreatedBy>sample string 7</d5p1:CreatedBy> <d5p1:CreatedDate>2024-10-30T20:27:19.8673828+00:00</d5p1:CreatedDate> <d5p1:ModifiedBy>sample string 9</d5p1:ModifiedBy> <d5p1:ModifiedDate>2024-10-30T20:27:19.8673828+00:00</d5p1:ModifiedDate> <d5p1:Code>sample string 3</d5p1:Code> <d5p1:EndDate>2024-10-30T20:27:19.8673828+00:00</d5p1:EndDate> <d5p1:Id>1</d5p1:Id> <d5p1:Name>sample string 2</d5p1:Name> <d5p1:ScenarioType> <d5p1:Description>sample string 3</d5p1:Description> <d5p1:Id>1</d5p1:Id> <d5p1:Name>sample string 2</d5p1:Name> </d5p1:ScenarioType> <d5p1:ScenarioTypeId>4</d5p1:ScenarioTypeId> <d5p1:StartDate>2024-10-30T20:27:19.8673828+00:00</d5p1:StartDate> </d4p1:Scenario> <d4p1:SellerComments>sample string 1</d4p1:SellerComments> </Nomination> <NominationCoordinatorCommentsForSeller>sample string 2</NominationCoordinatorCommentsForSeller> </DayAheadNominationHistory> <DayAheadNominationHistory> <CifnEnergyGj>1</CifnEnergyGj> <DataEntryInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d4p1:NominationDateTime>2024-10-30T20:27:19.8830094+00:00</d4p1:NominationDateTime> <d4p1:Nominator>sample string 1</d4p1:Nominator> <d4p1:Status>Not Submitted</d4p1:Status> </DataEntryInfo> <ForecastProduction xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d4p1:ShareGj>1</d4p1:ShareGj> <d4p1:TotalGj>1</d4p1:TotalGj> </ForecastProduction> <GasDay>2024-10-30T20:27:19.8830094+00:00</GasDay> <MandatoryFcmCreditQuantityGj>1</MandatoryFcmCreditQuantityGj> <Nomination xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.Nomination"> <d4p1:FceCheck>true</d4p1:FceCheck> <d4p1:FcmDebitImbalanceOptIn>true</d4p1:FcmDebitImbalanceOptIn> <d4p1:FcmDebitNominationOptIn>true</d4p1:FcmDebitNominationOptIn> <d4p1:InitialFcmCreditNominationGj>1</d4p1:InitialFcmCreditNominationGj> <d4p1:InitialNominationGj>1</d4p1:InitialNominationGj> <d4p1:Scenario xmlns:d5p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Repositories.Models"> <d5p1:CreatedBy>sample string 7</d5p1:CreatedBy> <d5p1:CreatedDate>2024-10-30T20:27:19.8673828+00:00</d5p1:CreatedDate> <d5p1:ModifiedBy>sample string 9</d5p1:ModifiedBy> <d5p1:ModifiedDate>2024-10-30T20:27:19.8673828+00:00</d5p1:ModifiedDate> <d5p1:Code>sample string 3</d5p1:Code> <d5p1:EndDate>2024-10-30T20:27:19.8673828+00:00</d5p1:EndDate> <d5p1:Id>1</d5p1:Id> <d5p1:Name>sample string 2</d5p1:Name> <d5p1:ScenarioType> <d5p1:Description>sample string 3</d5p1:Description> <d5p1:Id>1</d5p1:Id> <d5p1:Name>sample string 2</d5p1:Name> </d5p1:ScenarioType> <d5p1:ScenarioTypeId>4</d5p1:ScenarioTypeId> <d5p1:StartDate>2024-10-30T20:27:19.8673828+00:00</d5p1:StartDate> </d4p1:Scenario> <d4p1:SellerComments>sample string 1</d4p1:SellerComments> </Nomination> <NominationCoordinatorCommentsForSeller>sample string 2</NominationCoordinatorCommentsForSeller> </DayAheadNominationHistory> </DayAheadNominations> <Errors> <GasDetailHistoryLoadingError>NominationHistory</GasDetailHistoryLoadingError> <GasDetailHistoryLoadingError>NominationHistory</GasDetailHistoryLoadingError> </Errors> <NominationHistory> <AggregateCfnqEnergyGj>1</AggregateCfnqEnergyGj> <CfnqEnergyGj>1</CfnqEnergyGj> <DayAheadAggregateCfnqEnergyGj>1</DayAheadAggregateCfnqEnergyGj> <DeliveredQuantity xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.DailyDeliveredQuantity"> <d3p1:AggregatedGj>1</d3p1:AggregatedGj> <d3p1:DeliveredGj>1</d3p1:DeliveredGj> <d3p1:ShareOfImbalanceGj>1</d3p1:ShareOfImbalanceGj> <d3p1:SpecialEvent>sample string 1</d3p1:SpecialEvent> </DeliveredQuantity> <FcmDebitImbalanceOptInFlag>true</FcmDebitImbalanceOptInFlag> <FcmDebitNominationOptInFlag>true</FcmDebitNominationOptInFlag> <FcmMovement xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d3p1:CreditGj>1</d3p1:CreditGj> <d3p1:DebitGj>1</d3p1:DebitGj> </FcmMovement> <FinalFcmCreditNominationEnergyGj>1</FinalFcmCreditNominationEnergyGj> <FinalNomination xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.DayAheadFinalNomination"> <d3p1:AnticipatedFcmDebitEnergyGj>1</d3p1:AnticipatedFcmDebitEnergyGj> <d3p1:CfnqEnergyGj>1</d3p1:CfnqEnergyGj> <d3p1:CinqEnergyGj>1</d3p1:CinqEnergyGj> <d3p1:EnergyGj>1</d3p1:EnergyGj> <d3p1:FcmCreditEnergyGj>1</d3p1:FcmCreditEnergyGj> </FinalNomination> <FinalNominationEnergyGj>1</FinalNominationEnergyGj> <InitialNomination xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.Nomination"> <d3p1:FceCheck>true</d3p1:FceCheck> <d3p1:FcmDebitImbalanceOptIn>true</d3p1:FcmDebitImbalanceOptIn> <d3p1:FcmDebitNominationOptIn>true</d3p1:FcmDebitNominationOptIn> <d3p1:InitialFcmCreditNominationGj>1</d3p1:InitialFcmCreditNominationGj> <d3p1:InitialNominationGj>1</d3p1:InitialNominationGj> <d3p1:Scenario xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Repositories.Models"> <d4p1:CreatedBy>sample string 7</d4p1:CreatedBy> <d4p1:CreatedDate>2024-10-30T20:27:19.8673828+00:00</d4p1:CreatedDate> <d4p1:ModifiedBy>sample string 9</d4p1:ModifiedBy> <d4p1:ModifiedDate>2024-10-30T20:27:19.8673828+00:00</d4p1:ModifiedDate> <d4p1:Code>sample string 3</d4p1:Code> <d4p1:EndDate>2024-10-30T20:27:19.8673828+00:00</d4p1:EndDate> <d4p1:Id>1</d4p1:Id> <d4p1:Name>sample string 2</d4p1:Name> <d4p1:ScenarioType> <d4p1:Description>sample string 3</d4p1:Description> <d4p1:Id>1</d4p1:Id> <d4p1:Name>sample string 2</d4p1:Name> </d4p1:ScenarioType> <d4p1:ScenarioTypeId>4</d4p1:ScenarioTypeId> <d4p1:StartDate>2024-10-30T20:27:19.8673828+00:00</d4p1:StartDate> </d3p1:Scenario> <d3p1:SellerComments>sample string 1</d3p1:SellerComments> </InitialNomination> <IntraDayAggregateCfnqEnergyGj>1</IntraDayAggregateCfnqEnergyGj> <IntraDayChangesEnergyGj>1</IntraDayChangesEnergyGj> <IntraDayFcmCreditChangesEnergyGj>1</IntraDayFcmCreditChangesEnergyGj> <SalesGasGj>1</SalesGasGj> </NominationHistory> <SubDailyRequests> <SubDailyRequestHistory> <AnticipatedFcmDebitQuanityEnergyGj>1</AnticipatedFcmDebitQuanityEnergyGj> <CfnqEnergyGj>1</CfnqEnergyGj> <CommunicationTimestamp>2024-10-30T20:27:19.8830094+00:00</CommunicationTimestamp> <EnergyGj>1</EnergyGj> <ExcessForecastProductionEnergyGj>1</ExcessForecastProductionEnergyGj> <FinalFcmCreditEnergyGj>1</FinalFcmCreditEnergyGj> <ForecastProductionEnergyGj>1</ForecastProductionEnergyGj> <ForecastProductionShareEnergyGj>1</ForecastProductionShareEnergyGj> <ForecastProductionVarianceEnergyGj>1</ForecastProductionVarianceEnergyGj> <IntraDayPeriodTypeId>Pre Gas day</IntraDayPeriodTypeId> <MandatoryFcmCreditEnergyGj>1</MandatoryFcmCreditEnergyGj> <MessageIdentifier>sample string 2</MessageIdentifier> <NegativeChangeQuantityEnergyGj>1</NegativeChangeQuantityEnergyGj> <NominationCoordinatorGeneralComments>sample string 5</NominationCoordinatorGeneralComments> <OrderByTimestamp>2024-10-30T20:27:19.8830094+00:00</OrderByTimestamp> <PreGasDayAnticipatedDebitQuantityEnergyGj>1</PreGasDayAnticipatedDebitQuantityEnergyGj> <PreGasDayFinalFcmCreditEnergyGj>1</PreGasDayFinalFcmCreditEnergyGj> <PreGasDayFinalNomChangeEnergyGj>1</PreGasDayFinalNomChangeEnergyGj> <RecordType>sample string 1</RecordType> </SubDailyRequestHistory> <SubDailyRequestHistory> <AnticipatedFcmDebitQuanityEnergyGj>1</AnticipatedFcmDebitQuanityEnergyGj> <CfnqEnergyGj>1</CfnqEnergyGj> <CommunicationTimestamp>2024-10-30T20:27:19.8830094+00:00</CommunicationTimestamp> <EnergyGj>1</EnergyGj> <ExcessForecastProductionEnergyGj>1</ExcessForecastProductionEnergyGj> <FinalFcmCreditEnergyGj>1</FinalFcmCreditEnergyGj> <ForecastProductionEnergyGj>1</ForecastProductionEnergyGj> <ForecastProductionShareEnergyGj>1</ForecastProductionShareEnergyGj> <ForecastProductionVarianceEnergyGj>1</ForecastProductionVarianceEnergyGj> <IntraDayPeriodTypeId>Pre Gas day</IntraDayPeriodTypeId> <MandatoryFcmCreditEnergyGj>1</MandatoryFcmCreditEnergyGj> <MessageIdentifier>sample string 2</MessageIdentifier> <NegativeChangeQuantityEnergyGj>1</NegativeChangeQuantityEnergyGj> <NominationCoordinatorGeneralComments>sample string 5</NominationCoordinatorGeneralComments> <OrderByTimestamp>2024-10-30T20:27:19.8830094+00:00</OrderByTimestamp> <PreGasDayAnticipatedDebitQuantityEnergyGj>1</PreGasDayAnticipatedDebitQuantityEnergyGj> <PreGasDayFinalFcmCreditEnergyGj>1</PreGasDayFinalFcmCreditEnergyGj> <PreGasDayFinalNomChangeEnergyGj>1</PreGasDayFinalNomChangeEnergyGj> <RecordType>sample string 1</RecordType> </SubDailyRequestHistory> </SubDailyRequests> <WeeklyNominations xmlns:d2p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.ReviewDgwne"> <d2p1:ReviewDgwneDay> <d2p1:DataEntryInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d4p1:NominationDateTime>2024-10-30T20:27:19.8830094+00:00</d4p1:NominationDateTime> <d4p1:Nominator>sample string 1</d4p1:Nominator> <d4p1:Status>Not Submitted</d4p1:Status> </d2p1:DataEntryInfo> <d2p1:DgwneQuantity xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d4p1:DgwneSellerGj>1</d4p1:DgwneSellerGj> <d4p1:DgwneTotalGj>1</d4p1:DgwneTotalGj> </d2p1:DgwneQuantity> <d2p1:ForecastProduction xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d4p1:ShareGj>1</d4p1:ShareGj> <d4p1:TotalGj>1</d4p1:TotalGj> </d2p1:ForecastProduction> <d2p1:GasDay>2024-10-30T20:27:19.8673828+00:00</d2p1:GasDay> <d2p1:NominationCoordinatorComments xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d4p1:NominationCoordinatorCommentForSeller>sample string 2</d4p1:NominationCoordinatorCommentForSeller> <d4p1:NominationCoordinatorGeneralComments>sample string 1</d4p1:NominationCoordinatorGeneralComments> </d2p1:NominationCoordinatorComments> <d2p1:WeeklyNominationQuantity xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.Nomination"> <d4p1:FceCheck>true</d4p1:FceCheck> <d4p1:NominationInGj>1</d4p1:NominationInGj> <d4p1:SellerComments>sample string 1</d4p1:SellerComments> </d2p1:WeeklyNominationQuantity> </d2p1:ReviewDgwneDay> <d2p1:ReviewDgwneDay> <d2p1:DataEntryInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d4p1:NominationDateTime>2024-10-30T20:27:19.8830094+00:00</d4p1:NominationDateTime> <d4p1:Nominator>sample string 1</d4p1:Nominator> <d4p1:Status>Not Submitted</d4p1:Status> </d2p1:DataEntryInfo> <d2p1:DgwneQuantity xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d4p1:DgwneSellerGj>1</d4p1:DgwneSellerGj> <d4p1:DgwneTotalGj>1</d4p1:DgwneTotalGj> </d2p1:DgwneQuantity> <d2p1:ForecastProduction xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d4p1:ShareGj>1</d4p1:ShareGj> <d4p1:TotalGj>1</d4p1:TotalGj> </d2p1:ForecastProduction> <d2p1:GasDay>2024-10-30T20:27:19.8673828+00:00</d2p1:GasDay> <d2p1:NominationCoordinatorComments xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto"> <d4p1:NominationCoordinatorCommentForSeller>sample string 2</d4p1:NominationCoordinatorCommentForSeller> <d4p1:NominationCoordinatorGeneralComments>sample string 1</d4p1:NominationCoordinatorGeneralComments> </d2p1:NominationCoordinatorComments> <d2p1:WeeklyNominationQuantity xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.Nomination"> <d4p1:FceCheck>true</d4p1:FceCheck> <d4p1:NominationInGj>1</d4p1:NominationInGj> <d4p1:SellerComments>sample string 1</d4p1:SellerComments> </d2p1:WeeklyNominationQuantity> </d2p1:ReviewDgwneDay> </WeeklyNominations> </GasDetailHistory>