PUT v1/General/GetAnonymousIpCacheRecord

No documentation available.

Request Information

Parameters (ParameterName * = required)

Name
Description
Sample Value
IpAddressRecord
No description available
Not available

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ipAddressRecord": null,
  "ipExistsInCache": true
}

application/xml, text/xml

Sample:
<AnonymousIpBlockedResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels">
  <IpAddressRecord xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.Common" i:nil="true" />
  <IpExistsInCache>true</IpExistsInCache>
</AnonymousIpBlockedResponse>