POST api/Location/{Accountkey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Accountkey | integer |
Required |
Body Parameters
LocationRequestName | Description | Type | Additional information |
---|---|---|---|
StoreName | string |
Required |
|
StoreContactName | string |
Required |
|
Address | string |
Required |
|
Country | string |
Required |
|
State | string |
Required |
|
City | string |
Required |
|
zipcode | string |
Required |
|
MobileCountryCode | string |
Required |
|
MobileNumber | string |
Required |
|
string |
Required |
||
Geolat | string |
None. |
|
Geolong | string |
None. |
|
fbHandler | string |
None. |
|
GoogleHandler | string |
None. |
|
UserId | integer |
Required |
|
LocationType | string |
Required |
|
Website | string |
None. |
|
Industry | string |
None. |
|
Requestdate | string |
None. |
|
Receivedate | string |
None. |
|
MockupReviews | string |
None. |
|
DisableReviewShield | boolean |
None. |
|
ThumbsDownClickAlert | integer |
None. |
|
LocationLogo | Collection of byte |
None. |
|
LocationLogoURL | string |
None. |
|
BannerLogoColor | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "StoreName": "sample string 1", "StoreContactName": "sample string 2", "Address": "sample string 3", "Country": "sample string 4", "State": "sample string 5", "City": "sample string 6", "zipcode": "sample string 7", "MobileCountryCode": "sample string 8", "MobileNumber": "sample string 9", "Email": "sample string 10", "Geolat": "sample string 11", "Geolong": "sample string 12", "fbHandler": "sample string 13", "GoogleHandler": "sample string 14", "UserId": 15, "LocationType": "sample string 16", "Website": "sample string 17", "Industry": "sample string 18", "Requestdate": "sample string 19", "Receivedate": "sample string 20", "MockupReviews": "sample string 21", "DisableReviewShield": true, "ThumbsDownClickAlert": 1, "LocationLogo": "QEA=", "LocationLogoURL": "sample string 23", "BannerLogoColor": "sample string 24" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.