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": "5145c265-fc00-402e-bf86-d46e20ce368e",
  "ProductPromoActive": true,
  "Search": "sample string 1",
  "UserUUIDCur": "c3bb6d0e-c4d5-48eb-b377-918560528d68"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}