POST api/NominationService/ParseNominationFile
Request Information
URI Parameters
None.
Body Parameters
Collection of byteRequest 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 WeeklyNominationDayQuantityName | Description | Type | Additional information |
---|---|---|---|
GasDay | date |
None. |
|
NominationInGj | decimal number |
None. |
|
SellerComments | string |
None. |
|
FceCheck | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GasDay": "2024-11-07T14:44:06.9702939+00:00", "NominationInGj": 1.0, "SellerComments": "sample string 2", "FceCheck": true }, { "GasDay": "2024-11-07T14:44:06.9702939+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-11-07T14:44:06.9702939+00:00</GasDay> </WeeklyNominationDayQuantity> <WeeklyNominationDayQuantity> <FceCheck>true</FceCheck> <NominationInGj>1</NominationInGj> <SellerComments>sample string 2</SellerComments> <GasDay>2024-11-07T14:44:06.9702939+00:00</GasDay> </WeeklyNominationDayQuantity> </ArrayOfWeeklyNominationDayQuantity>