The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/PortaFollowMeInfo HTTP/1.1
Host: 7el.co
Content-Type: text/jsv
Content-Length: length
{
IAccount: 0,
License: String,
ContentId: 0,
FeatureName: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
FollowMeInfo:
{
i_account: 0,
i_accountSpecified: False,
i_follow_me: 0,
i_follow_meSpecified: False,
mode: String,
sequence: String,
timeout: 0,
timeoutSpecified: False,
max_forwards: 0,
max_forwardsSpecified: False
},
success: False,
License: String,
ContentId: 0,
FeatureName: String
}