Porta Plus 2 Web Services

<back to all web services

PortaFollowMeInfo

The following routes are available for this service:
GET/GetFollowMeInfo/{License}/{IAccount}

To override the Content-type in your clients 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/PortaFollowMeInfo HTTP/1.1 
Host: 7el.co 
Content-Type: application/xml
Content-Length: length

<PortaFollowMeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Web.Dto">
  <ContentId>0</ContentId>
  <FeatureName>String</FeatureName>
  <License>String</License>
  <IAccount>0</IAccount>
</PortaFollowMeInfo>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<PortaFollowMeInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Web.Dto">
  <ContentId>0</ContentId>
  <FeatureName>String</FeatureName>
  <License>String</License>
  <FollowMeInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/PortaPlus2.Common.Models">
    <d2p1:i_account>0</d2p1:i_account>
    <d2p1:i_accountSpecified>false</d2p1:i_accountSpecified>
    <d2p1:i_follow_me>0</d2p1:i_follow_me>
    <d2p1:i_follow_meSpecified>false</d2p1:i_follow_meSpecified>
    <d2p1:max_forwards>0</d2p1:max_forwards>
    <d2p1:max_forwardsSpecified>false</d2p1:max_forwardsSpecified>
    <d2p1:mode>String</d2p1:mode>
    <d2p1:sequence>String</d2p1:sequence>
    <d2p1:timeout>0</d2p1:timeout>
    <d2p1:timeoutSpecified>false</d2p1:timeoutSpecified>
  </FollowMeInfo>
  <success>false</success>
</PortaFollowMeInfoResponse>