Activation of promo card

This endpoint is deprecated.
POST/api/RPC.common.Api.PromoCards.activate?token=<TOKEN>

Key PromoCards.activate · API version 2.0.0

Parameters

1 body parameter inside data[]
FieldTypeDescription
card_numrequiredStringCard number

Request example

Activate Promo Card:
{
   "data" : [
      {
         "card_num" : 786876908098
      }
   ]
}

cURL

Activate Promo Card:
curl -X POST -H 'Content-Type: application/json; charset=utf-8' -d '{   "data" : [      {         "card_num" : 786876908098      }   ]}' "https://<DOMAIN_NAME>/api/RPC.common.Api.PromoCards.activate?token=<TOKEN>"

Response example