Firmbox


Click here for a complete list of operations.

getETicketFromReferance

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 /EFatura/Firmbox/Firmbox.asmx HTTP/1.1
Host: firma.myefatura.com.tr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "getETicketFromReferance"

<?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>
    <sessionId xmlns="http://tempuri.org/">string</sessionId>
    <referenceId xmlns="http://tempuri.org/">string</referenceId>
    <passengerFamilyName xmlns="http://tempuri.org/">string</passengerFamilyName>
  </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>
    <getETicketFromReferanceResult xmlns="http://tempuri.org/">
      <ETicketDataInfo>
        <Id>string</Id>
        <GIBSerial>string</GIBSerial>
        <GIBSerialId>int</GIBSerialId>
        <TicketIssueDate>dateTime</TicketIssueDate>
        <TicketDate>dateTime</TicketDate>
        <TicketType>string</TicketType>
        <TicketTypeCode>string</TicketTypeCode>
        <TicketHash>string</TicketHash>
        <TicketOrgCityCode>string</TicketOrgCityCode>
        <TicketOrgMunicipality>string</TicketOrgMunicipality>
        <TicketOrgNote>string</TicketOrgNote>
        <TicketOrganizer>string</TicketOrganizer>
        <TicketPaymentMeansType>string</TicketPaymentMeansType>
        <TicketAmount>double</TicketAmount>
        <TicketTaxAmount>double</TicketTaxAmount>
        <TicketInsuranceAmount>double</TicketInsuranceAmount>
        <TicketCurrencyCode>string</TicketCurrencyCode>
        <TicketExchangeRate>double</TicketExchangeRate>
        <TicketIdentification>string</TicketIdentification>
        <TicketFirstName>string</TicketFirstName>
        <TicketFamilyName>string</TicketFamilyName>
        <TicketReferenceId>string</TicketReferenceId>
        <TicketSeatId>string</TicketSeatId>
        <TicketDepartureFrom>string</TicketDepartureFrom>
        <TicketDepartureNo>string</TicketDepartureNo>
        <TicketDestination>string</TicketDestination>
        <TicketCardId>string</TicketCardId>
        <TicketPlatformId>string</TicketPlatformId>
        <TicketAgent>string</TicketAgent>
        <TicketUserId>string</TicketUserId>
        <TicketTransferDate>dateTime</TicketTransferDate>
        <TicketTransferPlace>string</TicketTransferPlace>
        <TicketServiceTypeCode>string</TicketServiceTypeCode>
        <TicketServiceNote>string</TicketServiceNote>
        <Credit>double</Credit>
        <Status>
          <Code>string</Code>
          <Description>string</Description>
        </Status>
        <StartDate>dateTime</StartDate>
        <EndDate>dateTime</EndDate>
        <SectionFirstDate>dateTime</SectionFirstDate>
        <SectionLastDate>dateTime</SectionLastDate>
        <SectionNumber>int</SectionNumber>
        <ReportStatus>
          <Code>string</Code>
          <Description>string</Description>
        </ReportStatus>
        <ReportCenterStatus>
          <Code>string</Code>
          <Description>string</Description>
        </ReportCenterStatus>
        <CancelationReason>string</CancelationReason>
        <CancelationDate>dateTime</CancelationDate>
      </ETicketDataInfo>
      <ETicketDataInfo>
        <Id>string</Id>
        <GIBSerial>string</GIBSerial>
        <GIBSerialId>int</GIBSerialId>
        <TicketIssueDate>dateTime</TicketIssueDate>
        <TicketDate>dateTime</TicketDate>
        <TicketType>string</TicketType>
        <TicketTypeCode>string</TicketTypeCode>
        <TicketHash>string</TicketHash>
        <TicketOrgCityCode>string</TicketOrgCityCode>
        <TicketOrgMunicipality>string</TicketOrgMunicipality>
        <TicketOrgNote>string</TicketOrgNote>
        <TicketOrganizer>string</TicketOrganizer>
        <TicketPaymentMeansType>string</TicketPaymentMeansType>
        <TicketAmount>double</TicketAmount>
        <TicketTaxAmount>double</TicketTaxAmount>
        <TicketInsuranceAmount>double</TicketInsuranceAmount>
        <TicketCurrencyCode>string</TicketCurrencyCode>
        <TicketExchangeRate>double</TicketExchangeRate>
        <TicketIdentification>string</TicketIdentification>
        <TicketFirstName>string</TicketFirstName>
        <TicketFamilyName>string</TicketFamilyName>
        <TicketReferenceId>string</TicketReferenceId>
        <TicketSeatId>string</TicketSeatId>
        <TicketDepartureFrom>string</TicketDepartureFrom>
        <TicketDepartureNo>string</TicketDepartureNo>
        <TicketDestination>string</TicketDestination>
        <TicketCardId>string</TicketCardId>
        <TicketPlatformId>string</TicketPlatformId>
        <TicketAgent>string</TicketAgent>
        <TicketUserId>string</TicketUserId>
        <TicketTransferDate>dateTime</TicketTransferDate>
        <TicketTransferPlace>string</TicketTransferPlace>
        <TicketServiceTypeCode>string</TicketServiceTypeCode>
        <TicketServiceNote>string</TicketServiceNote>
        <Credit>double</Credit>
        <Status>
          <Code>string</Code>
          <Description>string</Description>
        </Status>
        <StartDate>dateTime</StartDate>
        <EndDate>dateTime</EndDate>
        <SectionFirstDate>dateTime</SectionFirstDate>
        <SectionLastDate>dateTime</SectionLastDate>
        <SectionNumber>int</SectionNumber>
        <ReportStatus>
          <Code>string</Code>
          <Description>string</Description>
        </ReportStatus>
        <ReportCenterStatus>
          <Code>string</Code>
          <Description>string</Description>
        </ReportCenterStatus>
        <CancelationReason>string</CancelationReason>
        <CancelationDate>dateTime</CancelationDate>
      </ETicketDataInfo>
    </getETicketFromReferanceResult>
  </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 /EFatura/Firmbox/Firmbox.asmx HTTP/1.1
