Xsolla-logo

Привязка кампании к акции

put/merchants/{merchant_id}/promotions/{promotion_id}/coupons

Привязка кампании купонов к акции.

SecuritybasicAuth
Request
path Parameters
merchant_id
required
integer

ID продавца.

promotion_id
required
integer

ID акции.

Request Body schema: application/json
campaigns
required
Array of integers

Массив с ID кампаний.

Responses
204

No content.

Request samples
application/json
{
  • "campaigns": [
    ]
}