POST api/SocialMonitorNew/UpdateGoogleLocations
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| GoogleRequest | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"GoogleLocations": [
{
"placeID": "sample string 1",
"locationID": "sample string 2",
"accountID": "sample string 3",
"access_token": "sample string 4",
"socialUserID": "sample string 5"
},
{
"placeID": "sample string 1",
"locationID": "sample string 2",
"accountID": "sample string 3",
"access_token": "sample string 4",
"socialUserID": "sample string 5"
},
{
"placeID": "sample string 1",
"locationID": "sample string 2",
"accountID": "sample string 3",
"access_token": "sample string 4",
"socialUserID": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<SocialMonitorNewController.GoogleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SM.CentralService.Controllers.SocialMonitor">
<GoogleLocations>
<SocialMonitorNewController.GoogleLocation>
<access_token>sample string 4</access_token>
<accountID>sample string 3</accountID>
<locationID>sample string 2</locationID>
<placeID>sample string 1</placeID>
<socialUserID>sample string 5</socialUserID>
</SocialMonitorNewController.GoogleLocation>
<SocialMonitorNewController.GoogleLocation>
<access_token>sample string 4</access_token>
<accountID>sample string 3</accountID>
<locationID>sample string 2</locationID>
<placeID>sample string 1</placeID>
<socialUserID>sample string 5</socialUserID>
</SocialMonitorNewController.GoogleLocation>
<SocialMonitorNewController.GoogleLocation>
<access_token>sample string 4</access_token>
<accountID>sample string 3</accountID>
<locationID>sample string 2</locationID>
<placeID>sample string 1</placeID>
<socialUserID>sample string 5</socialUserID>
</SocialMonitorNewController.GoogleLocation>
</GoogleLocations>
</SocialMonitorNewController.GoogleRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.