Host: firma.myefatura.com.tr
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>
    <sessionId xmlns="http://tempuri.org/">string</sessionId>
    <referenceId xmlns="http://tempuri.org/">string</referenceId>
    <passengerFamilyName xmlns="http://tempuri.org/">string</passengerFamilyName>
  </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>
    <getETicketFromReferanceResult xmlns="http://tempuri.org/">
      <ETicketDataInfo>
        <Id>string</Id>
        <GIBSerial>string</GIBSerial>
        <GIBSerialId>int</GIBSerialId>
        <TicketIssueDate>dateTime</TicketIssueDate>
        <TicketDate>dateTime</TicketDate>
        <TicketType>string</TicketType>
        <TicketTypeCode>string</TicketTypeCode>
        <TicketHash>string</TicketHash>
        <TicketOrgCityCode>string</TicketOrgCityCode>
        <TicketOrgMunicipality>string</TicketOrgMunicipality>
        <TicketOrgNote>string</TicketOrgNote>
        <TicketOrganizer>string</TicketOrganizer>
        <TicketPaymentMeansType>string</TicketPaymentMeansType>
        <TicketAmount>double</TicketAmount>
        <TicketTaxAmount>double</TicketTaxAmount>
        <TicketInsuranceAmount>double</TicketInsuranceAmount>
        <TicketCurrencyCode>string</TicketCurrencyCode>
        <TicketExchangeRate>double</TicketExchangeRate>
        <TicketIdentification>string</TicketIdentification>
        <TicketFirstName>string</TicketFirstName>
        <TicketFamilyName>string</TicketFamilyName>
        <TicketReferenceId>string</TicketReferenceId>
        <TicketSeatId>string</TicketSeatId>
        <TicketDepartureFrom>string</TicketDepartureFrom>
        <TicketDepartureNo>string</TicketDepartureNo>
        <TicketDestination>string</TicketDestination>
        <TicketCardId>string</TicketCardId>
        <TicketPlatformId>string</TicketPlatformId>
        <TicketAgent>string</TicketAgent>
        <TicketUserId>string</TicketUserId>
        <TicketTransferDate>dateTime</TicketTransferDate>
        <TicketTransferPlace>string</TicketTransferPlace>
        <TicketServiceTypeCode>string</TicketServiceTypeCode>
        <TicketServiceNote>string</TicketServiceNote>
        <Credit>double</Credit>
        <Status>
          <Code>string</Code>
          <Description>string</Description>
        </Status>
        <StartDate>dateTime</StartDate>
        <EndDate>dateTime</EndDate>
        <SectionFirstDate>dateTime</SectionFirstDate>
        <SectionLastDate>dateTime</SectionLastDate>
        <SectionNumber>int</SectionNumber>
        <ReportStatus>
          <Code>string</Code>
          <Description>string</Description>
        </ReportStatus>
        <ReportCenterStatus>
          <Code>string</Code>
          <Description>string</Description>
        </ReportCenterStatus>
        <CancelationReason>string</CancelationReason>
        <CancelationDate>dateTime</CancelationDate>
      </ETicketDataInfo>
      <ETicketDataInfo>
        <Id>string</Id>
        <GIBSerial>string</GIBSerial>
        <GIBSerialId>int</GIBSerialId>
        <TicketIssueDate>dateTime</TicketIssueDate>
        <TicketDate>dateTime</TicketDate>
        <TicketType>string</TicketType>
        <TicketTypeCode>string</TicketTypeCode>
        <TicketHash>string</TicketHash>
        <TicketOrgCityCode>string</TicketOrgCityCode>
        <TicketOrgMunicipality>string</TicketOrgMunicipality>
        <TicketOrgNote>string</TicketOrgNote>
        <TicketOrganizer>string</TicketOrganizer>
        <TicketPaymentMeansType>string</TicketPaymentMeansType>
        <TicketAmount>double</TicketAmount>
        <TicketTaxAmount>double</TicketTaxAmount>
        <TicketInsuranceAmount>double</TicketInsuranceAmount>
        <TicketCurrencyCode>string</TicketCurrencyCode>
        <TicketExchangeRate>double</TicketExchangeRate>
        <TicketIdentification>string</TicketIdentification>
        <TicketFirstName>string</TicketFirstName>
        <TicketFamilyName>string</TicketFamilyName>
        <TicketReferenceId>string</TicketReferenceId>
        <TicketSeatId>string</TicketSeatId>
        <TicketDepartureFrom>string</TicketDepartureFrom>
        <TicketDepartureNo>string</TicketDepartureNo>
        <TicketDestination>string</TicketDestination>
        <TicketCardId>string</TicketCardId>
        <TicketPlatformId>string</TicketPlatformId>
        <TicketAgent>string</TicketAgent>
        <TicketUserId>string</TicketUserId>
        <TicketTransferDate>dateTime</TicketTransferDate>
        <TicketTransferPlace>string</TicketTransferPlace>
        <TicketServiceTypeCode>string</TicketServiceTypeCode>
        <TicketServiceNote>string</TicketServiceNote>
        <Credit>double</Credit>
        <Status>
          <Code>string</Code>
          <Description>string</Description>
        </Status>
        <StartDate>dateTime</StartDate>
        <EndDate>dateTime</EndDate>
        <SectionFirstDate>dateTime</SectionFirstDate>
        <SectionLastDate>dateTime</SectionLastDate>
        <SectionNumber>int</SectionNumber>
        <ReportStatus>
          <Code>string</Code>
          <Description>string</Description>
        </ReportStatus>
        <ReportCenterStatus>
          <Code>string</Code>
          <Description>string</Description>
        </ReportCenterStatus>
        <CancelationReason>string</CancelationReason>
        <CancelationDate>dateTime</CancelationDate>
      </ETicketDataInfo>
    </getETicketFromReferanceResult>
  </soap12:Body>
</soap12:Envelope>