BillettiqueService


Cliquez ici pour une liste complète des opérations.

ReadCard

Test

Le formulaire de test est uniquement disponible pour les demandes de l'ordinateur local.

SOAP 1.1

Le texte suivant est un exemple de demande et de réponse SOAP 1.1. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.

POST /billettiqueservice.asmx HTTP/1.1
Host: preprod.bts.alterneo3.cityway.fr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:Cityway.TransInfo.WebServices.BillettiqueWS:1.0/ReadCard"

<?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>
    <ReadCard xmlns="urn:Cityway.TransInfo.WebServices.BillettiqueWS:1.0">
      <pRqst>
        <UID xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">string</UID>
        <customerId xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">string</customerId>
        <basketId xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">string</basketId>
        <ContractServiceRequest xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <reloadKey>string</reloadKey>
          <Field>
            <id>string</id>
            <value>string</value>
            <valueId>string</valueId>
            <label>string</label>
            <type>string</type>
          </Field>
          <Field>
            <id>string</id>
            <value>string</value>
            <valueId>string</valueId>
            <label>string</label>
            <type>string</type>
          </Field>
          <quantity>int</quantity>
          <cardId>string</cardId>
          <cardType>string</cardType>
          <companyId>string</companyId>
          <contractId>string</contractId>
          <contractLabel>string</contractLabel>
          <orderId>string</orderId>
          <contractType>string</contractType>
          <orderItemId>string</orderItemId>
          <wantContracts>boolean</wantContracts>
        </ContractServiceRequest>
        <PaymentServiceRequest xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <transactionId>string</transactionId>
          <authorization>string</authorization>
          <paymentMethod>string</paymentMethod>
          <paymentDescription>string</paymentDescription>
          <Card>
            <id>string</id>
            <type>string</type>
            <dateAttrib xsi:nil="true" />
            <statusCode>string</statusCode>
            <statusLabel>string</statusLabel>
            <serialNumber>string</serialNumber>
            <emissionDate xsi:nil="true" />
            <expirationDate xsi:nil="true" />
            <typeLabel>string</typeLabel>
            <profileName>string</profileName>
            <rechargeable>boolean</rechargeable>
            <blacklisted>boolean</blacklisted>
          </Card>
          <Card>
            <id>string</id>
            <type>string</type>
            <dateAttrib xsi:nil="true" />
            <statusCode>string</statusCode>
            <statusLabel>string</statusLabel>
            <serialNumber>string</serialNumber>
            <emissionDate xsi:nil="true" />
            <expirationDate xsi:nil="true" />
            <typeLabel>string</typeLabel>
            <profileName>string</profileName>
            <rechargeable>boolean</rechargeable>
            <blacklisted>boolean</blacklisted>
          </Card>
          <ContractReload>
            <id>string</id>
            <label>string</label>
            <Contract xsi:nil="true" />
            <totalPrice xsi:nil="true" />
            <PriceInfo xsi:nil="true" />
            <Fields xsi:nil="true" />
            <Fields xsi:nil="true" />
            <meaningfulFields>boolean</meaningfulFields>
            <statusCode>string</statusCode>
            <statusLabel>string</statusLabel>
            <IsVirtualReload>boolean</IsVirtualReload>
            <UserCanDelete>boolean</UserCanDelete>
            <BankForm>boolean</BankForm>
          </ContractReload>
          <ContractReload>
            <id>string</id>
            <label>string</label>
            <Contract xsi:nil="true" />
            <totalPrice xsi:nil="true" />
            <PriceInfo xsi:nil="true" />
            <Fields xsi:nil="true" />
            <Fields xsi:nil="true" />
            <meaningfulFields>boolean</meaningfulFields>
            <statusCode>string</statusCode>
            <statusLabel>string</statusLabel>
            <IsVirtualReload>boolean</IsVirtualReload>
            <UserCanDelete>boolean</UserCanDelete>
            <BankForm>boolean</BankForm>
          </ContractReload>
        </PaymentServiceRequest>
        <CustomerServiceRequest xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <CustomerInfo>
            <lastName>string</lastName>
            <firstName>string</firstName>
            <birthDate xsi:nil="true" />
            <address>string</address>
            <zipcode>string</zipcode>
            <town>string</town>
            <state>string</state>
            <birthPlace>string</birthPlace>
            <email>string</email>
            <phoneNumber>string</phoneNumber>
            <school>string</school>
            <organisation>string</organisation>
            <id>string</id>
            <parentId>string</parentId>
            <title>string</title>
            <password>string</password>
          </CustomerInfo>
          <AdditionalInfo>
            <cardNumber>string</cardNumber>
            <force>boolean</force>
          </AdditionalInfo>
          <LoginInfo>
            <Card xsi:nil="true" />
            <Card xsi:nil="true" />
            <login>string</login>
            <password>string</password>
            <lastSessionId>string</lastSessionId>
          </LoginInfo>
        </CustomerServiceRequest>
        <sessionId xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">string</sessionId>
        <InvolveFeeCodes xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">string</InvolveFeeCodes>
        <FeeInfos xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">string</FeeInfos>
      </pRqst>
    </ReadCard>
  </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>
    <ReadCardResponse xmlns="urn:Cityway.TransInfo.WebServices.BillettiqueWS:1.0">
      <ReadCardResult>
        <Status xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <code>string</code>
          <description>string</description>
          <data>string</data>
          <stackDump>string</stackDump>
        </Status>
        <CustomerServiceDelivery xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <Customer>
            <Card xsi:nil="true" />
            <Card xsi:nil="true" />
            <Profile xsi:nil="true" />
            <Profile xsi:nil="true" />
            <Order xsi:nil="true" />
            <Order xsi:nil="true" />
            <Identity xsi:nil="true" />
            <blacklisted>boolean</blacklisted>
            <sessionId>string</sessionId>
            <basketId>string</basketId>
            <cardId>string</cardId>
          </Customer>
          <Customer>
            <Card xsi:nil="true" />
            <Card xsi:nil="true" />
            <Profile xsi:nil="true" />
            <Profile xsi:nil="true" />
            <Order xsi:nil="true" />
            <Order xsi:nil="true" />
            <Identity xsi:nil="true" />
            <blacklisted>boolean</blacklisted>
            <sessionId>string</sessionId>
            <basketId>string</basketId>
            <cardId>string</cardId>
          </Customer>
        </CustomerServiceDelivery>
        <CardServiceDelivery xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <Contract>
            <label>string</label>
            <statusCode>string</statusCode>
            <endOfValidity xsi:nil="true" />
            <startOfValidity xsi:nil="true" />
            <cost xsi:nil="true" />
            <saleDate xsi:nil="true" />
            <rechargeable>boolean</rechargeable>
            <id>string</id>
            <unitsLeft>int</unitsLeft>
            <type>string</type>
            <saleStatusCode>string</saleStatusCode>
            <statusLabel>string</statusLabel>
            <saleStatusLabel>string</saleStatusLabel>
            <suspended>boolean</suspended>
            <existsOnCard>boolean</existsOnCard>
            <alternateId>string</alternateId>
            <cardId>string</cardId>
            <companyId>string</companyId>
            <companyLabel>string</companyLabel>
            <reloadKey>string</reloadKey>
            <vatRate>int</vatRate>
            <transient>boolean</transient>
            <productId>string</productId>
            <category>string</category>
            <zone>string</zone>
            <rechargeabilityInfo>string</rechargeabilityInfo>
            <caracteristic>string</caracteristic>
            <caracteristic>string</caracteristic>
            <maxQuantity>int</maxQuantity>
            <family>string</family>
            <label2>string</label2>
            <CanBuyMany>boolean</CanBuyMany>
            <UserCanDelete>boolean</UserCanDelete>
            <BankForm>boolean</BankForm>
            <PeriodicPrice xsi:nil="true" />
            <Price xsi:nil="true" />
          </Contract>
          <Contract>
            <label>string</label>
            <statusCode>string</statusCode>
            <endOfValidity xsi:nil="true" />
            <startOfValidity xsi:nil="true" />
            <cost xsi:nil="true" />
            <saleDate xsi:nil="true" />
            <rechargeable>boolean</rechargeable>
            <id>string</id>
            <unitsLeft>int</unitsLeft>
            <type>string</type>
            <saleStatusCode>string</saleStatusCode>
            <statusLabel>string</statusLabel>
            <saleStatusLabel>string</saleStatusLabel>
            <suspended>boolean</suspended>
            <existsOnCard>boolean</existsOnCard>
            <alternateId>string</alternateId>
            <cardId>string</cardId>
            <companyId>string</companyId>
            <companyLabel>string</companyLabel>
            <reloadKey>string</reloadKey>
            <vatRate>int</vatRate>
            <transient>boolean</transient>
            <productId>string</productId>
            <category>string</category>
            <zone>string</zone>
            <rechargeabilityInfo>string</rechargeabilityInfo>
            <caracteristic>string</caracteristic>
            <caracteristic>string</caracteristic>
            <maxQuantity>int</maxQuantity>
            <family>string</family>
            <label2>string</label2>
            <CanBuyMany>boolean</CanBuyMany>
            <UserCanDelete>boolean</UserCanDelete>
            <BankForm>boolean</BankForm>
            <PeriodicPrice xsi:nil="true" />
            <Price xsi:nil="true" />
          </Contract>
          <Card>
            <id>string</id>
            <type>string</type>
            <dateAttrib xsi:nil="true" />
            <statusCode>string</statusCode>
            <statusLabel>string</statusLabel>
            <serialNumber>string</serialNumber>
            <emissionDate xsi:nil="true" />
            <expirationDate xsi:nil="true" />
            <typeLabel>string</typeLabel>
            <profileName>string</profileName>
            <rechargeable>boolean</rechargeable>
            <blacklisted>boolean</blacklisted>
          </Card>
          <basketId>string</basketId>
        </CardServiceDelivery>
        <AvailableContractsServiceDelivery xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <AvailableContract>
            <id>string</id>
            <keyLoading>string</keyLoading>
            <label>string</label>
            <companyId>string</companyId>
          </AvailableContract>
          <AvailableContract>
            <id>string</id>
            <keyLoading>string</keyLoading>
            <label>string</label>
            <companyId>string</companyId>
          </AvailableContract>
        </AvailableContractsServiceDelivery>
        <GetFieldsServiceDelivery ContractKeyLoading="string" xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <FieldDesc>
            <id>string</id>
            <updatable>boolean</updatable>
            <value>string</value>
            <valueId>string</valueId>
            <datatype>string</datatype>
            <valMin>string</valMin>
            <valMax>string</valMax>
            <possibleValues xsi:nil="true" />
            <possibleValues xsi:nil="true" />
            <label>string</label>
            <readableValue>string</readableValue>
            <errorMessage>string</errorMessage>
            <order>int</order>
            <incStep>string</incStep>
            <unit>string</unit>
            <endUser>boolean</endUser>
            <hidden>boolean</hidden>
          </FieldDesc>
          <FieldDesc>
            <id>string</id>
            <updatable>boolean</updatable>
            <value>string</value>
            <valueId>string</valueId>
            <datatype>string</datatype>
            <valMin>string</valMin>
            <valMax>string</valMax>
            <possibleValues xsi:nil="true" />
            <possibleValues xsi:nil="true" />
            <label>string</label>
            <readableValue>string</readableValue>
            <errorMessage>string</errorMessage>
            <order>int</order>
            <incStep>string</incStep>
            <unit>string</unit>
            <endUser>boolean</endUser>
            <hidden>boolean</hidden>
          </FieldDesc>
          <Contract>
            <label>string</label>
            <statusCode>string</statusCode>
            <endOfValidity xsi:nil="true" />
            <startOfValidity xsi:nil="true" />
            <cost xsi:nil="true" />
            <saleDate xsi:nil="true" />
            <rechargeable>boolean</rechargeable>
            <id>string</id>
            <unitsLeft>int</unitsLeft>
            <type>string</type>
            <saleStatusCode>string</saleStatusCode>
            <statusLabel>string</statusLabel>
            <saleStatusLabel>string</saleStatusLabel>
            <suspended>boolean</suspended>
            <existsOnCard>boolean</existsOnCard>
            <alternateId>string</alternateId>
            <cardId>string</cardId>
            <companyId>string</companyId>
            <companyLabel>string</companyLabel>
            <reloadKey>string</reloadKey>
            <vatRate>int</vatRate>
            <transient>boolean</transient>
            <productId>string</productId>
            <category>string</category>
            <zone>string</zone>
            <rechargeabilityInfo>string</rechargeabilityInfo>
            <caracteristic>string</caracteristic>
            <caracteristic>string</caracteristic>
            <maxQuantity>int</maxQuantity>
            <family>string</family>
            <label2>string</label2>
            <CanBuyMany>boolean</CanBuyMany>
            <UserCanDelete>boolean</UserCanDelete>
            <BankForm>boolean</BankForm>
            <PeriodicPrice xsi:nil="true" />
            <Price xsi:nil="true" />
          </Contract>
          <price />
          <readablePrice>string</readablePrice>
          <basketId>string</basketId>
          <quantity>int</quantity>
          <PeriodicPrice>
            <InitialAmount>decimal</InitialAmount>
            <PeriodicAmount>decimal</PeriodicAmount>
            <NbPeriods>int</NbPeriods>
          </PeriodicPrice>
        </GetFieldsServiceDelivery>
        <BasketServiceDelivery xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <CustomerReload>
            <Customer xsi:nil="true" />
            <totalPrice xsi:nil="true" />
            <id>string</id>
            <creationDate xsi:nil="true" />
            <lastUpdate xsi:nil="true" />
            <label>string</label>
            <statusCode>string</statusCode>
            <CardReload xsi:nil="true" />
            <CardReload xsi:nil="true" />
            <Payment xsi:nil="true" />
            <Payment xsi:nil="true" />
            <commandId>string</commandId>
            <statusLabel>string</statusLabel>
            <hasExhaustiveItemsList>boolean</hasExhaustiveItemsList>
          </CustomerReload>
          <CustomerReload>
            <Customer xsi:nil="true" />
            <totalPrice xsi:nil="true" />
            <id>string</id>
            <creationDate xsi:nil="true" />
            <lastUpdate xsi:nil="true" />
            <label>string</label>
            <statusCode>string</statusCode>
            <CardReload xsi:nil="true" />
            <CardReload xsi:nil="true" />
            <Payment xsi:nil="true" />
            <Payment xsi:nil="true" />
            <commandId>string</commandId>
            <statusLabel>string</statusLabel>
            <hasExhaustiveItemsList>boolean</hasExhaustiveItemsList>
          </CustomerReload>
          <totalPrice />
          <processedItemId>string</processedItemId>
          <processedItemId2>string</processedItemId2>
        </BasketServiceDelivery>
        <OrdersHistoryServiceDelivery xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <ordersTotal>int</ordersTotal>
          <CustomerOrders>
            <Customer xsi:nil="true" />
            <OrderInfo xsi:nil="true" />
            <OrderInfo xsi:nil="true" />
          </CustomerOrders>
          <CustomerOrders>
            <Customer xsi:nil="true" />
            <OrderInfo xsi:nil="true" />
            <OrderInfo xsi:nil="true" />
          </CustomerOrders>
        </OrdersHistoryServiceDelivery>
        <AccessActivationDelivery xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0" />
      </ReadCardResult>
    </ReadCardResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

