POST api/Location
Request Information
URI Parameters
None.
Body Parameters
LocationRequestV3Name | 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. |
|
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. |
|
PrimaryContactId | globally unique identifier |
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", "LocationType": "sample string 15", "Website": "sample string 16", "Industry": "sample string 17", "Requestdate": "sample string 18", "Receivedate": "sample string 19", "MockupReviews": "sample string 20", "DisableReviewShield": true, "ThumbsDownClickAlert": 1, "LocationLogo": "QEA=", "LocationLogoURL": "sample string 22", "BannerLogoColor": "sample string 23", "PrimaryContactId": "b7a6af6d-7f29-4ba7-a9a5-1ea22d076cd2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.