POST api/landing/GetShareProductLanguage
WebGetShareProductLanguage
Request Information
URI Parameters
None.
Body Parameters
ShareProductLanguage_Request| Name | Description | Type | Additional 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": "1fbafac2-966f-4574-a622-0887d58714f3",
"AccountUserUUID": "693193f3-ed22-47a7-b1f8-ebf68b690961",
"UserUUIDCur": "1cc4a378-f6f3-44c2-bf8e-c37ad463ff81"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ShareProductLanguage_Response| Name | Description | Type | Additional 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"
}
]