POST api/landing/GetShareProductLanguage

WebGetShareProductLanguage

Request Information

URI Parameters

None.

Body Parameters

ShareProductLanguage_Request
NameDescriptionTypeAdditional information
ProductID

integer

None.

APIIP

string

None.

DeviceIP

string

None.

Ref

string

None.

Url

string

None.

UserAgent

string

None.

Language

string

None.

NotiffUUID

globally unique identifier

None.

AccountUserUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "APIIP": "sample string 2",
  "DeviceIP": "sample string 3",
  "Ref": "sample string 4",
  "Url": "sample string 5",
  "UserAgent": "sample string 6",
  "Language": "sample string 7",
  "NotiffUUID": "a93b3cf8-4bbb-484a-bd56-fc6438e63108",
  "AccountUserUUID": "aed8be37-f68e-4761-95fa-db13da6aa758",
  "UserUUIDCur": "22d7316b-4b02-494e-8a1d-508cd909c6ab"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ShareProductLanguage_Response
NameDescriptionTypeAdditional information
Share

string

None.

CountryNameEnglish

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Share": "sample string 1",
    "CountryNameEnglish": "sample string 2"
  },
  {
    "Share": "sample string 1",
    "CountryNameEnglish": "sample string 2"
  }
]