CatalogService


Click here for a complete list of operations.

GetTicketInfos

get informations about a ticket

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
displayKey:
ticketID:

SOAP

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

POST /v2/ws/catalogservice.asmx HTTP/1.1
Host: drmservice.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://content.k-mobile.com/v2/ws/GetTicketInfos"

<?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>
    <GetTicketInfos xmlns="http://content.k-mobile.com/v2/ws">
      <displayKey>string</displayKey>
      <ticketID>int</ticketID>
    </GetTicketInfos>
  </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>
    <GetTicketInfosResponse xmlns="http://content.k-mobile.com/v2/ws">
      <GetTicketInfosResult>
        <IDTicket>int</IDTicket>
        <IsCredited>boolean</IsCredited>
        <IDService>int</IDService>
        <IDDevice>int</IDDevice>
        <IDCatalogDisplay>int</IDCatalogDisplay>
        <Referer>string</Referer>
        <IDContent>int</IDContent>
        <ContentType>string</ContentType>
        <Version>string</Version>
        <CatalogDisplay>
          <DisplayKey>guid</DisplayKey>
          <Mcc>int</Mcc>
          <SearchView>string</SearchView>
          <IDCatalogDisplay>int</IDCatalogDisplay>
          <IdPartner>int</IdPartner>
          <Media>string</Media>
          <DeliveryMedia>string</DeliveryMedia>
          <PartnerName>string</PartnerName>
          <IDLanguage>int</IDLanguage>
          <ContentSetCollection>
            <ContentSet xsi:nil="true" />
            <ContentSet xsi:nil="true" />
          </ContentSetCollection>
          <IsoCode>string</IsoCode>
          <SearchReferer>string</SearchReferer>
          <RatingThresholds>
            <Rating xsi:nil="true" />
            <Rating xsi:nil="true" />
          </RatingThresholds>
        </CatalogDisplay>
        <ShippingStatus>int</ShippingStatus>
      </GetTicketInfosResult>
    </GetTicketInfosResponse>
  </soap:Body>
</soap:Envelope>

HTTP GET

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

GET /v2/ws/catalogservice.asmx/GetTicketInfos?displayKey=string&ticketID=string HTTP/1.1
Host: drmservice.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Ticket xmlns="http://content.k-mobile.com/v2/ws">
  <IDTicket>int</IDTicket>
  <IsCredited>boolean</IsCredited>
  <IDService>int</IDService>
  <IDDevice>int</IDDevice>
  <IDCatalogDisplay>int</IDCatalogDisplay>
  <Referer>string</Referer>
  <IDContent>int</IDContent>
  <ContentType>string</ContentType>
  <Version>string</Version>
  <CatalogDisplay>
    <DisplayKey>guid</DisplayKey>
    <Mcc>int</Mcc>
    <SearchView>string</SearchView>
    <IDCatalogDisplay>int</IDCatalogDisplay>
    <IdPartner>int</IdPartner>
    <Media>string</Media>
    <DeliveryMedia>string</DeliveryMedia>
    <PartnerName>string</PartnerName>
    <IDLanguage>int</IDLanguage>
    <ContentSetCollection>
      <ContentSet>
        <IDContentSet>int</IDContentSet>
        <ContentSetType>Category or Thema or Catalog or SearchResult or SearchContainers</ContentSetType>
        <ContentCount>int</ContentCount>
        <Count>int</Count>
        <Name>string</Name>
        <Description>string</Description>
        <Preview d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Priority>int</Priority>
        <ContentCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContentGroup>string</ContentGroup>
        <TagValue>string</TagValue>
      </ContentSet>
      <ContentSet>
        <IDContentSet>int</IDContentSet>
        <ContentSetType>Category or Thema or Catalog or SearchResult or SearchContainers</ContentSetType>
        <ContentCount>int</ContentCount>
        <Count>int</Count>
        <Name>string</Name>
        <Description>string</Description>
        <Preview d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Priority>int</Priority>
        <ContentCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContentGroup>string</ContentGroup>
        <TagValue>string</TagValue>
      </ContentSet>
    </ContentSetCollection>
    <IsoCode>string</IsoCode>
    <SearchReferer>string</SearchReferer>
    <RatingThresholds>
      <Rating Name="string" Value="int" />
      <Rating Name="string" Value="int" />
    </RatingThresholds>
  </CatalogDisplay>
  <ShippingStatus>int</ShippingStatus>
</Ticket>

HTTP POST

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

POST /v2/ws/catalogservice.asmx/GetTicketInfos HTTP/1.1
Host: drmservice.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

displayKey=string&ticketID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Ticket xmlns="http://content.k-mobile.com/v2/ws">
  <IDTicket>int</IDTicket>
  <IsCredited>boolean</IsCredited>
  <IDService>int</IDService>
  <IDDevice>int</IDDevice>
  <IDCatalogDisplay>int</IDCatalogDisplay>
  <Referer>string</Referer>
  <IDContent>int</IDContent>
  <ContentType>string</ContentType>
  <Version>string</Version>
  <CatalogDisplay>
    <DisplayKey>guid</DisplayKey>
    <Mcc>int</Mcc>
    <SearchView>string</SearchView>
    <IDCatalogDisplay>int</IDCatalogDisplay>
    <IdPartner>int</IdPartner>
    <Media>string</Media>
    <DeliveryMedia>string</DeliveryMedia>
    <PartnerName>string</PartnerName>
    <IDLanguage>int</IDLanguage>
    <ContentSetCollection>
      <ContentSet>
        <IDContentSet>int</IDContentSet>
        <ContentSetType>Category or Thema or Catalog or SearchResult or SearchContainers</ContentSetType>
        <ContentCount>int</ContentCount>
        <Count>int</Count>
        <Name>string</Name>
        <Description>string</Description>
        <Preview d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Priority>int</Priority>
        <ContentCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContentGroup>string</ContentGroup>
        <TagValue>string</TagValue>
      </ContentSet>
      <ContentSet>
        <IDContentSet>int</IDContentSet>
        <ContentSetType>Category or Thema or Catalog or SearchResult or SearchContainers</ContentSetType>
        <ContentCount>int</ContentCount>
        <Count>int</Count>
        <Name>string</Name>
        <Description>string</Description>
        <Preview d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Priority>int</Priority>
        <ContentCollection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ContentGroup>string</ContentGroup>
        <TagValue>string</TagValue>
      </ContentSet>
    </ContentSetCollection>
    <IsoCode>string</IsoCode>
    <SearchReferer>string</SearchReferer>
    <RatingThresholds>
      <Rating Name="string" Value="int" />
      <Rating Name="string" Value="int" />
    </RatingThresholds>
  </CatalogDisplay>
  <ShippingStatus>int</ShippingStatus>
</Ticket>