POST api/AdminProduct/SaveProductPromo

AdmSaveProductPromo

Request Information

URI Parameters

None.

Body Parameters

SaveProductPromo_Request
NameDescriptionTypeAdditional information
ProductID

integer

None.

ProductUUIDCtryP

globally unique identifier

None.

ProductTiming

integer

None.

ProductPreviewTime

integer

None.

ProductDurationH

integer

None.

ProductPromoActive

boolean

None.

FreezePrice

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "ProductUUIDCtryP": "f6aa9c78-26c1-4bc2-9faf-35d79382a932",
  "ProductTiming": 1,
  "ProductPreviewTime": 1,
  "ProductDurationH": 1,
  "ProductPromoActive": true,
  "FreezePrice": true,
  "UserUUIDCur": "c5ec2aaf-e926-4ca9-8494-76d2b89d91ba"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}