Le texte suivant est un exemple de demande et de réponse SOAP 1.2. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.

POST /billettiqueservice.asmx HTTP/1.1
Host: preprod.bts.alterneo3.cityway.fr
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>
    <ReadCard xmlns="urn:Cityway.TransInfo.WebServices.BillettiqueWS:1.0">
      <pRqst>
        <UID xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">string</UID>
        <customerId xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">string</customerId>
        <basketId xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">string</basketId>
        <ContractServiceRequest xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <reloadKey>string</reloadKey>
          <Field>
            <id>string</id>
            <value>string</value>
            <valueId>string</valueId>
            <label>string</label>
            <type>string</type>
          </Field>
          <Field>
            <id>string</id>
            <value>string</value>
            <valueId>string</valueId>
            <label>string</label>
            <type>string</type>
          </Field>
          <quantity>int</quantity>
          <cardId>string</cardId>
          <cardType>string</cardType>
          <companyId>string</companyId>
          <contractId>string</contractId>
          <contractLabel>string</contractLabel>
          <orderId>string</orderId>
          <contractType>string</contractType>
          <orderItemId>string</orderItemId>
          <wantContracts>boolean</wantContracts>
        </ContractServiceRequest>
        <PaymentServiceRequest xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <transactionId>string</transactionId>
          <authorization>string</authorization>
          <paymentMethod>string</paymentMethod>
          <paymentDescription>string</paymentDescription>
          <Card>
            <id>string</id>
            <type>string</type>
            <dateAttrib xsi:nil="true" />
            <statusCode>string</statusCode>
            <statusLabel>string</statusLabel>
            <serialNumber>string</serialNumber>
            <emissionDate xsi:nil="true" />
            <expirationDate xsi:nil="true" />
            <typeLabel>string</typeLabel>
            <profileName>string</profileName>
            <rechargeable>boolean</rechargeable>
            <blacklisted>boolean</blacklisted>
          </Card>
          <Card>
            <id>string</id>
            <type>string</type>
            <dateAttrib xsi:nil="true" />
            <statusCode>string</statusCode>
            <statusLabel>string</statusLabel>
            <serialNumber>string</serialNumber>
            <emissionDate xsi:nil="true" />
            <expirationDate xsi:nil="true" />
            <typeLabel>string</typeLabel>
            <profileName>string</profileName>
            <rechargeable>boolean</rechargeable>
            <blacklisted>boolean</blacklisted>
          </Card>
          <ContractReload>
            <id>string</id>
            <label>string</label>
            <Contract xsi:nil="true" />
            <totalPrice xsi:nil="true" />
            <PriceInfo xsi:nil="true" />
            <Fields xsi:nil="true" />
            <Fields xsi:nil="true" />
            <meaningfulFields>boolean</meaningfulFields>
            <statusCode>string</statusCode>
            <statusLabel>string</statusLabel>
            <IsVirtualReload>boolean</IsVirtualReload>
            <UserCanDelete>boolean</UserCanDelete>
            <BankForm>boolean</BankForm>
          </ContractReload>
          <ContractReload>
            <id>string</id>
            <label>string</label>
            <Contract xsi:nil="true" />
            <totalPrice xsi:nil="true" />
            <PriceInfo xsi:nil="true" />
            <Fields xsi:nil="true" />
            <Fields xsi:nil="true" />
            <meaningfulFields>boolean</meaningfulFields>
            <statusCode>string</statusCode>
            <statusLabel>string</statusLabel>
            <IsVirtualReload>boolean</IsVirtualReload>
            <UserCanDelete>boolean</UserCanDelete>
            <BankForm>boolean</BankForm>
          </ContractReload>
        </PaymentServiceRequest>
        <CustomerServiceRequest xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <CustomerInfo>
            <lastName>string</lastName>
            <firstName>string</firstName>
            <birthDate xsi:nil="true" />
            <address>string</address>
            <zipcode>string</zipcode>
            <town>string</town>
            <state>string</state>
            <birthPlace>string</birthPlace>
            <email>string</email>
            <phoneNumber>string</phoneNumber>
            <school>string</school>
            <organisation>string</organisation>
            <id>string</id>
            <parentId>string</parentId>
            <title>string</title>
            <password>string</password>
          </CustomerInfo>
          <AdditionalInfo>
            <cardNumber>string</cardNumber>
            <force>boolean</force>
          </AdditionalInfo>
          <LoginInfo>
            <Card xsi:nil="true" />
            <Card xsi:nil="true" />
            <login>string</login>
            <password>string</password>
            <lastSessionId>string</lastSessionId>
          </LoginInfo>
        </CustomerServiceRequest>
        <sessionId xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">string</sessionId>
        <InvolveFeeCodes xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">string</InvolveFeeCodes>
        <FeeInfos xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">string</FeeInfos>
      </pRqst>
    </ReadCard>
  </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>
    <ReadCardResponse xmlns="urn:Cityway.TransInfo.WebServices.BillettiqueWS:1.0">
      <ReadCardResult>
        <Status xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <code>string</code>
          <description>string</description>
          <data>string</data>
          <stackDump>string</stackDump>
        </Status>
        <CustomerServiceDelivery xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <Customer>
            <Card xsi:nil="true" />
            <Card xsi:nil="true" />
            <Profile xsi:nil="true" />
            <Profile xsi:nil="true" />
            <Order xsi:nil="true" />
            <Order xsi:nil="true" />
            <Identity xsi:nil="true" />
            <blacklisted>boolean</blacklisted>
            <sessionId>string</sessionId>
            <basketId>string</basketId>
            <cardId>string</cardId>
          </Customer>
          <Customer>
            <Card xsi:nil="true" />
            <Card xsi:nil="true" />
            <Profile xsi:nil="true" />
            <Profile xsi:nil="true" />
            <Order xsi:nil="true" />
            <Order xsi:nil="true" />
            <Identity xsi:nil="true" />
            <blacklisted>boolean</blacklisted>
            <sessionId>string</sessionId>
            <basketId>string</basketId>
            <cardId>string</cardId>
          </Customer>
        </CustomerServiceDelivery>
        <CardServiceDelivery xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <Contract>
            <label>string</label>
            <statusCode>string</statusCode>
            <endOfValidity xsi:nil="true" />
            <startOfValidity xsi:nil="true" />
            <cost xsi:nil="true" />
            <saleDate xsi:nil="true" />
            <rechargeable>boolean</rechargeable>
            <id>string</id>
            <unitsLeft>int</unitsLeft>
            <type>string</type>
            <saleStatusCode>string</saleStatusCode>
            <statusLabel>string</statusLabel>
            <saleStatusLabel>string</saleStatusLabel>
            <suspended>boolean</suspended>
            <existsOnCard>boolean</existsOnCard>
            <alternateId>string</alternateId>
            <cardId>string</cardId>
            <companyId>string</companyId>
            <companyLabel>string</companyLabel>
            <reloadKey>string</reloadKey>
            <vatRate>int</vatRate>
            <transient>boolean</transient>
            <productId>string</productId>
            <category>string</category>
            <zone>string</zone>
            <rechargeabilityInfo>string</rechargeabilityInfo>
            <caracteristic>string</caracteristic>
            <caracteristic>string</caracteristic>
            <maxQuantity>int</maxQuantity>
            <family>string</family>
            <label2>string</label2>
            <CanBuyMany>boolean</CanBuyMany>
            <UserCanDelete>boolean</UserCanDelete>
            <BankForm>boolean</BankForm>
            <PeriodicPrice xsi:nil="true" />
            <Price xsi:nil="true" />
          </Contract>
          <Contract>
            <label>string</label>
            <statusCode>string</statusCode>
            <endOfValidity xsi:nil="true" />
            <startOfValidity xsi:nil="true" />
            <cost xsi:nil="true" />
            <saleDate xsi:nil="true" />
            <rechargeable>boolean</rechargeable>
            <id>string</id>
            <unitsLeft>int</unitsLeft>
            <type>string</type>
            <saleStatusCode>string</saleStatusCode>
            <statusLabel>string</statusLabel>
            <saleStatusLabel>string</saleStatusLabel>
            <suspended>boolean</suspended>
            <existsOnCard>boolean</existsOnCard>
            <alternateId>string</alternateId>
            <cardId>string</cardId>
            <companyId>string</companyId>
            <companyLabel>string</companyLabel>
            <reloadKey>string</reloadKey>
            <vatRate>int</vatRate>
            <transient>boolean</transient>
            <productId>string</productId>
            <category>string</category>
            <zone>string</zone>
            <rechargeabilityInfo>string</rechargeabilityInfo>
            <caracteristic>string</caracteristic>
            <caracteristic>string</caracteristic>
            <maxQuantity>int</maxQuantity>
            <family>string</family>
            <label2>string</label2>
            <CanBuyMany>boolean</CanBuyMany>
            <UserCanDelete>boolean</UserCanDelete>
            <BankForm>boolean</BankForm>
            <PeriodicPrice xsi:nil="true" />
            <Price xsi:nil="true" />
          </Contract>
          <Card>
            <id>string</id>
            <type>string</type>
            <dateAttrib xsi:nil="true" />
            <statusCode>string</statusCode>
            <statusLabel>string</statusLabel>
            <serialNumber>string</serialNumber>
            <emissionDate xsi:nil="true" />
            <expirationDate xsi:nil="true" />
            <typeLabel>string</typeLabel>
            <profileName>string</profileName>
            <rechargeable>boolean</rechargeable>
            <blacklisted>boolean</blacklisted>
          </Card>
          <basketId>string</basketId>
        </CardServiceDelivery>
        <AvailableContractsServiceDelivery xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <AvailableContract>
            <id>string</id>
            <keyLoading>string</keyLoading>
            <label>string</label>
            <companyId>string</companyId>
          </AvailableContract>
          <AvailableContract>
            <id>string</id>
            <keyLoading>string</keyLoading>
            <label>string</label>
            <companyId>string</companyId>
          </AvailableContract>
        </AvailableContractsServiceDelivery>
        <GetFieldsServiceDelivery ContractKeyLoading="string" xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <FieldDesc>
            <id>string</id>
            <updatable>boolean</updatable>
            <value>string</value>
            <valueId>string</valueId>
            <datatype>string</datatype>
            <valMin>string</valMin>
            <valMax>string</valMax>
            <possibleValues xsi:nil="true" />
            <possibleValues xsi:nil="true" />
            <label>string</label>
            <readableValue>string</readableValue>
            <errorMessage>string</errorMessage>
            <order>int</order>
            <incStep>string</incStep>
            <unit>string</unit>
            <endUser>boolean</endUser>
            <hidden>boolean</hidden>
          </FieldDesc>
          <FieldDesc>
            <id>string</id>
            <updatable>boolean</updatable>
            <value>string</value>
            <valueId>string</valueId>
            <datatype>string</datatype>
            <valMin>string</valMin>
            <valMax>string</valMax>
            <possibleValues xsi:nil="true" />
            <possibleValues xsi:nil="true" />
            <label>string</label>
            <readableValue>string</readableValue>
            <errorMessage>string</errorMessage>
            <order>int</order>
            <incStep>string</incStep>
            <unit>string</unit>
            <endUser>boolean</endUser>
            <hidden>boolean</hidden>
          </FieldDesc>
          <Contract>
            <label>string</label>
            <statusCode>string</statusCode>
            <endOfValidity xsi:nil="true" />
            <startOfValidity xsi:nil="true" />
            <cost xsi:nil="true" />
            <saleDate xsi:nil="true" />
            <rechargeable>boolean</rechargeable>
            <id>string</id>
            <unitsLeft>int</unitsLeft>
            <type>string</type>
            <saleStatusCode>string</saleStatusCode>
            <statusLabel>string</statusLabel>
            <saleStatusLabel>string</saleStatusLabel>
            <suspended>boolean</suspended>
            <existsOnCard>boolean</existsOnCard>
            <alternateId>string</alternateId>
            <cardId>string</cardId>
            <companyId>string</companyId>
            <companyLabel>string</companyLabel>
            <reloadKey>string</reloadKey>
            <vatRate>int</vatRate>
            <transient>boolean</transient>
            <productId>string</productId>
            <category>string</category>
            <zone>string</zone>
            <rechargeabilityInfo>string</rechargeabilityInfo>
            <caracteristic>string</caracteristic>
            <caracteristic>string</caracteristic>
            <maxQuantity>int</maxQuantity>
            <family>string</family>
            <label2>string</label2>
            <CanBuyMany>boolean</CanBuyMany>
            <UserCanDelete>boolean</UserCanDelete>
            <BankForm>boolean</BankForm>
            <PeriodicPrice xsi:nil="true" />
            <Price xsi:nil="true" />
          </Contract>
          <price />
          <readablePrice>string</readablePrice>
          <basketId>string</basketId>
          <quantity>int</quantity>
          <PeriodicPrice>
            <InitialAmount>decimal</InitialAmount>
            <PeriodicAmount>decimal</PeriodicAmount>
            <NbPeriods>int</NbPeriods>
          </PeriodicPrice>
        </GetFieldsServiceDelivery>
        <BasketServiceDelivery xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <CustomerReload>
            <Customer xsi:nil="true" />
            <totalPrice xsi:nil="true" />
            <id>string</id>
            <creationDate xsi:nil="true" />
            <lastUpdate xsi:nil="true" />
            <label>string</label>
            <statusCode>string</statusCode>
            <CardReload xsi:nil="true" />
            <CardReload xsi:nil="true" />
            <Payment xsi:nil="true" />
            <Payment xsi:nil="true" />
            <commandId>string</commandId>
            <statusLabel>string</statusLabel>
            <hasExhaustiveItemsList>boolean</hasExhaustiveItemsList>
          </CustomerReload>
          <CustomerReload>
            <Customer xsi:nil="true" />
            <totalPrice xsi:nil="true" />
            <id>string</id>
            <creationDate xsi:nil="true" />
            <lastUpdate xsi:nil="true" />
            <label>string</label>
            <statusCode>string</statusCode>
            <CardReload xsi:nil="true" />
            <CardReload xsi:nil="true" />
            <Payment xsi:nil="true" />
            <Payment xsi:nil="true" />
            <commandId>string</commandId>
            <statusLabel>string</statusLabel>
            <hasExhaustiveItemsList>boolean</hasExhaustiveItemsList>
          </CustomerReload>
          <totalPrice />
          <processedItemId>string</processedItemId>
          <processedItemId2>string</processedItemId2>
        </BasketServiceDelivery>
        <OrdersHistoryServiceDelivery xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0">
          <ordersTotal>int</ordersTotal>
          <CustomerOrders>
            <Customer xsi:nil="true" />
            <OrderInfo xsi:nil="true" />
            <OrderInfo xsi:nil="true" />
          </CustomerOrders>
          <CustomerOrders>
            <Customer xsi:nil="true" />
            <OrderInfo xsi:nil="true" />
            <OrderInfo xsi:nil="true" />
          </CustomerOrders>
        </OrdersHistoryServiceDelivery>
        <AccessActivationDelivery xmlns="urn:Cityway.TransInfo.BillettiqueService:1.0" />
      </ReadCardResult>
    </ReadCardResponse>
  </soap12:Body>
</soap12:Envelope>