POST api/GasDayHistoryService/Export
Request Information
URI Parameters
None.
Body Parameters
GetSubDailyHistoryRequest| Name | 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": "2025-10-24T20:51:32.9005066+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>2025-10-24T20:51:32.9005066+00:00</GasDay> <SellerId>2</SellerId> </GetSubDailyHistoryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ExportableSubDailyRequestHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryPoint | string |
None. |
|
| Seller | string |
None. |
|
| IntraDayPeriodTypeId | IntraDayPeriodType |
None. |
|
| RecordType | string |
None. |
|
| MessageIdentifier | string |
None. |
|
| OrderByTimestamp | date |
None. |
|
| CommunicationTimestamp | date |
None. |
|
| ForecastProductionEnergyGj | decimal number |
None. |
|
| ForecastProductionShareEnergyGj | decimal number |
None. |
|
| ExcessForecastProductionEnergyGj | decimal number |
None. |
|
| ForecastProductionVarianceEnergyGj | decimal number |
None. |
|
| CfnqEnergyGj | decimal number |
None. |
|
| EnergyGj | decimal number |
None. |
|
| PreGasDayFinalNomChangeEnergyGj | decimal number |
None. |
|
| FinalFcmCreditEnergyGj | decimal number |
None. |
|
| MandatoryFcmCreditEnergyGj | decimal number |
None. |
|
| PreGasDayFinalFcmCreditEnergyGj | decimal number |
None. |
|
| AnticipatedFcmDebitQuanityEnergyGj | decimal number |
None. |
|
| PreGasDayAnticipatedDebitQuantityEnergyGj | decimal number |
None. |
|
| NegativeChangeQuantityEnergyGj | decimal number |
None. |
|
| NominationCoordinatorGeneralComments | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DeliveryPoint": "sample string 1",
"Seller": "sample string 2",
"IntraDayPeriodTypeId": 1,
"RecordType": "sample string 3",
"MessageIdentifier": "sample string 4",
"OrderByTimestamp": "2025-10-24T20:51:32.9317615+00:00",
"CommunicationTimestamp": "2025-10-24T20:51:32.9473911+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 7"
},
{
"DeliveryPoint": "sample string 1",
"Seller": "sample string 2",
"IntraDayPeriodTypeId": 1,
"RecordType": "sample string 3",
"MessageIdentifier": "sample string 4",
"OrderByTimestamp": "2025-10-24T20:51:32.9317615+00:00",
"CommunicationTimestamp": "2025-10-24T20:51:32.9473911+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 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfExportableSubDailyRequestHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.GasDayHistory">
<ExportableSubDailyRequestHistory>
<AnticipatedFcmDebitQuanityEnergyGj>1</AnticipatedFcmDebitQuanityEnergyGj>
<CfnqEnergyGj>1</CfnqEnergyGj>
<CommunicationTimestamp>2025-10-24T20:51:32.9473911+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 4</MessageIdentifier>
<NegativeChangeQuantityEnergyGj>1</NegativeChangeQuantityEnergyGj>
<NominationCoordinatorGeneralComments>sample string 7</NominationCoordinatorGeneralComments>
<OrderByTimestamp>2025-10-24T20:51:32.9317615+00:00</OrderByTimestamp>
<PreGasDayAnticipatedDebitQuantityEnergyGj>1</PreGasDayAnticipatedDebitQuantityEnergyGj>
<PreGasDayFinalFcmCreditEnergyGj>1</PreGasDayFinalFcmCreditEnergyGj>
<PreGasDayFinalNomChangeEnergyGj>1</PreGasDayFinalNomChangeEnergyGj>
<RecordType>sample string 3</RecordType>
<DeliveryPoint>sample string 1</DeliveryPoint>
<Seller>sample string 2</Seller>
</ExportableSubDailyRequestHistory>
<ExportableSubDailyRequestHistory>
<AnticipatedFcmDebitQuanityEnergyGj>1</AnticipatedFcmDebitQuanityEnergyGj>
<CfnqEnergyGj>1</CfnqEnergyGj>
<CommunicationTimestamp>2025-10-24T20:51:32.9473911+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 4</MessageIdentifier>
<NegativeChangeQuantityEnergyGj>1</NegativeChangeQuantityEnergyGj>
<NominationCoordinatorGeneralComments>sample string 7</NominationCoordinatorGeneralComments>
<OrderByTimestamp>2025-10-24T20:51:32.9317615+00:00</OrderByTimestamp>
<PreGasDayAnticipatedDebitQuantityEnergyGj>1</PreGasDayAnticipatedDebitQuantityEnergyGj>
<PreGasDayFinalFcmCreditEnergyGj>1</PreGasDayFinalFcmCreditEnergyGj>
<PreGasDayFinalNomChangeEnergyGj>1</PreGasDayFinalNomChangeEnergyGj>
<RecordType>sample string 3</RecordType>
<DeliveryPoint>sample string 1</DeliveryPoint>
<Seller>sample string 2</Seller>
</ExportableSubDailyRequestHistory>
</ArrayOfExportableSubDailyRequestHistory>