GET api/SocialMonitorNew/UpdatePageSenderVenue?PageID={PageID}&CustomerCode={CustomerCode}&SenderVenue={SenderVenue}&BrandID={BrandID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PageID | string |
Required |
|
CustomerCode | string |
Required |
|
SenderVenue | integer |
Required |
|
BrandID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
PageCustomerCodeName | 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.