POST api/user/{email}/dataRetention

Set the customer account's data retention time span

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

Email of the current user

string

Required

Body Parameters

Timespan to save

time interval

Request Formats

application/json, text/json

Sample:
"00:00:00.1234567"

application/xml, text/xml

Sample:
<duration xmlns="http://schemas.microsoft.com/2003/10/Serialization/">PT0.1234567S</duration>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.