POST api/AdminProduct/GetProduct
AdmGetProduct
Request Information
URI Parameters
None.
Body Parameters
GetProduct_RequestName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
LanguageID | integer |
None. |
|
ProductActive | boolean |
None. |
|
Search | string |
None. |
|
CountryConnect | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "LanguageID": 1, "ProductActive": true, "Search": "sample string 1", "CountryConnect": true, "UserUUIDCur": "8a103240-d7d7-4860-af6e-fb156e50572c" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]