The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/PortaFollowMe HTTP/1.1
Host: 7el.co
Content-Type: text/jsv
Content-Length: length
{
IAccount: 0,
IFollowMeNumber: 0,
TimeOut: 0,
Domain: String,
Name: String,
FollowMeOrder: 0,
RedirectNumber: String,
KeepOriginalCld: String,
KeepOriginalCLI: String,
Active: String,
Period: String,
Period_desc: String,
Status: False,
isDeleteForward: False,
License: String,
ContentId: 0,
FeatureName: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
FollowMeNumbers:
[
{
i_account: 0,
redirect_number: String,
i_follow_me: 0,
i_follow_meSpecified: False,
i_follow_me_number: 0,
name: String,
i_follow_orderSpecified: False,
i_follow_order: 0,
domain: String,
timeout: 0,
timeoutSpecified: False,
keep_original_cld: String,
keep_original_cli: String,
period: String,
period_description: String,
active: String,
status: False
}
],
FollowMeinfo:
{
i_follow_me: 0,
sequence: String,
timeout: 0,
SipStatus: False
},
success: False,
License: String,
ContentId: 0,
FeatureName: String
}