POST api/MessagingService/SaveFinalWeeklyNomination

Request Information

URI Parameters

None.

Body Parameters

FinalWeeklyNominationMessage
NameDescriptionTypeAdditional information
Message

FinalWeeklyNominationMessageContent

None.

Request Formats

application/json, text/json

Sample:
{
  "Message": {
    "Body": {
      "Payload": {
        "MessageIdentifier": "sample string 1",
        "NominationDays": [
          {
            "SellerNominations": [
              {
                "Seller": 1,
                "ForecastProductionShareEnergyGj": 1.0
              },
              {
                "Seller": 1,
                "ForecastProductionShareEnergyGj": 1.0
              }
            ],
            "DeliveryPointNominations": [
              {
                "FinalWeeklyNominationEnergyGj": 1.0,
                "SellerDeliveryPointNominations": [
                  {
                    "Seller": 1,
                    "DgwneShareEnergyGj": 1.0,
                    "NominationCoordinatorComment": "sample string 2"
                  },
                  {
                    "Seller": 1,
                    "DgwneShareEnergyGj": 1.0,
                    "NominationCoordinatorComment": "sample string 2"
                  }
                ],
                "DeliveryPoint": 1
              },
              {
                "FinalWeeklyNominationEnergyGj": 1.0,
                "SellerDeliveryPointNominations": [
                  {
                    "Seller": 1,
                    "DgwneShareEnergyGj": 1.0,
                    "NominationCoordinatorComment": "sample string 2"
                  },
                  {
                    "Seller": 1,
                    "DgwneShareEnergyGj": 1.0,
                    "NominationCoordinatorComment": "sample string 2"
                  }
                ],
                "DeliveryPoint": 1
              }
            ],
            "ForecastProductionEnergyGj": 1.0,
            "NominationDate": "2024-09-13T13:08:27.5927133+00:00"
          },
          {
            "SellerNominations": [
              {
                "Seller": 1,
                "ForecastProductionShareEnergyGj": 1.0
              },
              {
                "Seller": 1,
                "ForecastProductionShareEnergyGj": 1.0
              }
            ],
            "DeliveryPointNominations": [
              {
                "FinalWeeklyNominationEnergyGj": 1.0,
                "SellerDeliveryPointNominations": [
                  {
                    "Seller": 1,
                    "DgwneShareEnergyGj": 1.0,
                    "NominationCoordinatorComment": "sample string 2"
                  },
                  {
                    "Seller": 1,
                    "DgwneShareEnergyGj": 1.0,
                    "NominationCoordinatorComment": "sample string 2"
                  }
                ],
                "DeliveryPoint": 1
              },
              {
                "FinalWeeklyNominationEnergyGj": 1.0,
                "SellerDeliveryPointNominations": [
                  {
                    "Seller": 1,
                    "DgwneShareEnergyGj": 1.0,
                    "NominationCoordinatorComment": "sample string 2"
                  },
                  {
                    "Seller": 1,
                    "DgwneShareEnergyGj": 1.0,
                    "NominationCoordinatorComment": "sample string 2"
                  }
                ],
                "DeliveryPoint": 1
              }
            ],
            "ForecastProductionEnergyGj": 1.0,
            "NominationDate": "2024-09-13T13:08:27.5927133+00:00"
          }
        ]
      }
    },
    "Type": 1,
    "System": 1,
    "Revision": 1,
    "Priority": 2,
    "TestFlag": 1,
    "Header": {
      "Recipients": {
        "To": "sample string 1",
        "Cc": "sample string 2"
      },
      "Sender": {
        "Identity": "sample string 1",
        "CompanyName": "sample string 2",
        "CompanyNumber": "sample string 3",
        "ContactCode": "sample string 4",
        "ContactName": "sample string 5"
      },
      "Receiver": {
        "DeliveryFormat": "sample string 1",
        "CompanyName": "sample string 2",
        "CompanyNumber": "sample string 3",
        "ContactCode": "sample string 4",
        "ContactName": "sample string 5"
      },
      "Generated": {
        "Timestamp": "2024-09-13T13:08:27.5927133+00:00",
        "Creator": "sample string 2"
      },
      "Subject": "sample string 1",
      "Period": {
        "FromTimestamp": "2024-09-13T13:08:27.5927133+00:00",
        "ToTimestamp": "2024-09-13T13:08:27.5927133+00:00"
      }
    }
  }
}

