POST api/SocialMonitorNew/UpdatePageDetails?PageID={PageID}&field={field}&value={value}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PageID | string |
Required |
|
| field | string |
Required |
|
| value | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PageCustomerCode| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerCode | string |
None. |
|
| PageID | string |
None. |
|
| Visible | boolean |
None. |
|
| BrandID | integer |
None. |
|
| SiteID | integer |
None. |
|
| CompetitorID | integer |
None. |
|
| PushNotifications | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CustomerCode": "sample string 1",
"PageID": "sample string 2",
"Visible": true,
"BrandID": 1,
"SiteID": 1,
"CompetitorID": 1,
"PushNotifications": "sample string 4"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.