achilleas_fuelflow_receipt


Click here for a complete list of operations.

SendBalance

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /achilleas-fuelflow.asmx HTTP/1.1
Host: veisek1.gsis.gr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://mygsi.eu/SendBalance"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SendBalance xmlns="http://mygsi.eu/">
      <DS>
        <Header xmlns="http://www.gsis.gr/ff/1.0">
          <CompanyTIN>string</CompanyTIN>
          <SubmitterTIN>string</SubmitterTIN>
          <eToken>string</eToken>
          <SubmissionDate>dateTime</SubmissionDate>
        </Header>
        <F_AM_DIKA xmlns="http://www.gsis.gr/ff/1.0">string</F_AM_DIKA>
        <F_HMEROMINIA_R xmlns="http://www.gsis.gr/ff/1.0">
          <F_DATEDURATION>date</F_DATEDURATION>
          <F_ORA_ARXHS_R>time</F_ORA_ARXHS_R>
          <F_ORA_LIXIS>time</F_ORA_LIXIS>
        </F_HMEROMINIA_R>
        <FuelMovements F_KAYSIMA_NO="int" xmlns="http://www.gsis.gr/ff/1.0">
          <FuelMovement>
            <F_KAYSIMO_EIDOS xsi:nil="true" />
            <F_2236A1>decimal</F_2236A1>
            <F_2236A2>decimal</F_2236A2>
            <F_2236B1>decimal</F_2236B1>
            <F_2236B2>decimal</F_2236B2>
            <F_2237>decimal</F_2237>
            <F_2238>decimal</F_2238>
            <F_2239A>decimal</F_2239A>
            <F_2239B>decimal</F_2239B>
            <F_22310>decimal</F_22310>
            <F_22310A>decimal</F_22310A>
            <F_22310B>decimal</F_22310B>
          </FuelMovement>
          <FuelMovement>
            <F_KAYSIMO_EIDOS xsi:nil="true" />
            <F_2236A1>decimal</F_2236A1>
            <F_2236A2>decimal</F_2236A2>
            <F_2236B1>decimal</F_2236B1>
            <F_2236B2>decimal</F_2236B2>
            <F_2237>decimal</F_2237>
            <F_2238>decimal</F_2238>
            <F_2239A>decimal</F_2239A>
            <F_2239B>decimal</F_2239B>
            <F_22310>decimal</F_22310>
            <F_22310A>decimal</F_22310A>
            <F_22310B>decimal</F_22310B>
          </FuelMovement>
        </FuelMovements>
        <Reservoirs ReservoirsNumber="int" xmlns="http://www.gsis.gr/ff/1.0">
          <Reservoir>
            <F_DEXAMENH_AA>int</F_DEXAMENH_AA>
            <F_DEXAMENH_XORITIKOTITA>decimal</F_DEXAMENH_XORITIKOTITA>
            <F_KAYSIMO_EIDOS xsi:nil="true" />
            <F_2232_MM>decimal</F_2232_MM>
            <F_2232_VOL>decimal</F_2232_VOL>
            <F_2232_TEMP>decimal</F_2232_TEMP>
            <F_2233>decimal</F_2233>
            <F_2234_MM>decimal</F_2234_MM>
            <F_2234_VOL>decimal</F_2234_VOL>
            <F_2234_TEMP>decimal</F_2234_TEMP>
            <F_2235>decimal</F_2235>
          </Reservoir>
          <Reservoir>
            <F_DEXAMENH_AA>int</F_DEXAMENH_AA>
            <F_DEXAMENH_XORITIKOTITA>decimal</F_DEXAMENH_XORITIKOTITA>
            <F_KAYSIMO_EIDOS xsi:nil="true" />
            <F_2232_MM>decimal</F_2232_MM>
            <F_2232_VOL>decimal</F_2232_VOL>
            <F_2232_TEMP>decimal</F_2232_TEMP>
            <F_2233>decimal</F_2233>
            <F_2234_MM>decimal</F_2234_MM>
            <F_2234_VOL>decimal</F_2234_VOL>
            <F_2234_TEMP>decimal</F_2234_TEMP>
            <F_2235>decimal</F_2235>
          </Reservoir>
        </Reservoirs>
        <PumpsPerFuelType F_KAYSIMA_NO="int" xmlns="http://www.gsis.gr/ff/1.0">
          <FuelTypes TotalPumpsNumber="int">
            <F_KAYSIMO_AA xsi:nil="true" />
            <F_2244B>decimal</F_2244B>
            <F_2245B>decimal</F_2245B>
            <FuelTypePump xsi:nil="true" />
            <FuelTypePump xsi:nil="true" />
          </FuelTypes>
          <FuelTypes TotalPumpsNumber="int">
            <F_KAYSIMO_AA xsi:nil="true" />
            <F_2244B>decimal</F_2244B>
            <F_2245B>decimal</F_2245B>
            <FuelTypePump xsi:nil="true" />
            <FuelTypePump xsi:nil="true" />
          </FuelTypes>
        </PumpsPerFuelType>
        <DivergencesPerFuelType FuelTypesNumber="int" xmlns="http://www.gsis.gr/ff/1.0">
          <FuelTypeDivergence>
            <FuelType xsi:nil="true" />
            <F_2251>decimal</F_2251>
            <F_2252>decimal</F_2252>
            <F_2253>decimal</F_2253>
            <F_2254>decimal</F_2254>
          </FuelTypeDivergence>
          <FuelTypeDivergence>
            <FuelType xsi:nil="true" />
            <F_2251>decimal</F_2251>
            <F_2252>decimal</F_2252>
            <F_2253>decimal</F_2253>
            <F_2254>decimal</F_2254>
          </FuelTypeDivergence>
        </DivergencesPerFuelType>
      </DS>
    </SendBalance>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SendBalanceResponse xmlns="http://mygsi.eu/">
      <SendBalanceResult>string</SendBalanceResult>
    </SendBalanceResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /achilleas-fuelflow.asmx HTTP/1.1
