POST api/AdminProduct/GetProduct

AdmGetProduct

Request Information

URI Parameters

None.

Body Parameters

GetProduct_Request
NameDescriptionTypeAdditional 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": "6fd3a1d7-8932-44b5-8b42-09b1dbfb33e6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]