POST api/GoogleInsight/GoogleMetricsData
Request Information
URI Parameters
None.
Body Parameters
GoogleMetricsInsightRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| GoogleLocationId | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| ForceSync | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"GoogleLocationId": "sample string 1",
"FromDate": "sample string 2",
"ToDate": "sample string 3",
"ForceSync": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.