POST api/{apiVersion}/Customer/IsInTurkeyUpdate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

InTurkeyRequest
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

InTurkey

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "83f6fd69-b4fb-4185-ac64-23341327bc78",
  "InTurkey": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfBoolean
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

boolean

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": true,
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}