achilleas_fuelflow_receipt


Click here for a complete list of operations.

SendDelivery

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 /fuelservice/achilleas-fuelflow.asmx HTTP/1.1
Host: veisek.gsis.gr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://mygsi.eu/SendDelivery"

<?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>
    <SendDelivery xmlns="http://mygsi.eu/">
      <DS F_AR_EIDOS_KAYSIMOU="int">
        <Header xmlns="http://www.gsis.gr/ff/1.0">
          <CompanyTIN>string</CompanyTIN>
          <SubmitterTIN>string</SubmitterTIN>
          <eToken>string</eToken>
          <SubmissionDate>dateTime</SubmissionDate>
        </Header>
        <Document xmlns="http://www.gsis.gr/ff/1.0">
          <F_2151>string</F_2151>
          <F_2151A>string</F_2151A>
          <F_DELIVERY_TYPE>int</F_DELIVERY_TYPE>
          <F_2152A>int</F_2152A>
          <F_2152B>int</F_2152B>
          <F_2152C>string</F_2152C>
          <F_2152D>dateTime</F_2152D>
          <F_2153>string</F_2153>
        </Document>
        <FuelData xmlns="http://www.gsis.gr/ff/1.0">
          <FUELTYPE>
            <Code>int</Code>
            <Description>string</Description>
          </FUELTYPE>
          <F_2154>decimal</F_2154>
          <F_2155>decimal</F_2155>
          <F_2156>decimal</F_2156>
          <F_2157>decimal</F_2157>
          <F_217>decimal</F_217>
          <F_218>decimal</F_218>
          <F_219>decimal</F_219>
        </FuelData>
        <FuelData xmlns="http://www.gsis.gr/ff/1.0">
          <FUELTYPE>
            <Code>int</Code>
            <Description>string</Description>
          </FUELTYPE>
          <F_2154>decimal</F_2154>
          <F_2155>decimal</F_2155>
          <F_2156>decimal</F_2156>
          <F_2157>decimal</F_2157>
          <F_217>decimal</F_217>
          <F_218>decimal</F_218>
          <F_219>decimal</F_219>
        </FuelData>
        <Reservoirs ReservoirsNumber="int" xmlns="http://www.gsis.gr/ff/1.0">
          <Reservoir>
            <F_211>string</F_211>
            <F_212 xsi:nil="true" />
            <F_213>dateTime</F_213>
            <DataBefore xsi:nil="true" />
            <DataAfter xsi:nil="true" />
          </Reservoir>
          <Reservoir>
            <F_211>string</F_211>
            <F_212 xsi:nil="true" />
            <F_213>dateTime</F_213>
            <DataBefore xsi:nil="true" />
            <DataAfter xsi:nil="true" />
          </Reservoir>
        </Reservoirs>
      </DS>
    </SendDelivery>
  </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>
    <SendDeliveryResponse xmlns="http://mygsi.eu/">
      <SendDeliveryResult>string</SendDeliveryResult>
    </SendDeliveryResponse>
  </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 /fuelservice/achilleas-fuelflow.asmx HTTP/1.1
Host: veisek.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>
    <SendDelivery xmlns="http://mygsi.eu/">
      <DS F_AR_EIDOS_KAYSIMOU="int">
        <Header xmlns="http://www.gsis.gr/ff/1.0">
          <CompanyTIN>string</CompanyTIN>
          <SubmitterTIN>string</SubmitterTIN>
          <eToken>string</eToken>
          <SubmissionDate>dateTime</SubmissionDate>
        </Header>
        <Document xmlns="http://www.gsis.gr/ff/1.0">
          <F_2151>string</F_2151>
          <F_2151A>string</F_2151A>
          <F_DELIVERY_TYPE>int</F_DELIVERY_TYPE>
          <F_2152A>int</F_2152A>
          <F_2152B>int</F_2152B>
          <F_2152C>string</F_2152C>
          <F_2152D>dateTime</F_2152D>
          <F_2153>string</F_2153>
        </Document>
        <FuelData xmlns="http://www.gsis.gr/ff/1.0">
          <FUELTYPE>
            <Code>int</Code>
            <Description>string</Description>
          </FUELTYPE>
          <F_2154>decimal</F_2154>
          <F_2155>decimal</F_2155>
          <F_2156>decimal</F_2156>
          <F_2157>decimal</F_2157>
          <F_217>decimal</F_217>
          <F_218>decimal</F_218>
          <F_219>decimal</F_219>
        </FuelData>
        <FuelData xmlns="http://www.gsis.gr/ff/1.0">
          <FUELTYPE>
            <Code>int</Code>
            <Description>string</Description>
          </FUELTYPE>
          <F_2154>decimal</F_2154>
          <F_2155>decimal</F_2155>
          <F_2156>decimal</F_2156>
          <F_2157>decimal</F_2157>
          <F_217>decimal</F_217>
          <F_218>decimal</F_218>
          <F_219>decimal</F_219>
        </FuelData>
        <Reservoirs ReservoirsNumber="int" xmlns="http://www.gsis.gr/ff/1.0">
          <Reservoir>
            <F_211>string</F_211>
            <F_212 xsi:nil="true" />
            <F_213>dateTime</F_213>
            <DataBefore xsi:nil="true" />
            <DataAfter xsi:nil="true" />
          </Reservoir>
          <Reservoir>
            <F_211>string</F_211>
            <F_212 xsi:nil="true" />
            <F_213>dateTime</F_213>
            <DataBefore xsi:nil="true" />
            <DataAfter xsi:nil="true" />
          </Reservoir>
        </Reservoirs>
      </DS>
    </SendDelivery>
  </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>
    <SendDeliveryResponse xmlns="http://mygsi.eu/">
      <SendDeliveryResult>string</SendDeliveryResult>
    </SendDeliveryResponse>
  </soap12:Body>
</soap12:Envelope>