POST api/location/{LocationCode}/AddtionalInfo

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LocationCode

integer

Required

Body Parameters

LocationAddtionalInfo
NameDescriptionTypeAdditional information
ThankYouPositive

string

None.

ThankYouNegative

string

None.

BusinessNature

string

None.

SEOKeyWords

string

None.

IsFeedback

boolean

None.

VerifyReviewUser

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ThankYouPositive": "sample string 1",
  "ThankYouNegative": "sample string 2",
  "BusinessNature": "sample string 3",
  "SEOKeyWords": "sample string 4",
  "IsFeedback": true,
  "VerifyReviewUser": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.