POST api/NominationService/GetSubmittedAnnualNominations

Request Information

URI Parameters

None.

Body Parameters

GetSubmittedAnnualNominationsRequest
NameDescriptionTypeAdditional information
SellerId

integer

None.

DeliveryPointId

integer

None.

GasYearStartDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SellerId": 1,
  "DeliveryPointId": 2,
  "GasYearStartDate": "2024-09-14T20:10:40.1965283+00:00"
}

application/xml, text/xml

Sample:
<GetSubmittedAnnualNominationsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.Nomination">
  <DeliveryPointId>2</DeliveryPointId>
  <GasYearStartDate>2024-09-14T20:10:40.1965283+00:00</GasYearStartDate>
  <SellerId>1</SellerId>
</GetSubmittedAnnualNominationsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AnnualNominationView
NameDescriptionTypeAdditional information
NominationDays

Collection of AnnualNominationDay

None.

NominationDeadlineInSeconds

integer

None.

GasYear

date

None.

MonthlyTotals

MonthlyTotal

None.

ScenarioId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "NominationDays": [
    {
      "Day": "2024-09-14T20:10:40.2155606+00:00",
      "TotalGj": 2.0,
      "TotalSm3": 3.0,
      "SellerGj": 4.0,
      "SellerSm3": 5.0,
      "ADE": 1.0,
      "ForecastComment": "sample string 6",
      "Status": 0,
      "NominationDateTime": "2024-09-14T20:10:40.2155606+00:00",
      "Nominator": "sample string 7"
    },
    {
      "Day": "2024-09-14T20:10:40.2155606+00:00",
      "TotalGj": 2.0,
      "TotalSm3": 3.0,
      "SellerGj": 4.0,
      "SellerSm3": 5.0,
      "ADE": 1.0,
      "ForecastComment": "sample string 6",
      "Status": 0,
      "NominationDateTime": "2024-09-14T20:10:40.2155606+00:00",
      "Nominator": "sample string 7"
    }
  ],
  "NominationDeadlineInSeconds": 1,
  "GasYear": "2024-09-14T20:10:40.2155606+00:00",
  "MonthlyTotals": {
    "SellerOrganisation": 1,
    "AnnualRefEntGj": 2.0,
    "AnnualRefEntSm3": 3.0,
    "ReferenceProductionGj": [
      {
        "GasDay": "2024-09-14T20:10:40.2155606+00:00",
        "TotalRefProduction": 2.0,
        "SellerRefProduction": 3.0
      },
      {
        "GasDay": "2024-09-14T20:10:40.2155606+00:00",
        "TotalRefProduction": 2.0,
        "SellerRefProduction": 3.0
      }
    ],
    "ReferenceProductionSm3": [
      {
        "GasDay": "2024-09-14T20:10:40.2155606+00:00",
        "TotalRefProduction": 2.0,
        "SellerRefProduction": 3.0
      },
      {
        "GasDay": "2024-09-14T20:10:40.2155606+00:00",
        "TotalRefProduction": 2.0,
        "SellerRefProduction": 3.0
      }
    ]
  },
  "ScenarioId": 2
}

application/xml, text/xml

Sample:
<AnnualNominationView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.Nomination">
  <GasYear>2024-09-14T20:10:40.2155606+00:00</GasYear>
  <MonthlyTotals>
    <AnnualRefEntGj>2</AnnualRefEntGj>
    <AnnualRefEntSm3>3</AnnualRefEntSm3>
    <ReferenceProductionGj>
      <ReferenceEntitlementByMonth>
        <GasDay>2024-09-14T20:10:40.2155606+00:00</GasDay>
        <SellerRefProduction>3</SellerRefProduction>
        <TotalRefProduction>2</TotalRefProduction>
      </ReferenceEntitlementByMonth>
      <ReferenceEntitlementByMonth>
        <GasDay>2024-09-14T20:10:40.2155606+00:00</GasDay>
        <SellerRefProduction>3</SellerRefProduction>
        <TotalRefProduction>2</TotalRefProduction>
      </ReferenceEntitlementByMonth>
    </ReferenceProductionGj>
    <ReferenceProductionSm3>
      <ReferenceEntitlementByMonth>
        <GasDay>2024-09-14T20:10:40.2155606+00:00</GasDay>
        <SellerRefProduction>3</SellerRefProduction>
        <TotalRefProduction>2</TotalRefProduction>
      </ReferenceEntitlementByMonth>
      <ReferenceEntitlementByMonth>
        <GasDay>2024-09-14T20:10:40.2155606+00:00</GasDay>
        <SellerRefProduction>3</SellerRefProduction>
        <TotalRefProduction>2</TotalRefProduction>
      </ReferenceEntitlementByMonth>
    </ReferenceProductionSm3>
    <SellerOrganisation>1</SellerOrganisation>
  </MonthlyTotals>
  <NominationDays>
    <AnnualNominationDay>
      <ADE>1</ADE>
      <Day>2024-09-14T20:10:40.2155606+00:00</Day>
      <ForecastComment>sample string 6</ForecastComment>
      <NominationDateTime>2024-09-14T20:10:40.2155606+00:00</NominationDateTime>
      <Nominator>sample string 7</Nominator>
      <SellerGj>4</SellerGj>
      <SellerSm3>5</SellerSm3>
      <Status>Not Submitted</Status>
      <TotalGj>2</TotalGj>
      <TotalSm3>3</TotalSm3>
    </AnnualNominationDay>
    <AnnualNominationDay>
      <ADE>1</ADE>
      <Day>2024-09-14T20:10:40.2155606+00:00</Day>
      <ForecastComment>sample string 6</ForecastComment>
      <NominationDateTime>2024-09-14T20:10:40.2155606+00:00</NominationDateTime>
      <Nominator>sample string 7</Nominator>
      <SellerGj>4</SellerGj>
      <SellerSm3>5</SellerSm3>
      <Status>Not Submitted</Status>
      <TotalGj>2</TotalGj>
      <TotalSm3>3</TotalSm3>
    </AnnualNominationDay>
  </NominationDays>
  <NominationDeadlineInSeconds>1</NominationDeadlineInSeconds>
  <ScenarioId>2</ScenarioId>
</AnnualNominationView>