PUT api/FacebookUser/PageLocation?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
PageLocationName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
name | string |
String length: inclusive between 0 and 250 |
|
city | string |
String length: inclusive between 0 and 250 |
|
city_id | string |
String length: inclusive between 0 and 20 |
|
city_key | string |
String length: inclusive between 0 and 20 |
|
country | string |
String length: inclusive between 0 and 250 |
|
country_code | string |
String length: inclusive between 0 and 10 |
|
latitude | decimal number |
None. |
|
longitude | decimal number |
None. |
|
competitor_latitude | decimal number |
None. |
|
competitor_longitude | decimal number |
None. |
|
region | string |
String length: inclusive between 0 and 50 |
|
region_id | string |
String length: inclusive between 0 and 50 |
|
region_key | string |
String length: inclusive between 0 and 50 |
|
state | string |
String length: inclusive between 0 and 50 |
|
street | string |
String length: inclusive between 0 and 250 |
|
zip | string |
String length: inclusive between 0 and 250 |
|
zip_key | string |
String length: inclusive between 0 and 20 |
|
from_fb | boolean |
None. |
|
PageID | string |
None. |
|
CreatedBy | integer |
None. |
|
CreatedByName | string |
String length: inclusive between 0 and 100 |
|
CreateDate | date |
None. |
|
LastModifiedBy | integer |
None. |
|
LastModifiedByName | string |
String length: inclusive between 0 and 100 |
|
LastModifiedOn | date |
None. |
|
IsDeleted | integer |
None. |
|
DeletedBy | integer |
None. |
|
DeletedByName | string |
String length: inclusive between 0 and 100 |
|
DeleteDate | date |
None. |
|
RealPageID | string |
None. |
Request Formats
application/json, text/json
{ "ID": 1, "name": "sample string 2", "city": "sample string 3", "city_id": "sample string 4", "city_key": "sample string 5", "country": "sample string 6", "country_code": "sample string 7", "latitude": 1.1, "longitude": 1.1, "competitor_latitude": 1.1, "competitor_longitude": 1.1, "region": "sample string 8", "region_id": "sample string 9", "region_key": "sample string 10", "state": "sample string 11", "street": "sample string 12", "zip": "sample string 13", "zip_key": "sample string 14", "from_fb": true, "PageID": "sample string 16", "CreatedBy": 17, "CreatedByName": "sample string 18", "CreateDate": "16/10/2025 02:47", "LastModifiedBy": 19, "LastModifiedByName": "sample string 20", "LastModifiedOn": "16/10/2025 02:47", "IsDeleted": 21, "DeletedBy": 22, "DeletedByName": "sample string 23", "DeleteDate": "16/10/2025 02:47", "RealPageID": "sample string 24" }
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.