PUT api/promocode/PromoCodeUsed

Promo Code Used Info

Request Information

URI Parameters

None.

Body Parameters

PromoCodeUpdateModel

NameDescriptionTypeAdditional information
SupplierId

SupplierId

integer

None.

DealId

DealId

integer

None.

isCopied

isCopied

boolean

None.

PromoCodeText

Promo Code Text

string

None.

isOnContentSet

isOnContentSet

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "supplierId": 1,
  "dealId": 2,
  "isCopied": true,
  "promoCodeText": "sample string 4",
  "isOnContentSet": true
}

Response Information

Is success

Response Formats

application/json, text/json

Sample:
true