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": "8c21b518-04da-4b15-a8b3-b54921df7edf",
  "ProductPromoActive": true,
  "Search": "sample string 1",
  "UserUUIDCur": "aed6ca80-0348-4d74-96a0-c7734a2f147c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}