GET api/DailyDeliveredQuantityService/ExportDailyDeliveredQuantities
Request Information
URI Parameters
None.
Body Parameters
DailyDeliveredQuantityRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SellerId | integer |
None. |
|
| DeliveryPointId | integer |
None. |
|
| DateRange | DateRange |
None. |
Request Formats
application/json, text/json
Sample:
{
"SellerId": 1,
"DeliveryPointId": 2,
"DateRange": {
"To": "2025-10-22T17:40:03.0126394+00:00",
"From": "2025-10-22T17:40:03.0126394+00:00"
}
}
application/xml, text/xml
Sample:
<DailyDeliveredQuantityRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.DailyDeliveredQuantity">
<DateRange xmlns:d2p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
<d2p1:From>2025-10-22T17:40:03.0126394+00:00</d2p1:From>
<d2p1:To>2025-10-22T17:40:03.0126394+00:00</d2p1:To>
</DateRange>
<DeliveryPointId>2</DeliveryPointId>
<SellerId>1</SellerId>
</DailyDeliveredQuantityRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DeliveredQuantityReportDay| Name | Description | Type | Additional information |
|---|---|---|---|
| Day | date |
None. |
|
| FinalNominatedGj | decimal number |
None. |
|
| MandatoryFcmCreditQuantityGj | decimal number |
None. |
|
| SalesGasGj | decimal number |
None. |
|
| FCMClosingBalanceGj | decimal number |
None. |
|
| CfnqEnergyGj | decimal number |
None. |
|
| FcmMovement | FcmMovement |
None. |
|
| DeliveredQuantity | DeliveredQuantity |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Day": "2025-10-22T17:40:03.0302723+00:00",
"FinalNominatedGj": 1.0,
"MandatoryFcmCreditQuantityGj": 1.0,
"SalesGasGj": 1.0,
"FCMClosingBalanceGj": 1.0,
"CfnqEnergyGj": 1.0,
"FcmMovement": {
"DebitGj": 1.0,
"CreditGj": 1.0
},
"DeliveredQuantity": {
"AggregatedGj": 1.0,
"DeliveredGj": 1.0,
"ShareOfImbalanceGj": 1.0,
"SpecialEvent": "sample string 1"
}
},
{
"Day": "2025-10-22T17:40:03.0302723+00:00",
"FinalNominatedGj": 1.0,
"MandatoryFcmCreditQuantityGj": 1.0,
"SalesGasGj": 1.0,
"FCMClosingBalanceGj": 1.0,
"CfnqEnergyGj": 1.0,
"FcmMovement": {
"DebitGj": 1.0,
"CreditGj": 1.0
},
"DeliveredQuantity": {
"AggregatedGj": 1.0,
"DeliveredGj": 1.0,
"ShareOfImbalanceGj": 1.0,
"SpecialEvent": "sample string 1"
}
}
]
application/xml, text/xml
Sample:
<ArrayOfDeliveredQuantityReportDay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.DailyDeliveredQuantity">
<DeliveredQuantityReportDay>
<CfnqEnergyGj>1</CfnqEnergyGj>
<Day>2025-10-22T17:40:03.0302723+00:00</Day>
<DeliveredQuantity>
<AggregatedGj>1</AggregatedGj>
<DeliveredGj>1</DeliveredGj>
<ShareOfImbalanceGj>1</ShareOfImbalanceGj>
<SpecialEvent>sample string 1</SpecialEvent>
</DeliveredQuantity>
<FCMClosingBalanceGj>1</FCMClosingBalanceGj>
<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>
<FinalNominatedGj>1</FinalNominatedGj>
<MandatoryFcmCreditQuantityGj>1</MandatoryFcmCreditQuantityGj>
<SalesGasGj>1</SalesGasGj>
</DeliveredQuantityReportDay>
<DeliveredQuantityReportDay>
<CfnqEnergyGj>1</CfnqEnergyGj>
<Day>2025-10-22T17:40:03.0302723+00:00</Day>
<DeliveredQuantity>
<AggregatedGj>1</AggregatedGj>
<DeliveredGj>1</DeliveredGj>
<ShareOfImbalanceGj>1</ShareOfImbalanceGj>
<SpecialEvent>sample string 1</SpecialEvent>
</DeliveredQuantity>
<FCMClosingBalanceGj>1</FCMClosingBalanceGj>
<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>
<FinalNominatedGj>1</FinalNominatedGj>
<MandatoryFcmCreditQuantityGj>1</MandatoryFcmCreditQuantityGj>
<SalesGasGj>1</SalesGasGj>
</DeliveredQuantityReportDay>
</ArrayOfDeliveredQuantityReportDay>