UpdateGiftCard

Updating a gift card with the given identifier.

Input parameters

  1. _session_hash (string)

    Required. Session identifier (received during login - doLogin)

  2. id (integer)

    Required. Identifier.

  3. code (string)

    Code

  4. amount (double)

    Amount

  5. currency_id (integer)

    Currency ID

  6. min_order_amount (integer)

    Minimum order amount

  7. valid_to (date)

    Valid to

Output data

  1. _update (boolean)
  2. Update status.