Host: veisek1.gsis.gr
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SendBalance xmlns="http://mygsi.eu/">
      <DS>
        <Header xmlns="http://www.gsis.gr/ff/1.0">
          <CompanyTIN>string</CompanyTIN>
          <SubmitterTIN>string</SubmitterTIN>
          <eToken>string</eToken>
          <SubmissionDate>dateTime</SubmissionDate>
        </Header>
        <F_AM_DIKA xmlns="http://www.gsis.gr/ff/1.0">string</F_AM_DIKA>
        <F_HMEROMINIA_R xmlns="http://www.gsis.gr/ff/1.0">
          <F_DATEDURATION>date</F_DATEDURATION>
          <F_ORA_ARXHS_R>time</F_ORA_ARXHS_R>
          <F_ORA_LIXIS>time</F_ORA_LIXIS>
        </F_HMEROMINIA_R>
        <FuelMovements F_KAYSIMA_NO="int" xmlns="http://www.gsis.gr/ff/1.0">
          <FuelMovement>
            <F_KAYSIMO_EIDOS xsi:nil="true" />
            <F_2236A1>decimal</F_2236A1>
            <F_2236A2>decimal</F_2236A2>
            <F_2236B1>decimal</F_2236B1>
            <F_2236B2>decimal</F_2236B2>
            <F_2237>decimal</F_2237>
            <F_2238>decimal</F_2238>
            <F_2239A>decimal</F_2239A>
            <F_2239B>decimal</F_2239B>
            <F_22310>decimal</F_22310>
            <F_22310A>decimal</F_22310A>
            <F_22310B>decimal</F_22310B>
          </FuelMovement>
          <FuelMovement>
            <F_KAYSIMO_EIDOS xsi:nil="true" />
            <F_2236A1>decimal</F_2236A1>
            <F_2236A2>decimal</F_2236A2>
            <F_2236B1>decimal</F_2236B1>
            <F_2236B2>decimal</F_2236B2>
            <F_2237>decimal</F_2237>
            <F_2238>decimal</F_2238>
            <F_2239A>decimal</F_2239A>
            <F_2239B>decimal</F_2239B>
            <F_22310>decimal</F_22310>
            <F_22310A>decimal</F_22310A>
            <F_22310B>decimal</F_22310B>
          </FuelMovement>
        </FuelMovements>
        <Reservoirs ReservoirsNumber="int" xmlns="http://www.gsis.gr/ff/1.0">
          <Reservoir>
            <F_DEXAMENH_AA>int</F_DEXAMENH_AA>
            <F_DEXAMENH_XORITIKOTITA>decimal</F_DEXAMENH_XORITIKOTITA>
            <F_KAYSIMO_EIDOS xsi:nil="true" />
            <F_2232_MM>decimal</F_2232_MM>
            <F_2232_VOL>decimal</F_2232_VOL>
            <F_2232_TEMP>decimal</F_2232_TEMP>
            <F_2233>decimal</F_2233>
            <F_2234_MM>decimal</F_2234_MM>
            <F_2234_VOL>decimal</F_2234_VOL>
            <F_2234_TEMP>decimal</F_2234_TEMP>
            <F_2235>decimal</F_2235>
          </Reservoir>
          <Reservoir>
            <F_DEXAMENH_AA>int</F_DEXAMENH_AA>
            <F_DEXAMENH_XORITIKOTITA>decimal</F_DEXAMENH_XORITIKOTITA>
            <F_KAYSIMO_EIDOS xsi:nil="true" />
            <F_2232_MM>decimal</F_2232_MM>
            <F_2232_VOL>decimal</F_2232_VOL>
            <F_2232_TEMP>decimal</F_2232_TEMP>
            <F_2233>decimal</F_2233>
            <F_2234_MM>decimal</F_2234_MM>
            <F_2234_VOL>decimal</F_2234_VOL>
            <F_2234_TEMP>decimal</F_2234_TEMP>
            <F_2235>decimal</F_2235>
          </Reservoir>
        </Reservoirs>
        <PumpsPerFuelType F_KAYSIMA_NO="int" xmlns="http://www.gsis.gr/ff/1.0">
          <FuelTypes TotalPumpsNumber="int">
            <F_KAYSIMO_AA xsi:nil="true" />
            <F_2244B>decimal</F_2244B>
            <F_2245B>decimal</F_2245B>
            <FuelTypePump xsi:nil="true" />
            <FuelTypePump xsi:nil="true" />
          </FuelTypes>
          <FuelTypes TotalPumpsNumber="int">
            <F_KAYSIMO_AA xsi:nil="true" />
            <F_2244B>decimal</F_2244B>
            <F_2245B>decimal</F_2245B>
            <FuelTypePump xsi:nil="true" />
            <FuelTypePump xsi:nil="true" />
          </FuelTypes>
        </PumpsPerFuelType>
        <DivergencesPerFuelType FuelTypesNumber="int" xmlns="http://www.gsis.gr/ff/1.0">
          <FuelTypeDivergence>
            <FuelType xsi:nil="true" />
            <F_2251>decimal</F_2251>
            <F_2252>decimal</F_2252>
            <F_2253>decimal</F_2253>
            <F_2254>decimal</F_2254>
          </FuelTypeDivergence>
          <FuelTypeDivergence>
            <FuelType xsi:nil="true" />
            <F_2251>decimal</F_2251>
            <F_2252>decimal</F_2252>
            <F_2253>decimal</F_2253>
            <F_2254>decimal</F_2254>
          </FuelTypeDivergence>
        </DivergencesPerFuelType>
      </DS>
    </SendBalance>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SendBalanceResponse xmlns="http://mygsi.eu/">
      <SendBalanceResult>string</SendBalanceResult>
    </SendBalanceResponse>
  </soap12:Body>
</soap12:Envelope>