POST api/NominationService/ParseNominationFile

Request Information

URI Parameters

None.

Body Parameters

Collection of byte

Request Formats

application/json, text/json

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of WeeklyNominationDayQuantity
NameDescriptionTypeAdditional information
GasDay

date

None.

NominationInGj

decimal number

None.

SellerComments

string

None.

FceCheck

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GasDay": "2024-09-05T20:27:44.0148687+00:00",
    "NominationInGj": 1.0,
    "SellerComments": "sample string 2",
    "FceCheck": true
  },
  {
    "GasDay": "2024-09-05T20:27:44.0148687+00:00",
    "NominationInGj": 1.0,
    "SellerComments": "sample string 2",
    "FceCheck": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfWeeklyNominationDayQuantity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.Nomination">
  <WeeklyNominationDayQuantity>
    <FceCheck>true</FceCheck>
    <NominationInGj>1</NominationInGj>
    <SellerComments>sample string 2</SellerComments>
    <GasDay>2024-09-05T20:27:44.0148687+00:00</GasDay>
  </WeeklyNominationDayQuantity>
  <WeeklyNominationDayQuantity>
    <FceCheck>true</FceCheck>
    <NominationInGj>1</NominationInGj>
    <SellerComments>sample string 2</SellerComments>
    <GasDay>2024-09-05T20:27:44.0148687+00:00</GasDay>
  </WeeklyNominationDayQuantity>
</ArrayOfWeeklyNominationDayQuantity>