POST api/ReviewAnnualService/ReviewAnnual

Request Information

URI Parameters

None.

Body Parameters

ReviewAnnualRequest
NameDescriptionTypeAdditional information
DeliveryPointId

integer

None.

SellerId

integer

None.

GasYear

date

None.

FromDate

string

None.

ToDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DeliveryPointId": 1,
  "SellerId": 2,
  "GasYear": "2024-09-17T16:25:17.8150664+00:00",
  "FromDate": "sample string 4",
  "ToDate": "sample string 5"
}

application/xml, text/xml

Sample:
<ReviewAnnualRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.ReviewAnnual">
  <DeliveryPointId>1</DeliveryPointId>
  <FromDate>sample string 4</FromDate>
  <GasYear>2024-09-17T16:25:17.8150664+00:00</GasYear>
  <SellerId>2</SellerId>
  <ToDate>sample string 5</ToDate>
</ReviewAnnualRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ReviewAnnual
NameDescriptionTypeAdditional information
Id

integer

None.

GasDay

date

None.

ScenarioId

integer

None.

SellerOrganisationId

integer

None.

LastReceived

date

None.

ScenarioName

string

None.

ReferenceEntitlement

integer

None.

Dgaf

decimal number

None.

DgafDiff

decimal number

None.

SellersShare

decimal number

None.

ForecastComment

string

None.

Scenario

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "GasDay": "2024-09-17T16:25:17.9087512+00:00",
    "ScenarioId": 3,
    "SellerOrganisationId": 4,
    "LastReceived": "2024-09-17T16:25:17.9087512+00:00",
    "ScenarioName": "sample string 5",
    "ReferenceEntitlement": 6,
    "Dgaf": 7.0,
    "DgafDiff": 8.0,
    "SellersShare": 9.0,
    "ForecastComment": "sample string 10",
    "Scenario": {
      "Id": 1,
      "Name": "sample string 2",
      "Code": "sample string 3",
      "ScenarioTypeId": 4
    },
    "SellerOrganisation": null
  },
  {
    "Id": 1,
    "GasDay": "2024-09-17T16:25:17.9087512+00:00",
    "ScenarioId": 3,
    "SellerOrganisationId": 4,
    "LastReceived": "2024-09-17T16:25:17.9087512+00:00",
    "ScenarioName": "sample string 5",
    "ReferenceEntitlement": 6,
    "Dgaf": 7.0,
    "DgafDiff": 8.0,
    "SellersShare": 9.0,
    "ForecastComment": "sample string 10",
    "Scenario": {
      "Id": 1,
      "Name": "sample string 2",
      "Code": "sample string 3",
      "ScenarioTypeId": 4
    },
    "SellerOrganisation": null
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.