Cdn Mobile API

<back to all web services

CustomerGetActivePdfsRequest

CustomerGetActivePdfsRequest Parameters:
NameParameterData TypeRequiredDescription
CustomerIdquerylongNo
CustomerActivePdfsResponse Parameters:
NameParameterData TypeRequiredDescription
CurrentIssuesformList<CustomerMobileProductPdfDto>No
SingleIssuesformList<CustomerMobileProductPdfDto>No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
TotalformintNo
OpCodeformintNo
ErrorTextformstringNo
RequestTimeformstringNo
ResponseTimeformstringNo
TotalExecutionTimeformstringNo
CachedResponseformboolNo
CustomerMobileProductPdfDto Parameters:
NameParameterData TypeRequiredDescription
IssueNameformstringNo
IssueCoverUrlformstringNo
WebLinkformstringNo
BettyLinkformstringNo
MobileLinkformstringNo
SortOrderformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/CustomerGetActivePdfsRequest HTTP/1.1 
Host: mobileapidev.greysheet.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<CustomerGetActivePdfsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cdn.MobileApi.RequestObjects">
  <CustomerId>0</CustomerId>
</CustomerGetActivePdfsRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<CustomerActivePdfsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cdn.MobileApi.ResponseObjects">
  <CachedResponse>false</CachedResponse>
  <ErrorText>String</ErrorText>
  <OpCode>0</OpCode>
  <RequestTime>String</RequestTime>
  <ResponseTime>String</ResponseTime>
  <Total>0</Total>
  <TotalExecutionTime>String</TotalExecutionTime>
  <CurrentIssues xmlns:d2p1="http://schemas.datacontract.org/2004/07/Cdn.MobileApi.Models">
    <d2p1:CustomerMobileProductPdfDto>
      <d2p1:BettyLink>String</d2p1:BettyLink>
      <d2p1:IssueCoverUrl>String</d2p1:IssueCoverUrl>
      <d2p1:IssueName>String</d2p1:IssueName>
      <d2p1:MobileLink>String</d2p1:MobileLink>
      <d2p1:SortOrder>0</d2p1:SortOrder>
      <d2p1:WebLink>String</d2p1:WebLink>
    </d2p1:CustomerMobileProductPdfDto>
  </CurrentIssues>
  <SingleIssues xmlns:d2p1="http://schemas.datacontract.org/2004/07/Cdn.MobileApi.Models">
    <d2p1:CustomerMobileProductPdfDto>
      <d2p1:BettyLink>String</d2p1:BettyLink>
      <d2p1:IssueCoverUrl>String</d2p1:IssueCoverUrl>
      <d2p1:IssueName>String</d2p1:IssueName>
      <d2p1:MobileLink>String</d2p1:MobileLink>
      <d2p1:SortOrder>0</d2p1:SortOrder>
      <d2p1:WebLink>String</d2p1:WebLink>
    </d2p1:CustomerMobileProductPdfDto>
  </SingleIssues>
</CustomerActivePdfsResponse>