• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

Services86 Archive GetAvailableColumns

Some tooltip text!
• 1 minute to read
 • 1 minute to read

SOAP request and response examples Remote/Services86/Archive.svc Implemented by the SuperOffice.Services86.IArchiveAgent.GetAvailableColumns method.

GetAvailableColumns

WSDL file for Services86/Archive

Obtain a ticket from the Services86/SoPrincipal.svc

Application tokens must be specified if calling an Online installation. ApplicationTokens are not checked for on-site installations.

GetAvailableColumns Request

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
 xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:NetServerServices862="http://schemas.microsoft.com/2003/10/Serialization/Arrays"
 xmlns:NetServerServices861="http://schemas.microsoft.com/2003/10/Serialization/"
 xmlns:Archive="http://www.superoffice.net/ws/crm/NetServer/Services86">
  <Archive:ApplicationToken>1234567-1234-9876</Archive:ApplicationToken>
  <Archive:Credentials>
    <Archive:Ticket>7T:1234abcxyzExample==</Archive:Ticket>
  </Archive:Credentials>
 <SOAP-ENV:Body>
   <Archive:GetAvailableColumns>
    <Archive:ProviderName xsi:type="xsd:string"></Archive:ProviderName>
    <Archive:Context xsi:type="xsd:string"></Archive:Context>
   </Archive:GetAvailableColumns>

 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

GetAvailableColumns Response

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
 xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:NetServerServices862="http://schemas.microsoft.com/2003/10/Serialization/Arrays"
 xmlns:NetServerServices861="http://schemas.microsoft.com/2003/10/Serialization/"
 xmlns:Archive="http://www.superoffice.net/ws/crm/NetServer/Services86">
 <SOAP-ENV:Body>
  <Archive:GetAvailableColumnsResponse>
   <Archive:Response xsi:type="Archive:ArrayOfArchiveColumnInfo">
    <Archive:ArchiveColumnInfo xsi:type="Archive:ArchiveColumnInfo">
     <Archive:DisplayName xsi:type="xsd:string"></Archive:DisplayName>
     <Archive:DisplayTooltip xsi:type="xsd:string"></Archive:DisplayTooltip>
     <Archive:DisplayType xsi:type="xsd:string"></Archive:DisplayType>
     <Archive:CanOrderBy xsi:type="xsd:boolean">false</Archive:CanOrderBy>
     <Archive:Name xsi:type="xsd:string"></Archive:Name>
     <Archive:CanRestrictBy xsi:type="xsd:boolean">false</Archive:CanRestrictBy>
     <Archive:RestrictionType xsi:type="xsd:string"></Archive:RestrictionType>
     <Archive:RestrictionListName xsi:type="xsd:string"></Archive:RestrictionListName>
     <Archive:IsVisible xsi:type="xsd:boolean">false</Archive:IsVisible>
     <Archive:Width xsi:type="xsd:string"></Archive:Width>
     <Archive:IconHint xsi:type="xsd:string"></Archive:IconHint>
     <Archive:HeadingIconHint xsi:type="xsd:string"></Archive:HeadingIconHint>
    </Archive:ArchiveColumnInfo>
   </Archive:Response>
  </Archive:GetAvailableColumnsResponse>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top