POST api/AdminProduct/GetProductPromo

AdmGetProductPromo

Request Information

URI Parameters

None.

Body Parameters

GetProductPromo_Request
NameDescriptionTypeAdditional information
ProductID

integer

None.

ProductUUIDCtryP

globally unique identifier

None.

ProductPromoActive

boolean

None.

Search

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "ProductUUIDCtryP": "fe2e64f7-9f36-41ea-961f-c01d6a7ae1b3",
  "ProductPromoActive": true,
  "Search": "sample string 1",
  "UserUUIDCur": "ab6c0b85-bf58-44f7-85f3-54f4a5ac1b7f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]