POST api/AdminProduct/SaveProductPromoD

AdmSaveProductPromoD

Request Information

URI Parameters

None.

Body Parameters

SaveProductPromoD_Request
NameDescriptionTypeAdditional information
ProductUUIDCtryP

globally unique identifier

None.

ProductUUIDCtryPD

globally unique identifier

None.

ProductIDLink

integer

None.

PromoQuantity

integer

None.

PromoQuantityMax

integer

None.

PromoDiscount

decimal number

None.

PromoDayMax

integer

None.

ProductPromoDActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductUUIDCtryP": "6bdb70f1-5058-47aa-9e6c-d6c2e3e82d21",
  "ProductUUIDCtryPD": "4b8b8a8b-8da8-461e-8a5a-e309d2fe20c4",
  "ProductIDLink": 1,
  "PromoQuantity": 1,
  "PromoQuantityMax": 1,
  "PromoDiscount": 1.1,
  "PromoDayMax": 1,
  "ProductPromoDActive": true,
  "UserUUIDCur": "4163bab8-cfe4-4139-9820-229589dec846"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}