application/xml, text/xml

Sample:
<FinalWeeklyNominationMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Messages.Incoming">
  <Message>
    <Header xmlns:d3p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Messages.Incoming">
      <d3p1:Generated>
        <d3p1:Creator>sample string 2</d3p1:Creator>
        <d3p1:Timestamp>2024-09-13T13:08:27.5927133+00:00</d3p1:Timestamp>
      </d3p1:Generated>
      <d3p1:Period>
        <d3p1:FromTimestamp>2024-09-13T13:08:27.5927133+00:00</d3p1:FromTimestamp>
        <d3p1:ToTimestamp>2024-09-13T13:08:27.5927133+00:00</d3p1:ToTimestamp>
      </d3p1:Period>
      <d3p1:Receiver>
        <d3p1:CompanyName>sample string 2</d3p1:CompanyName>
        <d3p1:CompanyNumber>sample string 3</d3p1:CompanyNumber>
        <d3p1:ContactCode>sample string 4</d3p1:ContactCode>
        <d3p1:ContactName>sample string 5</d3p1:ContactName>
        <d3p1:DeliveryFormat>sample string 1</d3p1:DeliveryFormat>
      </d3p1:Receiver>
      <d3p1:Recipients>
        <d3p1:Cc>sample string 2</d3p1:Cc>
        <d3p1:To>sample string 1</d3p1:To>
      </d3p1:Recipients>
      <d3p1:Sender>
        <d3p1:CompanyName>sample string 2</d3p1:CompanyName>
        <d3p1:CompanyNumber>sample string 3</d3p1:CompanyNumber>
        <d3p1:ContactCode>sample string 4</d3p1:ContactCode>
        <d3p1:ContactName>sample string 5</d3p1:ContactName>
        <d3p1:Identity>sample string 1</d3p1:Identity>
      </d3p1:Sender>
      <d3p1:Subject>sample string 1</d3p1:Subject>
    </Header>
    <Priority>2</Priority>
    <Revision>1</Revision>
    <System>EnergyComponents</System>
    <TestFlag>No</TestFlag>
    <Type>EstimatedWeeklyNomination</Type>
    <Body>
      <Payload>
        <MessageIdentifier>sample string 1</MessageIdentifier>
        <NominationDays>
          <FinalWeeklyNominationDay>
            <NominationDate>2024-09-13T13:08:27.5927133+00:00</NominationDate>
            <ForecastProductionEnergyGj>1</ForecastProductionEnergyGj>
            <DeliveryPointNominations>
              <DeliveryPointFinalWeeklyNomination>
                <DeliveryPoint>WheatstoneDbngp</DeliveryPoint>
                <FinalWeeklyNominationEnergyGj>1</FinalWeeklyNominationEnergyGj>
                <SellerDeliveryPointNominations>
                  <SellerDeliveryPointFinalWeeklyNominationQuantity>
                    <DgwneShareEnergyGj>1</DgwneShareEnergyGj>
                    <NominationCoordinatorComment>sample string 2</NominationCoordinatorComment>
                    <Seller>TAPL</Seller>
                  </SellerDeliveryPointFinalWeeklyNominationQuantity>
                  <SellerDeliveryPointFinalWeeklyNominationQuantity>
                    <DgwneShareEnergyGj>1</DgwneShareEnergyGj>
                    <NominationCoordinatorComment>sample string 2</NominationCoordinatorComment>
                    <Seller>TAPL</Seller>
                  </SellerDeliveryPointFinalWeeklyNominationQuantity>
                </SellerDeliveryPointNominations>
              </DeliveryPointFinalWeeklyNomination>
              <DeliveryPointFinalWeeklyNomination>
                <DeliveryPoint>WheatstoneDbngp</DeliveryPoint>
                <FinalWeeklyNominationEnergyGj>1</FinalWeeklyNominationEnergyGj>
                <SellerDeliveryPointNominations>
                  <SellerDeliveryPointFinalWeeklyNominationQuantity>
                    <DgwneShareEnergyGj>1</DgwneShareEnergyGj>
                    <NominationCoordinatorComment>sample string 2</NominationCoordinatorComment>
                    <Seller>TAPL</Seller>
                  </SellerDeliveryPointFinalWeeklyNominationQuantity>
                  <SellerDeliveryPointFinalWeeklyNominationQuantity>
                    <DgwneShareEnergyGj>1</DgwneShareEnergyGj>
                    <NominationCoordinatorComment>sample string 2</NominationCoordinatorComment>
                    <Seller>TAPL</Seller>
                  </SellerDeliveryPointFinalWeeklyNominationQuantity>
                </SellerDeliveryPointNominations>
              </DeliveryPointFinalWeeklyNomination>
            </DeliveryPointNominations>
            <SellerNominations>
              <SellerFinalWeeklyNominationQuantity>
                <ForecastProductionShareEnergyGj>1</ForecastProductionShareEnergyGj>
                <Seller>TAPL</Seller>
              </SellerFinalWeeklyNominationQuantity>
              <SellerFinalWeeklyNominationQuantity>
                <ForecastProductionShareEnergyGj>1</ForecastProductionShareEnergyGj>
                <Seller>TAPL</Seller>
              </SellerFinalWeeklyNominationQuantity>
            </SellerNominations>
          </FinalWeeklyNominationDay>
          <FinalWeeklyNominationDay>
            <NominationDate>2024-09-13T13:08:27.5927133+00:00</NominationDate>
            <ForecastProductionEnergyGj>1</ForecastProductionEnergyGj>
            <DeliveryPointNominations>
              <DeliveryPointFinalWeeklyNomination>
                <DeliveryPoint>WheatstoneDbngp</DeliveryPoint>
                <FinalWeeklyNominationEnergyGj>1</FinalWeeklyNominationEnergyGj>
                <SellerDeliveryPointNominations>
                  <SellerDeliveryPointFinalWeeklyNominationQuantity>
                    <DgwneShareEnergyGj>1</DgwneShareEnergyGj>
                    <NominationCoordinatorComment>sample string 2</NominationCoordinatorComment>
                    <Seller>TAPL</Seller>
                  </SellerDeliveryPointFinalWeeklyNominationQuantity>
                  <SellerDeliveryPointFinalWeeklyNominationQuantity>
                    <DgwneShareEnergyGj>1</DgwneShareEnergyGj>
                    <NominationCoordinatorComment>sample string 2</NominationCoordinatorComment>
                    <Seller>TAPL</Seller>
                  </SellerDeliveryPointFinalWeeklyNominationQuantity>
                </SellerDeliveryPointNominations>
              </DeliveryPointFinalWeeklyNomination>
              <DeliveryPointFinalWeeklyNomination>
                <DeliveryPoint>WheatstoneDbngp</DeliveryPoint>
                <FinalWeeklyNominationEnergyGj>1</FinalWeeklyNominationEnergyGj>
                <SellerDeliveryPointNominations>
                  <SellerDeliveryPointFinalWeeklyNominationQuantity>
                    <DgwneShareEnergyGj>1</DgwneShareEnergyGj>
                    <NominationCoordinatorComment>sample string 2</NominationCoordinatorComment>
                    <Seller>TAPL</Seller>
                  </SellerDeliveryPointFinalWeeklyNominationQuantity>
                  <SellerDeliveryPointFinalWeeklyNominationQuantity>
                    <DgwneShareEnergyGj>1</DgwneShareEnergyGj>
                    <NominationCoordinatorComment>sample string 2</NominationCoordinatorComment>
                    <Seller>TAPL</Seller>
                  </SellerDeliveryPointFinalWeeklyNominationQuantity>
                </SellerDeliveryPointNominations>
              </DeliveryPointFinalWeeklyNomination>
            </DeliveryPointNominations>
            <SellerNominations>
              <SellerFinalWeeklyNominationQuantity>
                <ForecastProductionShareEnergyGj>1</ForecastProductionShareEnergyGj>
                <Seller>TAPL</Seller>
              </SellerFinalWeeklyNominationQuantity>
              <SellerFinalWeeklyNominationQuantity>
                <ForecastProductionShareEnergyGj>1</ForecastProductionShareEnergyGj>
                <Seller>TAPL</Seller>
              </SellerFinalWeeklyNominationQuantity>
            </SellerNominations>
          </FinalWeeklyNominationDay>
        </NominationDays>
      </Payload>
    </Body>
  </Message>
</FinalWeeklyNominationMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.