POST Api/V1/HeatMaps/refresh-snapshot

Request Information

URI Parameters

None.

Body Parameters

HeatmapSnapshotRefreshRequest
NameDescriptionTypeAdditional information
HeatmapId

integer

None.

Device

string

None.

IdSite

integer

None.

IdSiteHsr

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HeatmapId": 1,
  "Device": "sample string 2",
  "IdSite": 1,
  "IdSiteHsr": 1
}

application/xml, text/xml

Sample:
<HeatmapSnapshotRefreshRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCreate.API.Models.HeatMaps">
  <Device>sample string 2</Device>
  <HeatmapId>1</HeatmapId>
  <IdSite>1</IdSite>
  <IdSiteHsr>1</IdSiteHsr>
</HeatmapSnapshotRefreshRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'HeatmapSnapshotRefreshRequest'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.