POST api/AdminProduct/GetProductPromoByUud

AdmGetProductPromo by Uuid

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": "bada6cea-7082-45ee-b2ce-5bd4c80c1714",
  "ProductPromoActive": true,
  "Search": "sample string 1",
  "UserUUIDCur": "ae215f0c-5203-4839-9e80-b7edd98574ba"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}