Renew, Message parameters, Current_time – 2N Helios IP HTTP API v2.6 User Manual
Page 18: Expire_time, Subscription_id

18
CURRENT_TIME
Subscription date and time from the viewpoint of 2N
Helios IP. Refer to the Format of
®
Selected Parameters for format details.
EXPIRE_TIME
Specify the subscription date and time. Use the Renew request to extend the
subscription time before expiry. Refer to the Format of Selected Parameters for format
details.
Renew
The Renew request helps you extend your subscription time. Send the request to the
address included in the SubscribeResponse message. 2N
Helios IP replies with the
®
RenewResponse message.
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope
xmlns:s="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"
xmlns:event2n="http://www.2n.cz/2013/event">
<s:Header>
<event2n:SubscriptionId a:IsReferenceParameter="true">
{SUBSCRIPTION_ID}
</event2n:SubscriptionId>
</s:Header>
<s:Body>
<wsnt:Renew>
<wsnt:TerminationTime>
{DATETIME_OR_DURATION}
</wsnt:TerminationTime>
</wsnt:Renew>
</s:Body>
</s:Envelope>
Message Parameters
SUBSCRIPTION_ID
A unique subscription identification code included in the SubscriptionResponse. The
parameter is obligatory.